|
5 | 5 | # https://git-scm.com/docs/gitignore#_pattern_format |
6 | 6 |
|
7 | 7 | # GitHub |
8 | | -.github/** @ezio-melotti @hugovk |
| 8 | +.github/** @ezio-melotti @hugovk @AA-Turner |
9 | 9 |
|
10 | 10 | # pre-commit |
11 | 11 | .pre-commit-config.yaml @hugovk @AlexWaygood |
12 | | -.ruff.toml @hugovk @AlexWaygood |
| 12 | +.ruff.toml @hugovk @AlexWaygood @AA-Turner |
13 | 13 |
|
14 | 14 | # Build system |
15 | 15 | configure* @erlend-aasland @corona10 |
@@ -56,6 +56,14 @@ Tools/c-analyzer/ @ericsnowcurrently |
56 | 56 | # dbm |
57 | 57 | **/*dbm* @corona10 @erlend-aasland @serhiy-storchaka |
58 | 58 |
|
| 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 | + |
59 | 67 | # runtime state/lifecycle |
60 | 68 | **/*pylifecycle* @ericsnowcurrently |
61 | 69 | **/*pystate* @ericsnowcurrently |
@@ -98,13 +106,17 @@ Objects/exceptions.c @iritkatriel |
98 | 106 |
|
99 | 107 | # Hashing & cryptographic primitives |
100 | 108 | **/*hashlib* @gpshead @tiran @picnixz |
101 | | -**/*pyhash* @gpshead @tiran |
102 | | -**/sha* @gpshead @tiran @picnixz |
103 | | -Modules/md5* @gpshead @tiran @picnixz |
104 | | -**/*blake* @gpshead @tiran @picnixz |
105 | | -Modules/_hacl/** @gpshead |
| 109 | +**/*hashopenssl* @gpshead @tiran @picnixz |
| 110 | +**/*pyhash* @gpshead @tiran @picnixz |
| 111 | +Modules/*blake* @gpshead @tiran @picnixz |
| 112 | +Modules/*md5* @gpshead @tiran @picnixz |
| 113 | +Modules/*sha* @gpshead @tiran @picnixz |
| 114 | +Modules/_hacl/** @gpshead @picnixz |
106 | 115 | **/*hmac* @gpshead @picnixz |
107 | 116 |
|
| 117 | +# libssl |
| 118 | +**/*ssl* @gpshead @picnixz |
| 119 | + |
108 | 120 | # logging |
109 | 121 | **/*logging* @vsajip |
110 | 122 |
|
@@ -176,6 +188,7 @@ Python/ast_opt.c @isidentical @eclips4 |
176 | 188 | Parser/asdl.py @isidentical @JelleZijlstra @eclips4 |
177 | 189 | Parser/asdl_c.py @isidentical @JelleZijlstra @eclips4 |
178 | 190 | Lib/ast.py @isidentical @JelleZijlstra @eclips4 |
| 191 | +Lib/_ast_unparse.py @isidentical @JelleZijlstra @eclips4 |
179 | 192 | Lib/test/test_ast/ @eclips4 |
180 | 193 |
|
181 | 194 | # Mock |
@@ -293,6 +306,13 @@ Lib/configparser.py @jaraco |
293 | 306 | Lib/test/test_configparser.py @jaraco |
294 | 307 |
|
295 | 308 | # Doc sections |
296 | | -Doc/reference/ @willingc |
| 309 | +Doc/reference/ @willingc @AA-Turner |
297 | 310 |
|
298 | 311 | **/*weakref* @kumaraditya303 |
| 312 | + |
| 313 | +# Colorize |
| 314 | +Lib/_colorize.py @hugovk |
| 315 | +Lib/test/test__colorize.py @hugovk |
| 316 | + |
| 317 | +# Fuzzing |
| 318 | +Modules/_xxtestfuzz/ @ammaraskar |
0 commit comments