|
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 |
@@ -96,13 +104,14 @@ Doc/library/site.rst @FFY00 |
96 | 104 | Lib/test/test_except*.py @iritkatriel |
97 | 105 | Objects/exceptions.c @iritkatriel |
98 | 106 |
|
99 | | -# Hashing |
100 | | -**/*hashlib* @gpshead @tiran |
| 107 | +# Hashing & cryptographic primitives |
| 108 | +**/*hashlib* @gpshead @tiran @picnixz |
101 | 109 | **/*pyhash* @gpshead @tiran |
102 | | -**/sha* @gpshead @tiran |
103 | | -Modules/md5* @gpshead @tiran |
104 | | -**/*blake* @gpshead @tiran |
| 110 | +**/sha* @gpshead @tiran @picnixz |
| 111 | +Modules/md5* @gpshead @tiran @picnixz |
| 112 | +**/*blake* @gpshead @tiran @picnixz |
105 | 113 | Modules/_hacl/** @gpshead |
| 114 | +**/*hmac* @gpshead @picnixz |
106 | 115 |
|
107 | 116 | # logging |
108 | 117 | **/*logging* @vsajip |
@@ -292,6 +301,10 @@ Lib/configparser.py @jaraco |
292 | 301 | Lib/test/test_configparser.py @jaraco |
293 | 302 |
|
294 | 303 | # Doc sections |
295 | | -Doc/reference/ @willingc |
| 304 | +Doc/reference/ @willingc @AA-Turner |
296 | 305 |
|
297 | 306 | **/*weakref* @kumaraditya303 |
| 307 | + |
| 308 | +# Colorize |
| 309 | +Lib/_colorize.py @hugovk |
| 310 | +Lib/test/test__colorize.py @hugovk |
0 commit comments