8000 Merge master · matrixise/devguide@d10633c · GitHub
[go: up one dir, main page]

Skip to conte 8000 nt

Commit d10633c

Browse files
committed
Merge master
2 parents 19a8197 + e9b3497 commit d10633c

File tree

3 files changed

+26
-23
lines changed

3 files changed

+26
-23
lines changed

developers.rst

Lines changed: 3 additions & 0 deletions
< 8000 tr class="diff-line-row">
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ transliteration too.
2525
Permissions History
2626
-------------------
2727

28+
- Xavier de Gaye was given push privileges on June 3, 2016 by Brett Cannon,
29+
on the recommendation of Victor Stinner.
30+
2831
- Davin Potts was given push privileges on March 6, 2016 by Brett Cannon,
2932
on the recommendation of Raymond Hettinger.
3033

docquality.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ the main documentation.
8181

8282
To clone the Developer's Guide::
8383

84-
$ git clone https://github.com/python/devguide
84+
$ git clone https://github.com/python/devguide.git
8585

8686
To build the devguide, you must have `Sphinx`_ installed. The devguide HTML
8787
can be built by running::

experts.rst

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ Module Maintainers
4949
__future__
5050
__main__ gvanrossum, ncoghlan
5151
_dummy_thread brett.cannon
52-
_thread pitrou
52+
_thread
5353
_testbuffer skrah
5454
abc
5555
aifc r.david.murray
5656
argparse bethard
5757
array
5858
ast benjamin.peterson, georg.brandl
5959
asynchat josiahcarlson, giampaolo.rodola*, stutzbach
60-
asyncio gvanrossum, haypo, pitrou, yselivanov, giampaolo.rodola
60+
asyncio gvanrossum, haypo, yselivanov, giampaolo.rodola
6161
asyncore josiahcarlson, giampaolo.rodola*, stutzbach
6262
atexit
6363
audioop serhiy.storchaka
@@ -116,7 +116,7 @@ fpectl twouters
116116
fractions mark.dickinson, rhettinger
117117
ftplib giampaolo.rodola*
118118
functools ncoghlan, rhettinger
119-
gc pitrou
119+
gc
120120
getopt
121121
getpass
122122
gettext loewis
@@ -134,10 +134,10 @@ imghdr
134134
imp
135135
importlib brett.cannon
136136
inspect yselivanov
137-
io pitrou, benjamin.peterson, stutzbach
137+
io benjamin.peterson, stutzbach
138138
ipaddress pmoody
139139
itertools rhettinger
140-
json bob.ippolito (inactive), ezio.melotti, rhettinger, pitrou
140+
json bob.ippolito (inactive), ezio.melotti, rhettinger
141141
keyword
142142
lib2to3 benjamin.peterson
143143
libmpdec skrah
@@ -159,17 +159,17 @@ msvcrt
159159
multiprocessing davin*, jnoller (inactive), sbt (inactive)
160160
netrc
161161
nis
162-
nntplib pitrou
162+
nntplib
163163
numbers
164164
operator
165165
optparse aronacher
166166
os loewis
167167
os.path serhiy.storchaka
168168
ossaudiodev
169169
parser benjamin.peterson
170-
pathlib pitrou*
170+
pathlib
171171
pdb georg.brandl
172-
pickle alexandre.vassalotti, pitrou
172+
pickle alexandre.vassalotti,
173173
pickletools alexandre.vassalotti
174174
pipes
175175
pkgutil
@@ -183,13 +183,13 @@ pstats georg.brandl
183183
pty twouters*
184184
pwd
185185
py_compile
186-
pybench lemburg, pitrou
186+
pybench lemburg,
187187
pyclbr
188188
pydoc
189189
queue rhettinger
190190
quopri
191191
random rhettinger, mark.dickinson
192-
re effbot (inactive), pitrou, ezio.melotti, serhiy.storchaka
192+
re effbot (inactive), ezio.melotti, serhiy.storchaka
193193
readline twouters
194194
reprlib
195195
resource twouters
@@ -206,11 +206,11 @@ site
206206
smtpd giampaolo.rodola
207207
smtplib
208208
sndhdr
209-
socket pitrou
209+
socket
210210
socketserver
211211
spwd
212212
sqlite3 ghaering
213-
ssl janssen, pitrou, giampaolo.rodola, christian.heimes, dstufft, alex
213+
ssl janssen, giampaolo.rodola, christian.heimes, dstufft, alex
214214
stat christian.heimes
215215
statistics steven.daprano
216216
string georg.brandl
@@ -230,7 +230,7 @@ tempfile georg.brandl
230230
termios twouters
231231
test ezio.melotti
232232
textwrap georg.brandl
233-
threading pitrou
233+
threading
234234
time belopolsky
235235
timeit
236236
tkinter gpolo, serhiy.storchaka
@@ -252,7 +252,7 @@ uuid
252252
venv vinay.sajip
253253
warnings
254254
wave
255-
weakref fdrake, pitrou
255+
weakref fdrake,
256256
webbrowser
257257
winreg stutzbach
258258
winsound effbot (inactive)
@@ -313,10 +313,10 @@ argument clinic larry
313313
ast/compiler ncoghlan, benjamin.peterson, brett.cannon, georg.brandl, yselivanov
314314
autoconf/makefiles twouters*
315315
bsd
316-
benchmarks pitrou, brett.cannon
316+
benchmarks brett.cannon
317317
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
320320
context managers ncoghlan
321321
coverity scan christian.heimes, brett.cannon, twouters
322322
cryptography gregory.p.smith, dstufft
@@ -327,11 +327,11 @@ documentation georg.brandl, ezio.melotti, eric.araujo
327327
GUI
328328
i18n lemburg, eric.araujo
329329
import machinery brett.cannon, ncoghlan, eric.snow
330-
io pitrou, benjamin.peterson, stutzbach
330+
io benjamin.peterson, stutzbach
331331
locale lemburg, loewis
332332
mathematics mark.dickinson, eric.smith, lemburg, stutzbach
333333
memory management tim.peters, lemburg, twouters
334-
networking giampaolo.rodola, pitrou
334+
networking giampaolo.rodola,
335335
object model benjamin.peterson, twouters
336336
packaging tarek, lemburg, alexis, eric.araujo, dstufft, paul.moore
337337
pip ncoghlan, dstufft, paul.moore, Marcus.Smith
@@ -340,10 +340,10 @@ release management tarek, lemburg, benjamin.peterson, barry, loewis,
340340
gvanrossum, anthonybaxter, eric.araujo, ned.deily,
341341
georg.brandl
342342
str.format eric.smith
343-
testing michael.foord, pitrou, ezio.melotti
343+
testing michael.foord, ezio.melotti
344344
test coverage giampaolo.rodola
345-
threads pitrou
345+
threads
346346
time and dates lemburg, belopolsky
347-
unicode lemburg, ezio.melotti, haypo, benjamin.peterson, pitrou
347+
unicode lemburg, ezio.melotti, haypo, benjamin.peterson,
348348
version control eric.araujo, georg.brandl, ezio.melotti
349349
================== ===========

0 commit comments

Comments
 (0)
0