55# https://git-scm.com/docs/gitignore#_pattern_format
66
77# GitHub
8- .github /** @ ezio-melotti @ hugovk
8+ .github /** @ ezio-melotti @ hugovk @ AA-Turner
99
1010# pre-commit
1111.pre-commit-config.yaml @ hugovk @ AlexWaygood
12- .ruff.toml @ hugovk @ AlexWaygood
12+ .ruff.toml @ hugovk @ AlexWaygood @ AA-Turner
1313
1414# Build system
1515configure * @ erlend-aasland @ corona10
1616Makefile.pre.in @ erlend-aasland
1717Modules /Setup * @ erlend-aasland
1818
19+ # argparse
20+ ** /* argparse * @ savannahostrowski
21+
1922# asyncio
20- ** /* asyncio * @ 1st1 @ asvetlov @ gvanrossum @ kumaraditya303 @ willingc
23+ ** /* asyncio * @ 1st1 @ asvetlov @ kumaraditya303 @ willingc
2124
2225# Core
2326** /* context * @ 1st1
2427** /* genobject * @ markshannon
2528** /* hamt * @ 1st1
26- ** /* jit * @ brandtbucher
29+ ** /* jit * @ brandtbucher @ savannahostrowski
2730Objects /set * @ rhettinger
2831Objects /dict * @ methane @ markshannon
2932Objects /typevarobject.c @ JelleZijlstra
@@ -53,6 +56,14 @@ Tools/c-analyzer/ @ericsnowcurrently
5356# dbm
5457** /* dbm * @ corona10 @ erlend-aasland @ serhiy-storchaka
5558
59+ # Doc/ tools
60+ Doc /conf.py @ AA-Turner @ hugovk
61+ Doc /Makefile @ AA-Turner @ hugovk
62+ Doc /make.bat @ AA-Turner @ hugovk
63+ Doc /requirements.txt @ AA-Turner @ hugovk
64+ Doc /_static /** @ AA-Turner @ hugovk
65+ Doc /tools /** @ AA-Turner @ hugovk
66+
5667# runtime state/lifecycle
5768** /* pylifecycle * @ ericsnowcurrently
5869** /* pystate * @ ericsnowcurrently
@@ -78,24 +89,36 @@ Programs/_bootstrap_python.c @ericsnowcurrently
7889Programs /python.c @ ericsnowcurrently
7990Tools /build /generate_global_objects.py @ ericsnowcurrently
8091
92+ # Initialization
93+ Doc /library /sys_path_init.rst @ FFY00
94+ Doc /c-api /init_config.rst @ FFY00
95+
96+ # getpath
97+ ** /* getpath * @ FFY00
98+
99+ # site
100+ ** /* site.py @ FFY00
101+ Doc /library /site.rst @ FFY00
102+
81103# Exceptions
82104Lib /test /test_except * .py @ iritkatriel
83105Objects /exceptions.c @ iritkatriel
84106
85- # Hashing
86- ** /* hashlib * @ gpshead @ tiran
107+ # Hashing & cryptographic primitives
108+ ** /* hashlib * @ gpshead @ tiran @ picnixz
109+ ** /* hashopenssl * @ gpshead @ tiran @ picnixz
87110** /* pyhash * @ gpshead @ tiran
88- ** /sha * @ gpshead @ tiran
89- Modules /md5 * @ gpshead @ tiran
90- ** /* blake * @ gpshead @ tiran
91- Modules /_blake2 /** @ gpshead @ tiran
111+ ** /sha * @ gpshead @ tiran @ picnixz
112+ Modules /md5 * @ gpshead @ tiran @ picnixz
113+ ** /* blake * @ gpshead @ tiran @ picnixz
92114Modules /_hacl /** @ gpshead
115+ ** /* hmac * @ gpshead @ picnixz
93116
94117# logging
95118** /* logging * @ vsajip
96119
97120# venv
98- ** /* venv * @ vsajip
121+ ** /* venv * @ vsajip @ FFY00
99122
100123# Launcher
101124/PC /launcher.c @ vsajip
@@ -255,8 +278,8 @@ Modules/_interp*module.c @ericsnowcurrently
255278Lib /test /test_interpreters / @ ericsnowcurrently
256279
257280# Android
258- ** /* Android * @ mhsmith
259- ** /* android * @ mhsmith
281+ ** /* Android * @ mhsmith @ freakboy3742
282+ ** /* android * @ mhsmith @ freakboy3742
260283
261284# iOS (but not termios)
262285** /iOS * @ freakboy3742
@@ -267,7 +290,7 @@ Lib/test/test_interpreters/ @ericsnowcurrently
267290** /* -ios * @ freakboy3742
268291
269292# WebAssembly
270- /Tools /wasm / @ brettcannon
293+ /Tools /wasm / @ brettcannon @ freakboy3742
271294
272295# SBOM
273296/Misc /externals.spdx.json @ sethmlarson
@@ -279,4 +302,13 @@ Lib/configparser.py @jaraco
279302Lib /test /test_configparser.py @ jaraco
280303
281304# Doc sections
282- Doc /reference / @ willingc
305+ Doc /reference / @ willingc @ AA-Turner
306+
307+ ** /* weakref * @ kumaraditya303
308+
309+ # Colorize
310+ Lib /_colorize.py @ hugovk
311+ Lib /test /test__colorize.py @ hugovk
312+
313+ # Fuzzing
314+ Modules /_xxtestfuzz / @ ammaraskar
0 commit comments