@@ -56,7 +56,7 @@ __future__
56
56
__main__ gvanrossum, ncoghlan
57
57
_thread
58
58
abc
59
- argparse savannahostrowski*
59
+ argparse serhiy-storchaka*, savannahostrowski*
60
60
array
61
61
ast benjaminp, pablogsal, isidentical, JelleZijlstra, eclips4
62
62
asyncio 1st1, asvetlov, gvanrossum, graingert, kumaraditya303, willingc
@@ -85,10 +85,10 @@ concurrent.futures pitrou, brianquinlan, gpshead*
85
85
configparser ambv*
86
86
contextlib ncoghlan, 1st1
87
87
contextvars
88
- copy avassalotti
89
- copyreg avassalotti
88
+ copy avassalotti, serhiy-storchaka*
89
+ copyreg avassalotti, serhiy-storchaka*
90
90
cProfile
91
- csv smontanaro (inactive)
91
+ csv smontanaro (inactive), serhiy-storchaka*
92
92
ctypes theller (inactive), abalkin, amauryfa, meadori
93
93
curses Yhg1s
94
94
dataclasses ericvsmith*, carljm
@@ -107,16 +107,16 @@ faulthandler vstinner, gpshead
107
107
fcntl Yhg1s
108
108
filecmp
109
109
fileinput
110
- fnmatch
110
+ fnmatch serhiy-storchaka*
111
111
fractions
112
112
ftplib giampaolo*
113
113
functools rhettinger*
114
114
gc pitrou, pablogsal
115
- getopt
115
+ getopt serhiy-storchaka*
116
116
getpath FFY00
117
117
getpass
118
118
gettext
119
- glob
119
+ glob serhiy-storchaka*
120
120
grp
121
121
hashlib tiran, gpshead*, picnixz
122
122
heapq rhettinger*, stutzbach^
@@ -132,7 +132,8 @@ inspect 1st1
132
132
io benjaminp, stutzbach^
133
133
ipaddress pmoody^
134
134
itertools rhettinger*
135
- json etrepum (inactive), ezio-melotti, rhettinger
135
+ json etrepum (inactive), ezio-melotti, rhettinger,
136
+ serhiy-storchaka*
136
137
keyword
137
138
libmpdec
138
139
linecache
@@ -152,15 +153,15 @@ nis
152
153
nntplib
153
154
numbers
154
155
operator
155
- optparse mitsuhiko
156
+ optparse mitsuhiko, serhiy-storchaka*
156
157
os
157
- os.path serhiy-storchaka
158
+ os.path serhiy-storchaka*
158
159
ossaudiodev
159
160
parser pablogsal
160
161
pathlib barneygale*
161
162
pdb gaogaotiantian
162
- pickle avassalotti
163
- pickletools avassalotti
163
+ pickle avassalotti, serhiy-storchaka*
164
+ pickletools avassalotti, serhiy-storchaka*
164
165
pipes
165
166
pkgutil
166
167
platform malemburg
@@ -174,11 +175,11 @@ pty Yhg1s*
174
175
pwd
175
176
py_compile carljm
176
177
pyclbr isidentical
177
- pydoc AA-Turner
178
+ pydoc AA-Turner, serhiy-storchaka*
178
179
queue rhettinger*
179
180
quopri
180
181
random rhettinger
181
- re ezio-melotti, serhiy-storchaka
182
+ re ezio-melotti, serhiy-storchaka*
182
183
readline Yhg1s
183
184
reprlib
184
185
resource Yhg1s
@@ -212,14 +213,14 @@ sysconfig FFY00
212
213
syslog jafo^*
213
214
tabnanny tim-one (inactive)
214
215
tarfile gustaebel
215
- tempfile
216
+ tempfile serhiy-storchaka*
216
217
termios Yhg1s
217
- test ezio-melotti
218
+ test ezio-melotti, serhiy-storchaka*
218
219
textwrap
219
220
threading pitrou, gpshead
220
221
time abalkin, pganssle
221
222
timeit
222
- tkinter gpolo^, serhiy-storchaka
223
+ tkinter gpolo^, serhiy-storchaka*
223
224
token
224
225
tokenize meadori
225
226
tomllib hauntsaninja*
@@ -232,7 +233,7 @@ turtledemo terryjreedy*
232
233
types 1st1
233
234
typing gvanrossum, JelleZijlstra*, AlexWaygood*, carljm, sobolevn*
234
235
unicodedata malemburg, ezio-melotti
235
- unittest ezio-melotti, rbtcollins, gpshead
236
+ unittest ezio-melotti, rbtcollins, gpshead, serhiy-storchaka*
236
237
unittest.mock
237
238
urllib orsenthil
238
239
uu
@@ -268,7 +269,8 @@ Tools
268
269
================== ===========
269
270
Tool Maintainers
270
271
================== ===========
271
- Argument Clinic larryhastings, AlexWaygood*, erlend-aasland
272
+ Argument Clinic larryhastings, AlexWaygood*, erlend-aasland,
273
+ serhiy-storchaka*
272
274
Deepfreeze gvanrossum, kumaraditya303
273
275
PEG Generator gvanrossum, pablogsal, lysnikolaou
274
276
================== ===========
@@ -311,8 +313,9 @@ Miscellaneous
311
313
================== ==========================================================
312
314
Interest Area Maintainers
313
315
================== ==========================================================
314
- algorithms rhettinger*
315
- argument clinic larryhastings, AlexWaygood*, erlend-aasland
316
+ algorithms rhettinger*, serhiy-storchaka
317
+ argument clinic larryhastings, AlexWaygood*, erlend-aasland,
318
+ serhiy-storchaka*
316
319
ast/compiler benjaminp, 1st1, pablogsal, markshannon, isidentical, brandtbucher, carljm, iritkatriel
317
320
autoconf/makefiles Yhg1s*
318
321
bsd
@@ -340,16 +343,16 @@ initialization FFY00
340
343
io benjaminp, stutzbach^, gpshead
341
344
JIT brandtbucher*, savannahostrowski*
342
345
locale malemburg
343
- mathematics malemburg, stutzbach^, rhettinger
346
+ mathematics malemburg, stutzbach^, rhettinger, serhiy-storchaka
344
347
memory management tim-one, malemburg, Yhg1s
345
348
memoryview
346
349
networking giampaolo, gpshead
347
350
object model benjaminp, Yhg1s
348
351
packaging tarekziade, malemburg, alexis^, merwok, dstufft, pfmoore
349
352
pattern matching brandtbucher*
350
353
peg parser gvanrossum, pablogsal, lysnikolaou
351
- performance vstinner, serhiy-storchaka, 1st1, rhettinger, markshannon, brandtbucher, carljm, Fidget-Spinner ,
352
- AlexWaygood*
354
+ performance vstinner, serhiy-storchaka* , 1st1, rhettinger, markshannon,
355
+ brandtbucher, carljm, Fidget-Spinner, AlexWaygood*
353
356
pip ncoghlan, dstufft, pfmoore, Marcus.Smith^, pradyunsg
354
357
py3 transition benjaminp
355
358
release management tarekziade, malemburg, benjaminp, warsaw,
0 commit comments