Skip to content

Commit 300c78f

Browse files
committed
Remove entries for those without commits in 2 years
1 parent 16566af commit 300c78f

File tree

1 file changed

+23
-24
lines changed

1 file changed

+23
-24
lines changed

core-team/experts.rst

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -82,26 +82,26 @@ compression.gzip
8282
compression.lzma
8383
compression.zlib Yhg1s, gpshead*, emmatyping
8484
compression.zstd emmatyping*
85-
concurrent.futures pitrou, brianquinlan, gpshead*
85+
concurrent.futures pitrou, gpshead*
8686
configparser ambv*
8787
contextlib ncoghlan, 1st1
8888
contextvars
8989
copy avassalotti, serhiy-storchaka*
9090
copyreg avassalotti, serhiy-storchaka*
9191
cProfile
9292
csv serhiy-storchaka*
93-
ctypes abalkin, amauryfa, meadori
93+
ctypes amauryfa, meadori
9494
curses Yhg1s
9595
dataclasses ericvsmith*, carljm
96-
datetime abalkin, pganssle
96+
datetime pganssle
9797
dbm
9898
decimal facundobatista, rhettinger
9999
difflib
100100
dis 1st1
101101
doctest
102102
email warsaw, bitdancer*, maxking
103103
encodings malemburg
104-
ensurepip ncoghlan, dstufft, pradyunsg, pfmoore
104+
ensurepip ncoghlan, pradyunsg, pfmoore
105105
enum eliben*, warsaw, ethanfurman*
106106
errno Yhg1s
107107
faulthandler vstinner, gpshead, ZeroIntensity*
@@ -110,7 +110,7 @@ filecmp
110110
fileinput
111111
fnmatch serhiy-storchaka*
112112
fractions
113-
ftplib giampaolo*
113+
ftplib
114114
functools rhettinger*
115115
gc pitrou, pablogsal, nascheme
116116
getopt serhiy-storchaka*
@@ -119,9 +119,9 @@ getpass
119119
gettext tomasr8
120120
glob serhiy-storchaka*
121121
grp
122-
hashlib tiran, gpshead*, picnixz
122+
hashlib gpshead*, picnixz
123123
heapq rhettinger*, stutzbach^
124-
hmac tiran, gpshead*, picnixz
124+
hmac gpshead*, picnixz
125125
html ezio-melotti*
126126
http
127127
idlelib terryjreedy*, taleinat
@@ -144,7 +144,7 @@ mimetypes
144144
mmap Yhg1s
145145
modulefinder jvr^
146146
msvcrt
147-
multiprocessing applio*, pitrou, gpshead*
147+
multiprocessing pitrou, gpshead*
148148
netrc
149149
numbers
150150
operator
@@ -181,24 +181,23 @@ runpy ncoghlan
181181
sched
182182
secrets
183183
select
184-
selectors neologix^, giampaolo
184+
selectors neologix^
185185
shelve
186186
shlex
187-
shutil tarekziade, giampaolo
187+
shutil tarekziade
188188
signal gpshead
189189
site
190190
smtplib
191191
socket gpshead
192192
socketserver
193193
sqlite3 ghaering^, erlend-aasland*
194-
ssl jackjansen, tiran, dstufft, alex
195-
stat tiran
196-
statistics stevendaprano, rhettinger
194+
ssl jackjansen, alex
195+
stat
196+
statistics rhettinger
197197
string
198198
stringprep
199199
struct meadori
200-
subprocess
201-
giampaolo, gpshead*
200+
subprocess gpshead*
202201
symtable benjaminp
203202
sys
204203
sysconfig FFY00
@@ -210,13 +209,13 @@ termios Yhg1s
210209
test ezio-melotti, serhiy-storchaka*
211210
textwrap
212211
threading pitrou, gpshead
213-
time abalkin, pganssle
212+
time pganssle
214213
timeit
215214
tkinter gpolo^, serhiy-storchaka*
216215
token
217216
tokenize meadori
218217
tomllib hauntsaninja*
219-
trace abalkin
218+
trace
220219
traceback iritkatriel
221220
tracemalloc vstinner
222221
tty Yhg1s*
@@ -313,7 +312,7 @@ buildbots zware, pablogsal
313312
bytecode benjaminp, 1st1, markshannon, brandtbucher, carljm, iritkatriel
314313
context managers ncoghlan
315314
core workflow Mariatta, ezio-melotti, hugovk, AA-Turner
316-
cryptography gpshead, dstufft, picnixz
315+
cryptography gpshead, picnixz
317316
data formats
318317
database malemburg
319318
devguide merwok, ezio-melotti, willingc, Mariatta, hugovk,
@@ -322,7 +321,7 @@ documentation ezio-melotti, merwok, JulienPalard, willingc, hugovk,
322321
AA-Turner, AlexWaygood*
323322
emoji Mariatta
324323
extension modules encukou, ncoghlan
325-
filesystem giampaolo
324+
filesystem
326325
frozen modules ericsnowcurrently, gvanrossum, kumaraditya303
327326
f-strings ericvsmith*
328327
GUI
@@ -335,25 +334,25 @@ locale malemburg
335334
mathematics malemburg, stutzbach^, rhettinger, serhiy-storchaka
336335
memory management tim-one, malemburg, Yhg1s, nascheme
337336
memoryview
338-
networking giampaolo, gpshead
337+
networking gpshead
339338
object model benjaminp, Yhg1s
340-
packaging tarekziade, malemburg, alexis^, merwok, dstufft, pfmoore, emmatyping
339+
packaging tarekziade, malemburg, alexis^, merwok, pfmoore, emmatyping
341340
pattern matching brandtbucher*
342341
PEG parser gvanrossum, pablogsal, lysnikolaou
343342
performance vstinner, serhiy-storchaka*, 1st1, rhettinger, markshannon,
344343
brandtbucher, carljm, Fidget-Spinner, AlexWaygood*, nascheme
345-
pip ncoghlan, dstufft, pfmoore, Marcus.Smith^, pradyunsg
344+
pip ncoghlan, pfmoore, Marcus.Smith^, pradyunsg
346345
release management tarekziade, malemburg, benjaminp, warsaw,
347346
gvanrossum, anthonybaxter^, merwok, ned-deily,
348-
birkenfeld, JulienPalard, hugovk
347+
JulienPalard, hugovk
349348
runtime lifecycle ericsnowcurrently, kumaraditya303, zooba, ZeroIntensity, nascheme
350349
str.format ericvsmith*
351350
subinterpreters ericsnowcurrently, kumaraditya303, ZeroIntensity*
352351
symbol table JelleZijlstra, carljm
353352
testing ezio-melotti
354353
test coverage
355354
threads gpshead
356-
time and dates malemburg, abalkin, pganssle
355+
time and dates malemburg, pganssle
357356
Unicode malemburg, ezio-melotti, benjaminp
358357
version control merwok, ezio-melotti
359358
================== ==========================================================

0 commit comments

Comments
 (0)