@@ -33,11 +33,11 @@ Objects/frameobject.c @markshannon
3333Objects /call.c @ markshannon
3434Python /ceval * .c @ markshannon
3535Python /ceval * .h @ markshannon
36+ Python /codegen.c @ markshannon @ iritkatriel
3637Python /compile.c @ markshannon @ iritkatriel
3738Python /assemble.c @ markshannon @ iritkatriel
3839Python /flowgraph.c @ markshannon @ iritkatriel
3940Python /instruction_sequence.c @ iritkatriel
40- Python /ast_opt.c @ isidentical
4141Python /bytecodes.c @ markshannon
4242Python /optimizer * .c @ markshannon
4343Python /optimizer_analysis.c @ Fidget-Spinner
@@ -157,10 +157,12 @@ Include/internal/pycore_time.h @pganssle @abalkin
157157/Tools /cases_generator / @ markshannon
158158
159159# AST
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
160+ Python /ast.c @ isidentical @ JelleZijlstra @ eclips4
161+ Python /ast_opt.c @ isidentical @ eclips4
162+ Parser /asdl.py @ isidentical @ JelleZijlstra @ eclips4
163+ Parser /asdl_c.py @ isidentical @ JelleZijlstra @ eclips4
164+ Lib /ast.py @ isidentical @ JelleZijlstra @ eclips4
165+ Lib /test /test_ast / @ eclips4
164166
165167# Mock
166168/Lib /unittest /mock.py @ cjw296
@@ -205,14 +207,14 @@ Doc/c-api/stable.rst @encukou
205207** /* bisect * @ rhettinger
206208** /* heapq * @ rhettinger
207209** /* functools * @ rhettinger
208- ** /* decimal * @ rhettinger
209210
210211** /* dataclasses * @ ericvsmith
211212
212213** /* ensurepip * @ pfmoore @ pradyunsg
213214
214- ** /* idlelib * @ terryjreedy
215215/Doc /library /idle.rst @ terryjreedy
216+ ** /* idlelib * @ terryjreedy
217+ ** /* turtledemo * @ terryjreedy
216218
217219** /* annotationlib * @ JelleZijlstra
218220** /* typing * @ JelleZijlstra @ AlexWaygood
@@ -275,3 +277,8 @@ Lib/test/test_interpreters/ @ericsnowcurrently
275277# Config Parser
276278Lib /configparser.py @ jaraco
277279Lib /test /test_configparser.py @ jaraco
280+
281+ # Doc sections
282+ Doc /reference / @ willingc
283+
284+ ** /* weakref * @ kumaraditya303
0 commit comments