1313
1414# Build system
1515configure * @ erlend-aasland @ corona10
16+ Makefile.pre.in @ erlend-aasland
17+ Modules /Setup * @ erlend-aasland
1618
1719# asyncio
1820** /* asyncio * @ 1st1 @ asvetlov @ gvanrossum @ kumaraditya303 @ willingc
@@ -29,17 +31,23 @@ Objects/type* @markshannon
2931Objects /codeobject.c @ markshannon
3032Objects /frameobject.c @ markshannon
3133Objects /call.c @ markshannon
32- Python /ceval * .c @ markshannon @ gvanrossum
33- Python /ceval * .h @ markshannon @ gvanrossum
34+ Python /ceval * .c @ markshannon
35+ Python /ceval * .h @ markshannon
3436Python /compile.c @ markshannon @ iritkatriel
3537Python /assemble.c @ markshannon @ iritkatriel
3638Python /flowgraph.c @ markshannon @ iritkatriel
39+ Python /instruction_sequence.c @ iritkatriel
3740Python /ast_opt.c @ isidentical
38- Python /bytecodes.c @ markshannon @ gvanrossum
39- Python /optimizer * .c @ markshannon @ gvanrossum
41+ Python /bytecodes.c @ markshannon
42+ Python /optimizer * .c @ markshannon
43+ Python /optimizer_analysis.c @ Fidget-Spinner
44+ Python /optimizer_bytecodes.c @ Fidget-Spinner
45+ Python /symtable.c @ JelleZijlstra @ carljm
46+ Lib /_pyrepl /* @ pablogsal @ lysnikolaou @ ambv
4047Lib /test /test_patma.py @ brandtbucher
4148Lib /test /test_type_ * .py @ JelleZijlstra
42- Lib /test /test_capi /test_misc.py @ markshannon @ gvanrossum
49+ Lib /test /test_capi /test_misc.py @ markshannon
50+ Lib /test /test_pyrepl /* @ pablogsal @ lysnikolaou @ ambv
4351Tools /c-analyzer / @ ericsnowcurrently
4452
4553# dbm
@@ -64,17 +72,15 @@ Include/internal/pycore_freelist.h @ericsnowcurrently
6472Include /internal /pycore_global_objects.h @ ericsnowcurrently
6573Include /internal /pycore_obmalloc.h @ ericsnowcurrently
6674Include /internal /pycore_pymem.h @ ericsnowcurrently
75+ Include /internal /pycore_stackref.h @ Fidget-Spinner
6776Modules /main.c @ ericsnowcurrently
6877Programs /_bootstrap_python.c @ ericsnowcurrently
6978Programs /python.c @ ericsnowcurrently
7079Tools /build /generate_global_objects.py @ ericsnowcurrently
7180
7281# Exceptions
73- Lib /traceback.py @ iritkatriel
7482Lib /test /test_except * .py @ iritkatriel
75- Lib /test /test_traceback.py @ iritkatriel
7683Objects /exceptions.c @ iritkatriel
77- Python /traceback.c @ iritkatriel
7884
7985# Hashing
8086** /* hashlib * @ gpshead @ tiran
@@ -117,7 +123,7 @@ Python/dynload_*.c @ericsnowcurrently
117123Lib /test /test_module / @ ericsnowcurrently
118124Doc /c-api /module.rst @ ericsnowcurrently
119125** /* importlib /resources /* @ jaraco @ warsaw @ FFY00
120- ** /importlib /metadata /* @ jaraco @ warsaw
126+ ** /* importlib /metadata /* @ jaraco @ warsaw
121127
122128# Dates and times
123129** /* datetime * @ pganssle @ abalkin
@@ -148,13 +154,13 @@ Include/internal/pycore_time.h @pganssle @abalkin
148154/Lib /test /test_tokenize.py @ pablogsal @ lysnikolaou
149155
150156# Code generator
151- /Tools /cases_generator / @ gvanrossum
157+ /Tools /cases_generator / @ markshannon
152158
153159# AST
154- Python /ast.c @ isidentical
155- Parser /asdl.py @ isidentical
156- Parser /asdl_c.py @ isidentical
157- Lib /ast.py @ isidentical
160+ Python /ast.c @ isidentical @ JelleZijlstra
161+ Parser /asdl.py @ isidentical @ JelleZijlstra
162+ Parser /asdl_c.py @ isidentical @ JelleZijlstra
163+ Lib /ast.py @ isidentical @ JelleZijlstra
158164
159165# Mock
160166/Lib /unittest /mock.py @ cjw296
@@ -171,6 +177,10 @@ Lib/ast.py @isidentical
171177/Lib /test /test_subprocess.py @ gpshead
172178/Modules /* subprocess * @ gpshead
173179
180+ # debugger
181+ ** /* pdb * @ gaogaotiantian
182+ ** /* bdb * @ gaogaotiantian
183+
174184# Limited C API & stable ABI
175185Tools /build /stable_abi.py @ encukou
176186Misc /stable_abi.toml @ encukou
@@ -192,7 +202,6 @@ Doc/c-api/stable.rst @encukou
192202** /* itertools * @ rhettinger
193203** /* collections * @ rhettinger
194204** /* random * @ rhettinger
195- ** /* queue * @ rhettinger
196205** /* bisect * @ rhettinger
197206** /* heapq * @ rhettinger
198207** /* functools * @ rhettinger
@@ -203,6 +212,7 @@ Doc/c-api/stable.rst @encukou
203212** /* ensurepip * @ pfmoore @ pradyunsg
204213
205214** /* idlelib * @ terryjreedy
215+ /Doc /library /idle.rst @ terryjreedy
206216
207217** /* typing * @ JelleZijlstra @ AlexWaygood
208218
@@ -238,12 +248,29 @@ Doc/howto/clinic.rst @erlend-aasland
238248** /* interpreteridobject. * @ ericsnowcurrently
239249** /* crossinterp * @ ericsnowcurrently
240250Lib /test /support /interpreters / @ ericsnowcurrently
241- Modules /_xx * interp * module.c @ ericsnowcurrently
251+ Modules /_interp * module.c @ ericsnowcurrently
242252Lib /test /test_interpreters / @ ericsnowcurrently
243253
254+ # Android
255+ ** /* Android * @ mhsmith
256+ ** /* android * @ mhsmith
257+
258+ # iOS (but not termios)
259+ ** /iOS * @ freakboy3742
260+ ** /ios * @ freakboy3742
261+ ** /* _iOS * @ freakboy3742
262+ ** /* _ios * @ freakboy3742
263+ ** /* -iOS * @ freakboy3742
264+ ** /* -ios * @ freakboy3742
265+
244266# WebAssembly
245267/Tools /wasm / @ brettcannon
246268
247269# SBOM
270+ /Misc /externals.spdx.json @ sethmlarson
248271/Misc /sbom.spdx.json @ sethmlarson
249272/Tools /build /generate_sbom.py @ sethmlarson
273+
274+ # Config Parser
275+ Lib /configparser.py @ jaraco
276+ Lib /test /test_configparser.py @ jaraco
0 commit comments