@@ -49,15 +49,15 @@ Module Maintainers
49
49
__future__
50
50
__main__ gvanrossum, ncoghlan
51
51
_dummy_thread brett.cannon
52
- _thread pitrou
52
+ _thread
53
53
_testbuffer skrah
54
54
abc
55
55
aifc r.david.murray
56
56
argparse bethard
57
57
array
58
58
ast benjamin.peterson, georg.brandl
59
59
asynchat josiahcarlson, giampaolo.rodola*, stutzbach
60
- asyncio gvanrossum, haypo, pitrou, yselivanov, giampaolo.rodola
60
+ asyncio gvanrossum, haypo, yselivanov, giampaolo.rodola
61
61
asyncore josiahcarlson, giampaolo.rodola*, stutzbach
62
62
atexit
63
63
audioop serhiy.storchaka
@@ -116,7 +116,7 @@ fpectl twouters
116
116
fractions mark.dickinson, rhettinger
117
117
ftplib giampaolo.rodola*
118
118
functools ncoghlan, rhettinger
119
- gc pitrou
119
+ gc
120
120
getopt
121
121
getpass
122
122
gettext loewis
@@ -134,10 +134,10 @@ imghdr
134
134
imp
135
135
importlib brett.cannon
136
136
inspect yselivanov
137
- io pitrou, benjamin.peterson, stutzbach
137
+ io benjamin.peterson, stutzbach
138
138
ipaddress pmoody
139
139
itertools rhettinger
140
- json bob.ippolito (inactive), ezio.melotti, rhettinger, pitrou
140
+ json bob.ippolito (inactive), ezio.melotti, rhettinger
141
141
keyword
142
142
lib2to3 benjamin.peterson
143
143
libmpdec skrah
@@ -159,17 +159,17 @@ msvcrt
159
159
multiprocessing davin*, jnoller (inactive), sbt (inactive)
160
160
netrc
161
161
nis
162
- nntplib pitrou
162
+ nntplib
163
163
numbers
164
164
operator
165
165
optparse aronacher
166
166
os loewis
167
167
os.path serhiy.storchaka
168
168
ossaudiodev
169
169
parser benjamin.peterson
170
- pathlib pitrou*
170
+ pathlib
171
171
pdb georg.brandl
172
- pickle alexandre.vassalotti, pitrou
172
+ pickle alexandre.vassalotti,
173
173
pickletools alexandre.vassalotti
174
174
pipes
175
175
pkgutil
@@ -183,13 +183,13 @@ pstats georg.brandl
183
183
pty twouters*
184
184
pwd
185
185
py_compile
186
- pybench lemburg, pitrou
186
+ pybench lemburg,
187
187
pyclbr
188
188
pydoc
189
189
queue rhettinger
190
190
quopri
191
191
random rhettinger, mark.dickinson
192
- re effbot (inactive), pitrou, ezio.melotti, serhiy.storchaka
192
+ re effbot (inactive), ezio.melotti, serhiy.storchaka
193
193
readline twouters
194
194
reprlib
195
195
resource twouters
@@ -206,11 +206,11 @@ site
206
206
smtpd giampaolo.rodola
207
207
smtplib
208
208
sndhdr
209
- socket pitrou
209
+ socket
210
210
socketserver
211
211
spwd
212
212
sqlite3 ghaering
213
- ssl janssen, pitrou, giampaolo.rodola, christian.heimes, dstufft, alex
213
+ ssl janssen, giampaolo.rodola, christian.heimes, dstufft, alex
214
214
stat christian.heimes
215
215
statistics steven.daprano
216
216
string georg.brandl
@@ -230,7 +230,7 @@ tempfile georg.brandl
230
230
termios twouters
231
231
test ezio.melotti
232
232
textwrap georg.brandl
233
- threading pitrou
233
+ threading
234
234
time belopolsky
235
235
timeit
236
236
tkinter gpolo, serhiy.storchaka
252
252
venv vinay.sajip
253
253
warnings
254
254
wave
255
- weakref fdrake, pitrou
255
+ weakref fdrake,
256
256
webbrowser
257
257
winreg stutzbach
258
258
winsound effbot (inactive)
@@ -313,10 +313,10 @@ argument clinic larry
313
313
ast/compiler ncoghlan, benjamin.peterson, brett.cannon, georg.brandl, yselivanov
314
314
autoconf/makefiles twouters*
315
315
bsd
316
- benchmarks pitrou, brett.cannon
316
+ benchmarks brett.cannon
317
317
bug tracker ezio.melotti
318
- buildbots pitrou, zach.ware
319
- bytecode benjamin.peterson, pitrou, georg.brandl, yselivanov
318
+ buildbots zach.ware
319
+ bytecode benjamin.peterson, georg.brandl, yselivanov
320
320
context managers ncoghlan
321
321
coverity scan christian.heimes, brett.cannon, twouters
322
322
cryptography gregory.p.smith, dstufft
@@ -327,11 +327,11 @@ documentation georg.brandl, ezio.melotti, eric.araujo
327
327
GUI
328
328
i18n lemburg, eric.araujo
329
329
import machinery brett.cannon, ncoghlan, eric.snow
330
- io pitrou, benjamin.peterson, stutzbach
330
+ io benjamin.peterson, stutzbach
331
331
locale lemburg, loewis
332
332
mathematics mark.dickinson, eric.smith, lemburg, stutzbach
333
333
memory management tim.peters, lemburg, twouters
334
- networking giampaolo.rodola, pitrou
334
+ networking giampaolo.rodola,
335
335
object model benjamin.peterson, twouters
336
336
packaging tarek, lemburg, alexis, eric.araujo, dstufft, paul.moore
337
337
pip ncoghlan, dstufft, paul.moore, Marcus.Smith
@@ -340,10 +340,10 @@ release management tarek, lemburg, benjamin.peterson, barry, loewis,
340
340
gvanrossum, anthonybaxter, eric.araujo, ned.deily,
341
341
georg.brandl
342
342
str.format eric.smith
343
- testing michael.foord, pitrou, ezio.melotti
343
+ testing michael.foord, ezio.melotti
344
344
test coverage giampaolo.rodola
345
- threads pitrou
345
+ threads
346
346
time and dates lemburg, belopolsky
347
- unicode lemburg, ezio.melotti, haypo, benjamin.peterson, pitrou
347
+ unicode lemburg, ezio.melotti, haypo, benjamin.peterson,
348
348
version control eric.araujo, georg.brandl, ezio.melotti
349
349
================== ===========
0 commit comments