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 /             @ 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
11- .pre-commit-config.yaml        @ hugovk   @ AlexWaygood 
16+ .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
6773Doc /requirements.txt           @ AA-Turner  @ hugovk 
6874Doc /_static /**                 @ AA-Turner  @ hugovk 
6975Doc /tools /**                   @ AA-Turner  @ hugovk 
76+ .readthedocs.yml               @ AA-Turner 
7077
7178#  runtime state/lifecycle
7279** /* pylifecycle *               @ ericsnowcurrently  @ ZeroIntensity 
@@ -155,6 +162,10 @@ 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+ Lib /test /test_calendar.py      @ AA-Turner 
168+ 
158169#  Dates and times
159170** /* datetime *                  @ pganssle  @ abalkin 
160171** /* str * time *                  @ pganssle  @ abalkin 
@@ -205,6 +216,11 @@ Lib/test/test_ast/            @eclips4 @tomasr8
205216#  multiprocessing
206217** /* multiprocessing *           @ gpshead 
207218
219+ #  pydoc
220+ Lib /pydoc.py                   @ AA-Turner 
221+ Lib /pydoc_data /               @ AA-Turner 
222+ Lib /test /test_pydoc /          @ AA-Turner 
223+ 
208224#  SQLite 3
209225** /* sqlite *                    @ berkerpeksag  @ erlend-aasland 
210226
@@ -217,6 +233,11 @@ Lib/test/test_ast/            @eclips4 @tomasr8
217233** /* pdb *                       @ gaogaotiantian 
218234** /* bdb *                       @ gaogaotiantian 
219235
236+ #  types
237+ Lib /test /test_types.py         @ AA-Turner 
238+ Lib /types.py                   @ AA-Turner 
239+ Modules /_typesmodule.c         @ AA-Turner 
240+ 
220241#  Limited C API & stable ABI
221242Tools /build /stable_abi.py      @ encukou 
222243Misc /stable_abi.toml           @ encukou 
@@ -234,6 +255,11 @@ Doc/c-api/stable.rst          @encukou
234255/Tools /msi /                   @ python/windows-team 
235256/Tools /nuget /                 @ python/windows-team 
236257
258+ #  Zstandard
259+ Lib /compression /zstd /         @ AA-Turner 
260+ Lib /test /test_zstd.py          @ AA-Turner 
261+ Modules /_zstd /                @ AA-Turner 
262+ 
237263#  Misc
238264** /* itertools *                 @ rhettinger 
239265** /* collections *               @ rhettinger 
@@ -266,6 +292,9 @@ Doc/c-api/stable.rst          @encukou
266292
267293** /* cjkcodecs *                 @ corona10 
268294
295+ #  Patchcheck
296+ Tools /patchcheck /             @ AA-Turner 
297+ 
269298#  macOS
270299/Mac /                         @ python/macos-team 
271300** /* osx_support *               @ python/macos-team 
@@ -277,9 +306,9 @@ Doc/c-api/stable.rst          @encukou
277306** /* zipfile /_path /*            @ jaraco 
278307
279308#  Argument Clinic
280- /Tools /clinic /**               @ erlend-aasland 
281- /Lib /test /test_clinic.py       @ erlend-aasland 
282- Doc /howto /clinic.rst           @ erlend-aasland 
309+ /Tools /clinic /**               @ erlend-aasland   @ AA-Turner 
310+ /Lib /test /test_clinic.py       @ erlend-aasland   @ AA-Turner 
311+ Doc /howto /clinic.rst           @ erlend-aasland   @ AA-Turner 
283312
284313#  Subinterpreters
285314** /* interpreteridobject. *      @ ericsnowcurrently 
@@ -323,6 +352,7 @@ Lib/test/test_configparser.py @jaraco
323352
324353#  Doc sections
325354Doc /reference /                @ willingc  @ AA-Turner 
355+ Doc /whatsnew /                 @ AA-Turner 
326356
327357** /* weakref *                   @ kumaraditya303 
328358
@@ -336,7 +366,7 @@ Modules/_xxtestfuzz/          @ammaraskar
336366#  t-strings
337367** /* interpolationobject *       @ lysnikolaou 
338368** /* templateobject *            @ lysnikolaou 
339- ** /* templatelib *               @ lysnikolaou 
369+ ** /* templatelib *               @ lysnikolaou   @ AA-Turner 
340370** /* tstring *                   @ lysnikolaou 
341371
342372#  Remote debugging
@@ -346,3 +376,6 @@ Modules/_remote_debugging_module.c @pablogsal @ambv @1st1
346376
347377#  gettext
348378** /* gettext *                   @ tomasr8 
379+ 
380+ #  Internal Docs
381+ InternalDocs /                 @ AA-Turner 
0 commit comments