Skip to content

Commit 0cc6062

Browse files
committed
Further CODEOWNERS listings for Adam Turner
1 parent f0a3c6e commit 0cc6062

1 file changed

Lines changed: 41 additions & 9 deletions

File tree

.github/CODEOWNERS

Lines changed: 41 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,23 @@
44
# It uses the same pattern rule for gitignore file
55
# https://git-scm.com/docs/gitignore#_pattern_format
66

7-
# GitHub
7+
# Azure Pipelines
8+
.azure-pipelines.yml/ @AA-Turner
9+
10+
# GitHub & related scripts
811
.github/** @ezio-melotti @hugovk @AA-Turner
12+
Tools/build/compute-changes.py @AA-Turner
13+
Tools/build/verify_ensurepip_wheels.py @AA-Turner
914

1015
# pre-commit
1116
.pre-commit-config.yaml @hugovk
1217
.ruff.toml @hugovk @AlexWaygood @AA-Turner
1318

14-
# Build system
15-
configure* @erlend-aasland @corona10
16-
Makefile.pre.in @erlend-aasland
17-
Modules/Setup* @erlend-aasland
19+
# Build system (autotools)
20+
configure* @erlend-aasland @corona10 @AA-Turner
21+
Makefile.pre.in @erlend-aasland @AA-Turner
22+
Modules/Setup* @erlend-aasland @AA-Turner
23+
Tools/build/regen-configure.sh @AA-Turner
1824

1925
# argparse
2026
**/*argparse* @savannahostrowski
@@ -67,6 +73,7 @@ Doc/make.bat @AA-Turner @hugovk
6773
Doc/requirements.txt @AA-Turner @hugovk
6874
Doc/_static/** @AA-Turner @hugovk
6975
Doc/tools/** @AA-Turner @hugovk
76+
.readthedocs.yml @AA-Turner
7077

7178
# runtime state/lifecycle
7279
**/*pylifecycle* @ericsnowcurrently @ZeroIntensity
@@ -155,6 +162,9 @@ Doc/c-api/module.rst @ericsnowcurrently
155162
**/*importlib/resources/* @jaraco @warsaw @FFY00
156163
**/*importlib/metadata/* @jaraco @warsaw
157164

165+
# Calendar
166+
Lib/calendar.py @AA-Turner
167+
158168
# Dates and times
159169
**/*datetime* @pganssle @abalkin
160170
**/*str*time* @pganssle @abalkin
@@ -205,6 +215,11 @@ Lib/test/test_ast/ @eclips4 @tomasr8
205215
# multiprocessing
206216
**/*multiprocessing* @gpshead
207217

218+
# pydoc
219+
Lib/pydoc.py @AA-Turner
220+
Lib/pydoc_data/ @AA-Turner
221+
Lib/test/test_pydoc/ @AA-Turner
222+
208223
# SQLite 3
209224
**/*sqlite* @berkerpeksag @erlend-aasland
210225

@@ -217,6 +232,11 @@ Lib/test/test_ast/ @eclips4 @tomasr8
217232
**/*pdb* @gaogaotiantian
218233
**/*bdb* @gaogaotiantian
219234

235+
# types
236+
Lib/test/test_types.py
237+
Lib/types.py
238+
Modules/_typesmodule.c
239+
220240
# Limited C API & stable ABI
221241
Tools/build/stable_abi.py @encukou
222242
Misc/stable_abi.toml @encukou
@@ -234,6 +254,11 @@ Doc/c-api/stable.rst @encukou
234254
/Tools/msi/ @python/windows-team
235255
/Tools/nuget/ @python/windows-team
236256

257+
# Zstandard
258+
Lib/compression/zstd/ @AA-Turner
259+
Lib/test/test_zstd.py @AA-Turner
260+
Modules/_zstd/ @AA-Turner
261+
237262
# Misc
238263
**/*itertools* @rhettinger
239264
**/*collections* @rhettinger
@@ -266,6 +291,9 @@ Doc/c-api/stable.rst @encukou
266291

267292
**/*cjkcodecs* @corona10
268293

294+
# Patchcheck
295+
Tools/patchcheck/ @AA-Turner
296+
269297
# macOS
270298
/Mac/ @python/macos-team
271299
**/*osx_support* @python/macos-team
@@ -277,9 +305,9 @@ Doc/c-api/stable.rst @encukou
277305
**/*zipfile/_path/* @jaraco
278306

279307
# Argument Clinic
280-
/Tools/clinic/** @erlend-aasland
281-
/Lib/test/test_clinic.py @erlend-aasland
282-
Doc/howto/clinic.rst @erlend-aasland
308+
/Tools/clinic/** @erlend-aasland @AA-Turner
309+
/Lib/test/test_clinic.py @erlend-aasland @AA-Turner
310+
Doc/howto/clinic.rst @erlend-aasland @AA-Turner
283311

284312
# Subinterpreters
285313
**/*interpreteridobject.* @ericsnowcurrently
@@ -323,6 +351,7 @@ Lib/test/test_configparser.py @jaraco
323351

324352
# Doc sections
325353
Doc/reference/ @willingc @AA-Turner
354+
Doc/whatsnew/ @AA-Turner
326355

327356
**/*weakref* @kumaraditya303
328357

@@ -336,7 +365,7 @@ Modules/_xxtestfuzz/ @ammaraskar
336365
# t-strings
337366
**/*interpolationobject* @lysnikolaou
338367
**/*templateobject* @lysnikolaou
339-
**/*templatelib* @lysnikolaou
368+
**/*templatelib* @lysnikolaou @AA-Turner
340369
**/*tstring* @lysnikolaou
341370

342371
# Remote debugging
@@ -346,3 +375,6 @@ Modules/_remote_debugging_module.c @pablogsal @ambv @1st1
346375

347376
# gettext
348377
**/*gettext* @tomasr8
378+
379+
# Internal Docs
380+
InternalDocs/ @AA-Turner

0 commit comments

Comments
 (0)