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
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
@@ -73,19 +73,19 @@ Tools/build/verify_ensurepip_wheels.py @AA-Turner @pfmoore @pradyunsg
7373.ruff.toml @ hugovk @ AlexWaygood @ AA-Turner
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
@@ -100,12 +100,12 @@ Lib/test/test_build_details.py @FFY00
100100InternalDocs / @ AA-Turner
101101
102102# Tools, Configuration, etc
103- Doc /Makefile @ AA-Turner @ hugovk
104- Doc /_static / @ AA-Turner @ hugovk
105- Doc /conf.py @ AA-Turner @ hugovk
106- Doc /make.bat @ AA-Turner @ hugovk
107- Doc /requirements.txt @ AA-Turner @ hugovk
108- Doc /tools / @ AA-Turner @ hugovk
103+ Doc /Makefile @ AA-Turner @ hugovk @ StanFromIreland
104+ Doc /_static / @ AA-Turner @ hugovk @ StanFromIreland
105+ Doc /conf.py @ AA-Turner @ hugovk @ StanFromIreland
106+ Doc /make.bat @ AA-Turner @ hugovk @ StanFromIreland
107+ Doc /requirements.txt @ AA-Turner @ hugovk @ StanFromIreland
108+ Doc /tools / @ AA-Turner @ hugovk @ StanFromIreland
109109
110110# PR Previews
111111.readthedocs.yml @ AA-Turner
@@ -132,7 +132,9 @@ Tools/c-analyzer/ @ericsnowcurrently
132132Tools /check-c-api-docs / @ ZeroIntensity
133133
134134# Fuzzing
135- Modules /_xxtestfuzz / @ ammaraskar
135+ Modules /_xxtestfuzz / @ python/fuzzers
136+ Lib /test /test_xxtestfuzz.py @ python/fuzzers
137+ .github /workflows /reusable-cifuzz.yml @ python/fuzzers
136138
137139# Limited C API & Stable ABI
138140Doc /c-api /stable.rst @ encukou
@@ -154,16 +156,15 @@ Misc/libabigail.abignore @encukou
154156# ----------------------------------------------------------------------------
155157
156158# Android
157- Android / @ mhsmith @ freakboy3742
159+ Platforms / Android / @ mhsmith @ freakboy3742
158160Doc /using /android.rst @ mhsmith @ freakboy3742
159161Lib /_android_support.py @ mhsmith @ freakboy3742
160162Lib /test /test_android.py @ mhsmith @ freakboy3742
161163
162164# iOS
163165Doc /using /ios.rst @ freakboy3742
164166Lib /_ios_support.py @ freakboy3742
165- Apple / @ freakboy3742
166- iOS / @ freakboy3742
167+ Platforms /Apple / @ freakboy3742
167168
168169# macOS
169170Mac / @ python/macos-team
@@ -174,8 +175,8 @@ Lib/test/test__osx_support.py @python/macos-team
174175Tools /wasm /README.md @ brettcannon @ freakboy3742 @ emmatyping
175176
176177# WebAssembly (Emscripten)
177- Tools / wasm / config.site-wasm32- emscripten @ freakboy3742 @ emmatyping
178- Tools /wasm /emscripten @ freakboy3742 @ emmatyping
178+ Platforms / emscripten @ freakboy3742 @ emmatyping
179+ Tools /wasm /emscripten @ freakboy3742 @ emmatyping
179180
180181# WebAssembly (WASI)
181182Platforms /WASI @ brettcannon @ emmatyping @ savannahostrowski
@@ -425,19 +426,19 @@ Lib/dataclasses.py @ericvsmith
425426Lib /test /test_dataclasses / @ ericvsmith
426427
427428# Dates and times
428- Doc /** /* time.rst @ pganssle @ abalkin @ StanFromIreland
429+ Doc /** /* time.rst @ pganssle @ StanFromIreland
429430Doc /library /datetime- * @ pganssle @ StanFromIreland
430431Doc /library /zoneinfo.rst @ pganssle @ StanFromIreland
431- Include /datetime.h @ pganssle @ abalkin @ StanFromIreland
432- Include /internal /pycore_time.h @ pganssle @ abalkin @ StanFromIreland
432+ Include /datetime.h @ pganssle @ StanFromIreland
433+ Include /internal /pycore_time.h @ pganssle @ StanFromIreland
433434Lib /test /test_zoneinfo / @ pganssle @ StanFromIreland
434435Lib /zoneinfo / @ pganssle @ StanFromIreland
435- Lib /* time.py @ pganssle @ abalkin @ StanFromIreland
436- Lib /test /datetimetester.py @ pganssle @ abalkin @ StanFromIreland
437- Lib /test /test_ * time.py @ pganssle @ abalkin @ StanFromIreland
436+ Lib /* time.py @ pganssle @ StanFromIreland
437+ Lib /test /datetimetester.py @ pganssle @ StanFromIreland
438+ Lib /test /test_ * time.py @ pganssle @ StanFromIreland
438439Modules /* zoneinfo * @ pganssle @ StanFromIreland
439- Modules /* time * @ pganssle @ abalkin @ StanFromIreland
440- Python /pytime.c @ pganssle @ abalkin @ StanFromIreland
440+ Modules /* time * @ pganssle @ StanFromIreland
441+ Python /pytime.c @ pganssle @ StanFromIreland
441442
442443# Dbm
443444Doc /library /dbm.rst @ corona10 @ erlend-aasland @ serhiy-storchaka
@@ -572,9 +573,9 @@ Lib/shutil.py @giampaolo
572573Lib /test /test_shutil.py @ giampaolo
573574
574575# Site
575- Lib /site.py @ FFY00
576- Lib /test /test_site.py @ FFY00
577- Doc /library /site.rst @ FFY00
576+ Lib /site.py @ FFY00 @ warsaw
577+ Lib /test /test_site.py @ FFY00 @ warsaw
578+ Doc /library /site.rst @ FFY00 @ warsaw
578579
579580# string.templatelib
580581Doc /library /string.templatelib.rst @ lysnikolaou @ AA-Turner
@@ -585,10 +586,10 @@ Lib/test/test_string/test_templatelib.py @lysnikolaou @AA-Turner
585586** /* sysconfig * @ FFY00
586587
587588# SQLite 3
588- Doc /library /sqlite3.rst @ berkerpeksag @ erlend-aasland
589- Lib /sqlite3 / @ berkerpeksag @ erlend-aasland
590- Lib /test /test_sqlite3 / @ berkerpeksag @ erlend-aasland
591- Modules /_sqlite / @ berkerpeksag @ erlend-aasland
589+ Doc /library /sqlite3.rst @ erlend-aasland
590+ Lib /sqlite3 / @ erlend-aasland
591+ Lib /test /test_sqlite3 / @ erlend-aasland
592+ Modules /_sqlite / @ erlend-aasland
592593
593594# Subprocess
594595Lib /subprocess.py @ gpshead
@@ -621,9 +622,6 @@ Modules/_typesmodule.c @AA-Turner
621622Lib /unittest /mock.py @ cjw296
622623Lib /test /test_unittest /testmock / @ cjw296
623624
624- # Urllib
625- ** /* robotparser * @ berkerpeksag
626-
627625# Venv
628626** /* venv * @ vsajip @ FFY00
629627
0 commit comments