6363.azure-pipelines / @ AA-Turner
6464
6565# GitHub & related scripts
66- .github / @ ezio-melotti @ hugovk @ AA-Turner @ webknjaz
66+ .github / @ ezio-melotti @ hugovk @ AA-Turner @ webknjaz @ itamaro @ JacobCoffee
6767Tools /build /compute-changes.py @ AA-Turner @ hugovk @ webknjaz
6868Lib /test /test_tools /test_compute_changes.py @ AA-Turner @ hugovk @ webknjaz
6969Tools /build /verify_ensurepip_wheels.py @ AA-Turner @ pfmoore @ pradyunsg
7070
7171# Pre-commit
72- .pre-commit-config.yaml @ hugovk
73- .ruff.toml @ hugovk @ AlexWaygood @ AA-Turner
72+ .pre-commit-config.yaml @ hugovk @ JacobCoffee
73+ .ruff.toml @ hugovk @ AlexWaygood @ AA-Turner @ JacobCoffee
7474
7575# Patchcheck
76- Tools /patchcheck / @ AA-Turner
76+ Tools /patchcheck / @ AA-Turner @ itamaro
7777
7878
7979# ----------------------------------------------------------------------------
8080# Build System
8181# ----------------------------------------------------------------------------
8282
8383# Autotools
84- configure * @ erlend-aasland @ corona10 @ AA-Turner @ emmatyping
85- Makefile.pre.in @ erlend-aasland @ AA-Turner @ emmatyping
86- Modules /makesetup @ erlend-aasland @ AA-Turner @ emmatyping
87- Modules /Setup * @ erlend-aasland @ AA-Turner @ emmatyping
88- Tools /build /regen-configure.sh @ AA-Turner
84+ configure * @ erlend-aasland @ corona10 @ AA-Turner @ emmatyping @ itamaro
85+ Makefile.pre.in @ erlend-aasland @ AA-Turner @ emmatyping @ itamaro
86+ Modules /makesetup @ erlend-aasland @ AA-Turner @ emmatyping @ itamaro
87+ Modules /Setup * @ erlend-aasland @ AA-Turner @ emmatyping @ itamaro
88+ Tools /build /regen-configure.sh @ AA-Turner @ itamaro
8989
9090# generate-build-details
9191Tools /build /generate-build-details.py @ FFY00
@@ -171,9 +171,6 @@ Mac/ @python/macos-team
171171Lib /_osx_support.py @ python/macos-team
172172Lib /test /test__osx_support.py @ python/macos-team
173173
174- # WebAssembly
175- Tools /wasm /README.md @ brettcannon @ freakboy3742 @ emmatyping
176-
177174# WebAssembly (Emscripten)
178175Platforms /emscripten @ freakboy3742 @ emmatyping
179176Tools /wasm /emscripten @ freakboy3742 @ emmatyping
@@ -188,12 +185,8 @@ Tools/wasm/wasi @brettcannon @emmatyping @savannahostrowski
188185PC / @ python/windows-team
189186PCbuild / @ python/windows-team
190187
191- # Windows installer packages
192- Tools /msi / @ python/windows-team
193- Tools /nuget / @ python/windows-team
194-
195- # Windows Launcher
196- PC /launcher.c @ python/windows-team @ vsajip
188+ # Windows Venv launcher/redirector
189+ PC /venvlauncher.c @ python/windows-team @ vsajip
197190
198191
199192# ----------------------------------------------------------------------------
@@ -230,7 +223,7 @@ Tools/cases_generator/ @markshannon
230223Python /assemble.c @ markshannon @ iritkatriel
231224Python /codegen.c @ markshannon @ iritkatriel
232225Python /compile.c @ markshannon @ iritkatriel
233- Python /flowgraph.c @ markshannon @ iritkatriel
226+ Python /flowgraph.c @ markshannon @ iritkatriel @ eclips4
234227Python /instruction_sequence.c @ iritkatriel
235228Python /symtable.c @ JelleZijlstra @ carljm
236229
@@ -339,7 +332,6 @@ Modules/_remote_debugging/ @pablogsal
339332
340333# Sub-Interpreters
341334** /* crossinterp * @ ericsnowcurrently
342- ** /* interpreteridobject. * @ ericsnowcurrently
343335Doc /library /concurrent.interpreters.rst @ ericsnowcurrently
344336Lib /concurrent /futures /interpreter.py @ ericsnowcurrently
345337Lib /concurrent /interpreters / @ ericsnowcurrently
@@ -606,6 +598,12 @@ Doc/library/tomllib.rst @encukou @hauntsaninja
606598Lib /test /test_tomllib / @ encukou @ hauntsaninja
607599Lib /tomllib / @ encukou @ hauntsaninja
608600
601+ # Turtle
602+ Doc /library /turtle.rst @ StanFromIreland
603+ Doc /library /turtle-star.png @ StanFromIreland
604+ Lib /test /test_turtle.py @ StanFromIreland
605+ Lib /turtle.py @ StanFromIreland
606+
609607# Typing
610608Doc /library /typing.rst @ JelleZijlstra @ AlexWaygood
611609Lib /test /test_typing.py @ JelleZijlstra @ AlexWaygood
@@ -628,6 +626,12 @@ Lib/test/test_unittest/testmock/ @cjw296
628626# Weakref
629627** /* weakref * @ kumaraditya303
630628
629+ # Zlib
630+ Doc /library /zlib.rst @ StanFromIreland
631+ Lib /compression /zlib.py @ StanFromIreland
632+ Lib /test /test_zlib.py @ StanFromIreland
633+ Modules /_zlibmodule.c @ StanFromIreland
634+
631635# Zipfile.Path
632636Lib /test /test_zipfile /_path / @ jaraco
633637Lib /zipfile /_path / @ jaraco
@@ -650,3 +654,6 @@ Modules/**/clinic/
650654Objects /** /clinic /
651655PC /** /clinic /
652656Python /** /clinic /
657+
658+ # Exclude HTML IDs list
659+ Doc /tools /removed-ids.txt
0 commit comments