|
63 | 63 | .azure-pipelines/ @AA-Turner |
64 | 64 |
|
65 | 65 | # GitHub & related scripts |
66 | | -.github/ @ezio-melotti @hugovk @AA-Turner @webknjaz |
67 | | -Tools/build/compute-changes.py @AA-Turner @hugovk @webknjaz |
68 | | -Tools/build/verify_ensurepip_wheels.py @AA-Turner @pfmoore @pradyunsg |
| 66 | +.github/ @ezio-melotti @hugovk @AA-Turner @webknjaz |
| 67 | +Tools/build/compute-changes.py @AA-Turner @hugovk @webknjaz |
| 68 | +Lib/test/test_tools/test_compute_changes.py @AA-Turner @hugovk @webknjaz |
| 69 | +Tools/build/verify_ensurepip_wheels.py @AA-Turner @pfmoore @pradyunsg |
69 | 70 |
|
70 | 71 | # Pre-commit |
71 | 72 | .pre-commit-config.yaml @hugovk |
@@ -110,6 +111,7 @@ Doc/tools/ @AA-Turner @hugovk |
110 | 111 | .readthedocs.yml @AA-Turner |
111 | 112 |
|
112 | 113 | # Sections |
| 114 | +Doc/c-api/ @ZeroIntensity |
113 | 115 | Doc/reference/ @willingc @AA-Turner |
114 | 116 | Doc/whatsnew/ @AA-Turner |
115 | 117 |
|
@@ -176,6 +178,7 @@ Tools/wasm/config.site-wasm32-emscripten @freakboy3742 @emmatyping |
176 | 178 | Tools/wasm/emscripten @freakboy3742 @emmatyping |
177 | 179 |
|
178 | 180 | # WebAssembly (WASI) |
| 181 | +Platforms/WASI @brettcannon @emmatyping @savannahostrowski |
179 | 182 | Tools/wasm/wasi-env @brettcannon @emmatyping @savannahostrowski |
180 | 183 | Tools/wasm/wasi.py @brettcannon @emmatyping @savannahostrowski |
181 | 184 | Tools/wasm/wasi @brettcannon @emmatyping @savannahostrowski |
@@ -291,6 +294,12 @@ Python/jit.c @brandtbucher @savannahostrowski @diegorusso |
291 | 294 | Tools/jit/ @brandtbucher @savannahostrowski @diegorusso |
292 | 295 | InternalDocs/jit.md @brandtbucher @savannahostrowski @diegorusso @AA-Turner |
293 | 296 |
|
| 297 | +# Lazy imports (PEP 810) |
| 298 | +Objects/lazyimportobject.c @yhg1s @DinoV @pablogsal |
| 299 | +Include/internal/pycore_lazyimportobject.h @yhg1s @DinoV @pablogsal |
| 300 | +Lib/test/test_import/test_lazy_imports.py @yhg1s @DinoV @pablogsal |
| 301 | +Lib/test/test_import/data/lazy_imports/ @yhg1s @DinoV @pablogsal |
| 302 | + |
294 | 303 | # Micro-op / μop / Tier 2 Optimiser |
295 | 304 | Python/optimizer.c @markshannon @Fidget-Spinner |
296 | 305 | Python/optimizer_analysis.c @markshannon @tomasr8 @Fidget-Spinner @savannahostrowski |
@@ -417,6 +426,7 @@ Lib/test/test_dataclasses/ @ericvsmith |
417 | 426 |
|
418 | 427 | # Dates and times |
419 | 428 | Doc/**/*time.rst @pganssle @abalkin |
| 429 | +Doc/library/datetime-* @pganssle |
420 | 430 | Doc/library/zoneinfo.rst @pganssle |
421 | 431 | Include/datetime.h @pganssle @abalkin |
422 | 432 | Include/internal/pycore_time.h @pganssle @abalkin |
@@ -466,8 +476,9 @@ Lib/test/test_functools.py @rhettinger |
466 | 476 | Modules/_functoolsmodule.c @rhettinger |
467 | 477 |
|
468 | 478 | # Garbage collector |
469 | | -Modules/gcmodule.c @pablogsal |
470 | | -Doc/library/gc.rst @pablogsal |
| 479 | +Modules/gcmodule.c @pablogsal |
| 480 | +Doc/library/gc.rst @pablogsal |
| 481 | +InternalDocs/garbage_collector.md @pablogsal |
471 | 482 |
|
472 | 483 | # Gettext |
473 | 484 | Doc/library/gettext.rst @tomasr8 |
|
0 commit comments