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
@@ -156,28 +156,24 @@ Misc/libabigail.abignore @encukou
156156# ----------------------------------------------------------------------------
157157
158158# Android
159- Android / @ mhsmith @ freakboy3742
159+ Platforms / Android / @ mhsmith @ freakboy3742
160160Doc /using /android.rst @ mhsmith @ freakboy3742
161161Lib /_android_support.py @ mhsmith @ freakboy3742
162162Lib /test /test_android.py @ mhsmith @ freakboy3742
163163
164164# iOS
165165Doc /using /ios.rst @ freakboy3742
166166Lib /_ios_support.py @ freakboy3742
167- Apple / @ freakboy3742
168- iOS / @ freakboy3742
167+ Platforms /Apple / @ freakboy3742
169168
170169# macOS
171170Mac / @ python/macos-team
172171Lib /_osx_support.py @ python/macos-team
173172Lib /test /test__osx_support.py @ python/macos-team
174173
175- # WebAssembly
176- Tools /wasm /README.md @ brettcannon @ freakboy3742 @ emmatyping
177-
178174# WebAssembly (Emscripten)
179- Tools / wasm / config.site-wasm32- emscripten @ freakboy3742 @ emmatyping
180- Tools /wasm /emscripten @ freakboy3742 @ emmatyping
175+ Platforms / emscripten @ freakboy3742 @ emmatyping
176+ Tools /wasm /emscripten @ freakboy3742 @ emmatyping
181177
182178# WebAssembly (WASI)
183179Platforms /WASI @ brettcannon @ emmatyping @ savannahostrowski
@@ -189,12 +185,8 @@ Tools/wasm/wasi @brettcannon @emmatyping @savannahostrowski
189185PC / @ python/windows-team
190186PCbuild / @ python/windows-team
191187
192- # Windows installer packages
193- Tools /msi / @ python/windows-team
194- Tools /nuget / @ python/windows-team
195-
196- # Windows Launcher
197- PC /launcher.c @ python/windows-team @ vsajip
188+ # Windows Venv launcher/redirector
189+ PC /venvlauncher.c @ python/windows-team @ vsajip
198190
199191
200192# ----------------------------------------------------------------------------
@@ -231,7 +223,7 @@ Tools/cases_generator/ @markshannon
231223Python /assemble.c @ markshannon @ iritkatriel
232224Python /codegen.c @ markshannon @ iritkatriel
233225Python /compile.c @ markshannon @ iritkatriel
234- Python /flowgraph.c @ markshannon @ iritkatriel
226+ Python /flowgraph.c @ markshannon @ iritkatriel @ eclips4
235227Python /instruction_sequence.c @ iritkatriel
236228Python /symtable.c @ JelleZijlstra @ carljm
237229
@@ -340,7 +332,6 @@ Modules/_remote_debugging/ @pablogsal
340332
341333# Sub-Interpreters
342334** /* crossinterp * @ ericsnowcurrently
343- ** /* interpreteridobject. * @ ericsnowcurrently
344335Doc /library /concurrent.interpreters.rst @ ericsnowcurrently
345336Lib /concurrent /futures /interpreter.py @ ericsnowcurrently
346337Lib /concurrent /interpreters / @ ericsnowcurrently
@@ -574,9 +565,9 @@ Lib/shutil.py @giampaolo
574565Lib /test /test_shutil.py @ giampaolo
575566
576567# Site
577- Lib /site.py @ FFY00
578- Lib /test /test_site.py @ FFY00
579- Doc /library /site.rst @ FFY00
568+ Lib /site.py @ FFY00 @ warsaw
569+ Lib /test /test_site.py @ FFY00 @ warsaw
570+ Doc /library /site.rst @ FFY00 @ warsaw
580571
581572# string.templatelib
582573Doc /library /string.templatelib.rst @ lysnikolaou @ AA-Turner
@@ -587,10 +578,10 @@ Lib/test/test_string/test_templatelib.py @lysnikolaou @AA-Turner
587578** /* sysconfig * @ FFY00
588579
589580# SQLite 3
590- Doc /library /sqlite3.rst @ berkerpeksag @ erlend-aasland
591- Lib /sqlite3 / @ berkerpeksag @ erlend-aasland
592- Lib /test /test_sqlite3 / @ berkerpeksag @ erlend-aasland
593- Modules /_sqlite / @ berkerpeksag @ erlend-aasland
581+ Doc /library /sqlite3.rst @ erlend-aasland
582+ Lib /sqlite3 / @ erlend-aasland
583+ Lib /test /test_sqlite3 / @ erlend-aasland
584+ Modules /_sqlite / @ erlend-aasland
594585
595586# Subprocess
596587Lib /subprocess.py @ gpshead
@@ -607,6 +598,12 @@ Doc/library/tomllib.rst @encukou @hauntsaninja
607598Lib /test /test_tomllib / @ encukou @ hauntsaninja
608599Lib /tomllib / @ encukou @ hauntsaninja
609600
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+
610607# Typing
611608Doc /library /typing.rst @ JelleZijlstra @ AlexWaygood
612609Lib /test /test_typing.py @ JelleZijlstra @ AlexWaygood
@@ -623,15 +620,18 @@ Modules/_typesmodule.c @AA-Turner
623620Lib /unittest /mock.py @ cjw296
624621Lib /test /test_unittest /testmock / @ cjw296
625622
626- # Urllib
627- ** /* robotparser * @ berkerpeksag
628-
629623# Venv
630624** /* venv * @ vsajip @ FFY00
631625
632626# Weakref
633627** /* weakref * @ kumaraditya303
634628
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+
635635# Zipfile.Path
636636Lib /test /test_zipfile /_path / @ jaraco
637637Lib /zipfile /_path / @ jaraco
@@ -654,3 +654,6 @@ Modules/**/clinic/
654654Objects /** /clinic /
655655PC /** /clinic /
656656Python /** /clinic /
657+
658+ # Exclude HTML IDs list
659+ Doc /tools /removed-ids.txt
0 commit comments