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
@@ -56,6 +56,14 @@ Tools/c-analyzer/ @ericsnowcurrently
5656# dbm
5757** /* dbm * @ corona10 @ erlend-aasland @ serhiy-storchaka
5858
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+
5967# runtime state/lifecycle
6068** /* pylifecycle * @ ericsnowcurrently
6169** /* pystate * @ ericsnowcurrently
@@ -81,23 +89,36 @@ Programs/_bootstrap_python.c @ericsnowcurrently
8189Programs /python.c @ ericsnowcurrently
8290Tools /build /generate_global_objects.py @ ericsnowcurrently
8391
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+
84103# Exceptions
85104Lib /test /test_except * .py @ iritkatriel
86105Objects /exceptions.c @ iritkatriel
87106
88- # Hashing
89- ** /* hashlib * @ gpshead @ tiran
107+ # Hashing & cryptographic primitives
108+ ** /* hashlib * @ gpshead @ tiran @ picnixz
109+ ** /* hashopenssl * @ gpshead @ tiran @ picnixz
90110** /* pyhash * @ gpshead @ tiran
91- ** /sha * @ gpshead @ tiran
92- Modules /md5 * @ gpshead @ tiran
93- ** /* blake * @ gpshead @ tiran
111+ ** /sha * @ gpshead @ tiran @ picnixz
112+ Modules /md5 * @ gpshead @ tiran @ picnixz
113+ ** /* blake * @ gpshead @ tiran @ picnixz
94114Modules /_hacl /** @ gpshead
115+ ** /* hmac * @ gpshead @ picnixz
95116
96117# logging
97118** /* logging * @ vsajip
98119
99120# venv
100- ** /* venv * @ vsajip
121+ ** /* venv * @ vsajip @ FFY00
101122
102123# Launcher
103124/PC /launcher.c @ vsajip
@@ -281,6 +302,13 @@ Lib/configparser.py @jaraco
281302Lib /test /test_configparser.py @ jaraco
282303
283304# Doc sections
284- Doc /reference / @ willingc
305+ Doc /reference / @ willingc @ AA-Turner
285306
286307** /* 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