1313
1414# Build system
1515configure * @ erlend-aasland @ corona10
16+ Makefile.pre.in @ erlend-aasland
17+ Modules /Setup * @ erlend-aasland
18+
19+ # argparse
20+ ** /* argparse * @ savannahostrowski
1621
1722# asyncio
18- ** /* asyncio * @ 1st1 @ asvetlov @ gvanrossum @ kumaraditya303 @ willingc
23+ ** /* asyncio * @ 1st1 @ asvetlov @ kumaraditya303 @ willingc
1924
2025# Core
2126** /* context * @ 1st1
2227** /* genobject * @ markshannon
2328** /* hamt * @ 1st1
24- ** /* jit * @ brandtbucher
29+ ** /* jit * @ brandtbucher @ savannahostrowski
2530Objects /set * @ rhettinger
2631Objects /dict * @ methane @ markshannon
2732Objects /typevarobject.c @ JelleZijlstra
@@ -31,16 +36,16 @@ Objects/frameobject.c @markshannon
3136Objects /call.c @ markshannon
3237Python /ceval * .c @ markshannon
3338Python /ceval * .h @ markshannon
39+ Python /codegen.c @ markshannon @ iritkatriel
3440Python /compile.c @ markshannon @ iritkatriel
3541Python /assemble.c @ markshannon @ iritkatriel
3642Python /flowgraph.c @ markshannon @ iritkatriel
3743Python /instruction_sequence.c @ iritkatriel
38- Python /ast_opt.c @ isidentical
3944Python /bytecodes.c @ markshannon
4045Python /optimizer * .c @ markshannon
4146Python /optimizer_analysis.c @ Fidget-Spinner
4247Python /optimizer_bytecodes.c @ Fidget-Spinner
43- Python /symtable.c @ JelleZijlstra @ carljm
48+ Python /symtable.c @ JelleZijlstra @ carljm
4449Lib /_pyrepl /* @ pablogsal @ lysnikolaou @ ambv
4550Lib /test /test_patma.py @ brandtbucher
4651Lib /test /test_type_ * .py @ JelleZijlstra
@@ -70,6 +75,7 @@ Include/internal/pycore_freelist.h @ericsnowcurrently
7075Include /internal /pycore_global_objects.h @ ericsnowcurrently
7176Include /internal /pycore_obmalloc.h @ ericsnowcurrently
7277Include /internal /pycore_pymem.h @ ericsnowcurrently
78+ Include /internal /pycore_stackref.h @ Fidget-Spinner
7379Modules /main.c @ ericsnowcurrently
7480Programs /_bootstrap_python.c @ ericsnowcurrently
7581Programs /python.c @ ericsnowcurrently
@@ -85,7 +91,6 @@ Objects/exceptions.c @iritkatriel
8591** /sha * @ gpshead @ tiran
8692Modules /md5 * @ gpshead @ tiran
8793** /* blake * @ gpshead @ tiran
88- Modules /_blake2 /** @ gpshead @ tiran
8994Modules /_hacl /** @ gpshead
9095
9196# logging
@@ -154,10 +159,12 @@ Include/internal/pycore_time.h @pganssle @abalkin
154159/Tools /cases_generator / @ markshannon
155160
156161# AST
157- Python /ast.c @ isidentical @ JelleZijlstra
158- Parser /asdl.py @ isidentical @ JelleZijlstra
159- Parser /asdl_c.py @ isidentical @ JelleZijlstra
160- Lib /ast.py @ isidentical @ JelleZijlstra
162+ Python /ast.c @ isidentical @ JelleZijlstra @ eclips4
163+ Python /ast_opt.c @ isidentical @ eclips4
164+ Parser /asdl.py @ isidentical @ JelleZijlstra @ eclips4
165+ Parser /asdl_c.py @ isidentical @ JelleZijlstra @ eclips4
166+ Lib /ast.py @ isidentical @ JelleZijlstra @ eclips4
167+ Lib /test /test_ast / @ eclips4
161168
162169# Mock
163170/Lib /unittest /mock.py @ cjw296
@@ -199,18 +206,19 @@ Doc/c-api/stable.rst @encukou
199206** /* itertools * @ rhettinger
200207** /* collections * @ rhettinger
201208** /* random * @ rhettinger
202- ** /* queue * @ rhettinger
203209** /* bisect * @ rhettinger
204210** /* heapq * @ rhettinger
205211** /* functools * @ rhettinger
206- ** /* decimal * @ rhettinger
207212
208213** /* dataclasses * @ ericvsmith
209214
210215** /* ensurepip * @ pfmoore @ pradyunsg
211216
217+ /Doc /library /idle.rst @ terryjreedy
212218** /* idlelib * @ terryjreedy
219+ ** /* turtledemo * @ terryjreedy
213220
221+ ** /* annotationlib * @ JelleZijlstra
214222** /* typing * @ JelleZijlstra @ AlexWaygood
215223
216224** /* ftplib @ giampaolo
@@ -249,8 +257,8 @@ Modules/_interp*module.c @ericsnowcurrently
249257Lib /test /test_interpreters / @ ericsnowcurrently
250258
251259# Android
252- ** /* Android * @ mhsmith
253- ** /* android * @ mhsmith
260+ ** /* Android * @ mhsmith @ freakboy3742
261+ ** /* android * @ mhsmith @ freakboy3742
254262
255263# iOS (but not termios)
256264** /iOS * @ freakboy3742
@@ -261,7 +269,7 @@ Lib/test/test_interpreters/ @ericsnowcurrently
261269** /* -ios * @ freakboy3742
262270
263271# WebAssembly
264- /Tools /wasm / @ brettcannon
272+ /Tools /wasm / @ brettcannon @ freakboy3742
265273
266274# SBOM
267275/Misc /externals.spdx.json @ sethmlarson
@@ -271,3 +279,8 @@ Lib/test/test_interpreters/ @ericsnowcurrently
271279# Config Parser
272280Lib /configparser.py @ jaraco
273281Lib /test /test_configparser.py @ jaraco
282+
283+ # Doc sections
284+ Doc /reference / @ willingc
285+
286+ ** /* weakref * @ kumaraditya303
0 commit comments