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# ----------------------------------------------------------------------------
@@ -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
@@ -623,9 +614,6 @@ Modules/_typesmodule.c @AA-Turner
623614Lib /unittest /mock.py @ cjw296
624615Lib /test /test_unittest /testmock / @ cjw296
625616
626- # Urllib
627- ** /* robotparser * @ berkerpeksag
628-
629617# Venv
630618** /* venv * @ vsajip @ FFY00
631619
@@ -654,3 +642,6 @@ Modules/**/clinic/
654642Objects /** /clinic /
655643PC /** /clinic /
656644Python /** /clinic /
645+
646+ # Exclude HTML IDs list
647+ Doc /tools /removed-ids.txt
0 commit comments