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
@@ -26,7 +32,8 @@ Modules/Setup* @erlend-aasland
2632** /* context * @ 1st1
2733** /* genobject * @ markshannon
2834** /* hamt * @ 1st1
29- ** /* jit * @ brandtbucher @ savannahostrowski
35+ ** /* jit * @ brandtbucher @ savannahostrowski @ diegorusso
36+ Python /perf_jit_trampoline.c # Exclude the owners of "**/*jit*", above.
3037Objects /set * @ rhettinger
3138Objects /dict * @ methane @ markshannon
3239Objects /typevarobject.c @ JelleZijlstra
@@ -45,8 +52,9 @@ Python/flowgraph.c @markshannon @iritkatriel
4552Python /instruction_sequence.c @ iritkatriel
4653Python /bytecodes.c @ markshannon
4754Python /optimizer * .c @ markshannon
48- Python /optimizer_analysis.c @ Fidget-Spinner
49- Python /optimizer_bytecodes.c @ Fidget-Spinner
55+ Python /optimizer_analysis.c @ Fidget-Spinner @ tomasr8
56+ Python /optimizer_bytecodes.c @ Fidget-Spinner @ tomasr8
57+ Python /optimizer_symbols.c @ tomasr8
5058Python /symtable.c @ JelleZijlstra @ carljm
5159Lib /_pyrepl /* @ pablogsal @ lysnikolaou @ ambv
5260Lib /test /test_patma.py @ brandtbucher
@@ -65,6 +73,7 @@ Doc/make.bat @AA-Turner @hugovk
6573Doc /requirements.txt @ AA-Turner @ hugovk
6674Doc /_static /** @ AA-Turner @ hugovk
6775Doc /tools /** @ AA-Turner @ hugovk
76+ .readthedocs.yml @ AA-Turner
6877
6978# runtime state/lifecycle
7079** /* pylifecycle * @ ericsnowcurrently @ ZeroIntensity
@@ -153,6 +162,10 @@ Doc/c-api/module.rst @ericsnowcurrently
153162** /* importlib /resources /* @ jaraco @ warsaw @ FFY00
154163** /* importlib /metadata /* @ jaraco @ warsaw
155164
165+ # Calendar
166+ Lib /calendar.py @ AA-Turner
167+ Lib /test /test_calendar.py @ AA-Turner
168+
156169# Dates and times
157170** /* datetime * @ pganssle @ abalkin
158171** /* str * time * @ pganssle @ abalkin
@@ -188,13 +201,13 @@ Include/internal/pycore_time.h @pganssle @abalkin
188201/Tools /cases_generator / @ markshannon
189202
190203# AST
191- Python /ast.c @ isidentical @ JelleZijlstra @ eclips4
192- Python /ast_preprocess.c @ isidentical @ eclips4
193- Parser /asdl.py @ isidentical @ JelleZijlstra @ eclips4
194- Parser /asdl_c.py @ isidentical @ JelleZijlstra @ eclips4
195- Lib /ast.py @ isidentical @ JelleZijlstra @ eclips4
196- Lib /_ast_unparse.py @ isidentical @ JelleZijlstra @ eclips4
197- Lib /test /test_ast / @ eclips4
204+ Python /ast.c @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
205+ Python /ast_preprocess.c @ isidentical @ eclips4 @ tomasr8
206+ Parser /asdl.py @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
207+ Parser /asdl_c.py @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
208+ Lib /ast.py @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
209+ Lib /_ast_unparse.py @ isidentical @ JelleZijlstra @ eclips4 @ tomasr8
210+ Lib /test /test_ast / @ eclips4 @ tomasr8
198211
199212# Mock
200213/Lib /unittest /mock.py @ cjw296
@@ -203,6 +216,11 @@ Lib/test/test_ast/ @eclips4
203216# multiprocessing
204217** /* multiprocessing * @ gpshead
205218
219+ # pydoc
220+ Lib /pydoc.py @ AA-Turner
221+ Lib /pydoc_data / @ AA-Turner
222+ Lib /test /test_pydoc / @ AA-Turner
223+
206224# SQLite 3
207225** /* sqlite * @ berkerpeksag @ erlend-aasland
208226
@@ -215,6 +233,11 @@ Lib/test/test_ast/ @eclips4
215233** /* pdb * @ gaogaotiantian
216234** /* bdb * @ gaogaotiantian
217235
236+ # types
237+ Lib /test /test_types.py @ AA-Turner
238+ Lib /types.py @ AA-Turner
239+ Modules /_typesmodule.c @ AA-Turner
240+
218241# Limited C API & stable ABI
219242Tools /build /stable_abi.py @ encukou
220243Misc /stable_abi.toml @ encukou
@@ -232,6 +255,11 @@ Doc/c-api/stable.rst @encukou
232255/Tools /msi / @ python/windows-team
233256/Tools /nuget / @ python/windows-team
234257
258+ # Zstandard
259+ Lib /compression /zstd / @ AA-Turner
260+ Lib /test /test_zstd.py @ AA-Turner
261+ Modules /_zstd / @ AA-Turner
262+
235263# Misc
236264** /* itertools * @ rhettinger
237265** /* collections * @ rhettinger
@@ -264,6 +292,9 @@ Doc/c-api/stable.rst @encukou
264292
265293** /* cjkcodecs * @ corona10
266294
295+ # Patchcheck
296+ Tools /patchcheck / @ AA-Turner
297+
267298# macOS
268299/Mac / @ python/macos-team
269300** /* osx_support * @ python/macos-team
@@ -275,9 +306,9 @@ Doc/c-api/stable.rst @encukou
275306** /* zipfile /_path /* @ jaraco
276307
277308# Argument Clinic
278- /Tools /clinic /** @ erlend-aasland
279- /Lib /test /test_clinic.py @ erlend-aasland
280- 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
281312
282313# Subinterpreters
283314** /* interpreteridobject. * @ ericsnowcurrently
@@ -321,6 +352,7 @@ Lib/test/test_configparser.py @jaraco
321352
322353# Doc sections
323354Doc /reference / @ willingc @ AA-Turner
355+ Doc /whatsnew / @ AA-Turner
324356
325357** /* weakref * @ kumaraditya303
326358
@@ -334,10 +366,16 @@ Modules/_xxtestfuzz/ @ammaraskar
334366# t-strings
335367** /* interpolationobject * @ lysnikolaou
336368** /* templateobject * @ lysnikolaou
337- ** /* templatelib * @ lysnikolaou
369+ ** /* templatelib * @ lysnikolaou @ AA-Turner
338370** /* tstring * @ lysnikolaou
339371
340372# Remote debugging
341373Python /remote_debug.h @ pablogsal
342374Python /remote_debugging.c @ pablogsal
343375Modules /_remote_debugging_module.c @ pablogsal @ ambv @ 1st1
376+
377+ # gettext
378+ ** /* gettext * @ tomasr8
379+
380+ # Internal Docs
381+ InternalDocs / @ AA-Turner
0 commit comments