4
4
# It uses the same pattern rule for gitignore file
5
5
# https://git-scm.com/docs/gitignore#_pattern_format
6
6
7
- # GitHub
7
+ # Azure Pipelines
8
+ .azure-pipelines / @ AA-Turner
9
+
10
+ # GitHub & related scripts
8
11
.github /** @ ezio-melotti @ hugovk @ AA-Turner
12
+ Tools /build /compute-changes.py @ AA-Turner
13
+ Tools /build /verify_ensurepip_wheels.py @ AA-Turner
9
14
10
15
# pre-commit
11
16
.pre-commit-config.yaml @ hugovk
12
17
.ruff.toml @ hugovk @ AlexWaygood @ AA-Turner
13
18
14
- # Build system
15
- configure * @ erlend-aasland @ corona10
16
- Makefile.pre.in @ erlend-aasland
17
- Modules /Setup * @ erlend-aasland
19
+ # Build system (autotools)
20
+ configure * @ erlend-aasland @ corona10 @ AA-Turner
21
+ Makefile.pre.in @ erlend-aasland @ AA-Turner
22
+ Modules /Setup * @ erlend-aasland @ AA-Turner
23
+ Tools /build /regen-configure.sh @ AA-Turner
18
24
19
25
# argparse
20
26
** /* argparse * @ savannahostrowski
@@ -67,6 +73,7 @@ Doc/make.bat @AA-Turner @hugovk
67
73
Doc /requirements.txt @ AA-Turner @ hugovk
68
74
Doc /_static /** @ AA-Turner @ hugovk
69
75
Doc /tools /** @ AA-Turner @ hugovk
76
+ .readthedocs.yml @ AA-Turner
70
77
71
78
# runtime state/lifecycle
72
79
** /* pylifecycle * @ ericsnowcurrently @ ZeroIntensity
@@ -155,6 +162,10 @@ Doc/c-api/module.rst @ericsnowcurrently
155
162
** /* importlib /resources /* @ jaraco @ warsaw @ FFY00
156
163
** /* importlib /metadata /* @ jaraco @ warsaw
157
164
165
+ # Calendar
166
+ Lib /calendar.py @ AA-Turner
167
+ Lib /test /test_calendar.py @ AA-Turner
168
+
158
169
# Dates and times
159
170
** /* datetime * @ pganssle @ abalkin
160
171
** /* str * time * @ pganssle @ abalkin
@@ -205,6 +216,11 @@ Lib/test/test_ast/ @eclips4 @tomasr8
205
216
# multiprocessing
206
217
** /* multiprocessing * @ gpshead
207
218
219
+ # pydoc
220
+ Lib /pydoc.py @ AA-Turner
221
+ Lib /pydoc_data / @ AA-Turner
222
+ Lib /test /test_pydoc / @ AA-Turner
223
+
208
224
# SQLite 3
209
225
** /* sqlite * @ berkerpeksag @ erlend-aasland
210
226
@@ -217,6 +233,11 @@ Lib/test/test_ast/ @eclips4 @tomasr8
217
233
** /* pdb * @ gaogaotiantian
218
234
** /* bdb * @ gaogaotiantian
219
235
236
+ # types
237
+ Lib /test /test_types.py @ AA-Turner
238
+ Lib /types.py @ AA-Turner
239
+ Modules /_typesmodule.c @ AA-Turner
240
+
220
241
# Limited C API & stable ABI
221
242
Tools /build /stable_abi.py @ encukou
222
243
Misc /stable_abi.toml @ encukou
@@ -234,6 +255,11 @@ Doc/c-api/stable.rst @encukou
234
255
/Tools /msi / @ python/windows-team
235
256
/Tools /nuget / @ python/windows-team
236
257
258
+ # Zstandard
259
+ Lib /compression /zstd / @ AA-Turner
260
+ Lib /test /test_zstd.py @ AA-Turner
261
+ Modules /_zstd / @ AA-Turner
262
+
237
263
# Misc
238
264
** /* itertools * @ rhettinger
239
265
** /* collections * @ rhettinger
@@ -266,6 +292,9 @@ Doc/c-api/stable.rst @encukou
266
292
267
293
** /* cjkcodecs * @ corona10
268
294
295
+ # Patchcheck
296
+ Tools /patchcheck / @ AA-Turner
297
+
269
298
# macOS
270
299
/Mac / @ python/macos-team
271
300
** /* osx_support * @ python/macos-team
@@ -277,9 +306,9 @@ Doc/c-api/stable.rst @encukou
277
306
** /* zipfile /_path /* @ jaraco
278
307
279
308
# Argument Clinic
280
- /Tools /clinic /** @ erlend-aasland
281
- /Lib /test /test_clinic.py @ erlend-aasland
282
- Doc /howto /clinic.rst @ erlend-aasland
309
+ /Tools /clinic /** @ erlend-aasland @ AA-Turner
310
+ /Lib /test /test_clinic.py @ erlend-aasland @ AA-Turner
311
+ Doc /howto /clinic.rst @ erlend-aasland @ AA-Turner
283
312
284
313
# Subinterpreters
285
314
** /* interpreteridobject. * @ ericsnowcurrently
@@ -323,6 +352,7 @@ Lib/test/test_configparser.py @jaraco
323
352
324
353
# Doc sections
325
354
Doc /reference / @ willingc @ AA-Turner
355
+ Doc /whatsnew / @ AA-Turner
326
356
327
357
** /* weakref * @ kumaraditya303
328
358
@@ -336,7 +366,7 @@ Modules/_xxtestfuzz/ @ammaraskar
336
366
# t-strings
337
367
** /* interpolationobject * @ lysnikolaou
338
368
** /* templateobject * @ lysnikolaou
339
- ** /* templatelib * @ lysnikolaou
369
+ ** /* templatelib * @ lysnikolaou @ AA-Turner
340
370
** /* tstring * @ lysnikolaou
341
371
342
372
# Remote debugging
@@ -346,3 +376,6 @@ Modules/_remote_debugging_module.c @pablogsal @ambv @1st1
346
376
347
377
# gettext
348
378
** /* gettext * @ tomasr8
379
+
380
+ # Internal Docs
381
+ InternalDocs / @ AA-Turner
0 commit comments