7
7
# GitHub
8
8
.github /** @ ezio-melotti @ hugovk
9
9
10
+ # pre-commit
11
+ .pre-commit-config.yaml @ hugovk @ AlexWaygood
12
+
10
13
# Build system
11
14
configure * @ erlend-aasland @ corona10
12
15
@@ -19,6 +22,7 @@ configure* @erlend-aasland @corona10
19
22
** /* hamt * @ 1st1
20
23
Objects /set * @ rhettinger
21
24
Objects /dict * @ methane @ markshannon
25
+ Objects /typevarobject.c @ JelleZijlstra
22
26
Objects /type * @ markshannon
23
27
Objects /codeobject.c @ markshannon
24
28
Objects /frameobject.c @ markshannon
@@ -30,6 +34,7 @@ Python/flowgraph.c @markshannon @iritkatriel
30
34
Python /ast_opt.c @ isidentical
31
35
Lib /test /test_patma.py @ brandtbucher
32
36
Lib /test /test_peepholer.py @ brandtbucher
37
+ Lib /test /test_type_ * .py @ JelleZijlstra
33
38
34
39
# Exceptions
35
40
Lib /traceback.py @ iritkatriel
@@ -63,7 +68,8 @@ Python/traceback.c @iritkatriel
63
68
/Tools /build /parse_html5_entities.py @ ezio-melotti
64
69
65
70
# Import (including importlib).
66
- ** /* import * @ brettcannon @ encukou @ ericsnowcurrently @ ncoghlan @ warsaw
71
+ ** /* import * @ brettcannon @ ericsnowcurrently @ ncoghlan @ warsaw
72
+ /Python /import.c @ kumaraditya303
67
73
** /* importlib /resources /* @ jaraco @ warsaw @ FFY00
68
74
** /importlib /metadata /* @ jaraco @ warsaw
69
75
@@ -74,7 +80,7 @@ Doc/library/time.rst @pganssle @abalkin
74
80
Lib /test /test_time.py @ pganssle @ abalkin
75
81
Modules /timemodule.c @ pganssle @ abalkin
76
82
Python /pytime.c @ pganssle @ abalkin
77
- Include /pytime.h @ pganssle @ abalkin
83
+ Include /internal / pycore_time.h @ pganssle @ abalkin
78
84
79
85
# Email and related
80
86
** /* mail * @ python/email-team
@@ -92,6 +98,8 @@ Include/pytime.h @pganssle @abalkin
92
98
/Tools /peg_generator / @ pablogsal @ lysnikolaou
93
99
/Lib /test /test_peg_generator / @ pablogsal @ lysnikolaou
94
100
/Grammar /python.gram @ pablogsal @ lysnikolaou
101
+ /Lib /tokenize.py @ pablogsal @ lysnikolaou
102
+ /Lib /test /test_tokenize.py @ pablogsal @ lysnikolaou
95
103
96
104
# AST
97
105
Python /ast.c @ isidentical
@@ -111,6 +119,12 @@ Lib/ast.py @isidentical
111
119
/Lib /test /test_subprocess.py @ gpshead
112
120
/Modules /* subprocess * @ gpshead
113
121
122
+ # Limited C API & stable ABI
123
+ Tools /build /stable_abi.py @ encukou
124
+ Misc /stable_abi.toml @ encukou
125
+ Doc /data /* .abi @ encukou
126
+ Doc /c-api /stable.rst @ encukou
127
+
114
128
# Windows
115
129
/PC / @ python/windows-team
116
130
/PCbuild / @ python/windows-team
@@ -159,4 +173,9 @@ Lib/ast.py @isidentical
159
173
** /* pathlib * @ barneygale
160
174
161
175
# zipfile.Path
162
- ** /* zipfile /* _path.py @ jaraco
176
+ ** /* zipfile /_path /* @ jaraco
177
+
178
+ # Argument Clinic
179
+ /Tools /clinic /** @ erlend-aasland @ AlexWaygood
180
+ /Lib /test /test_clinic.py @ erlend-aasland @ AlexWaygood
181
+ Doc /howto /clinic.rst @ erlend-aasland
0 commit comments