index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38644: Rephrase What's New entry (GH-18461)
Victor Stinner
2020-02-11
1
-2/+3
*
bpo-39500: Document PyUnicode_IsIdentifier() function (GH-18397)
Victor Stinner
2020-02-11
1
-0/+10
*
bpo-38374: Remove weakref.ReferenceError from docs (GH-18452)
Roger Hurwitz
2020-02-11
2
-9/+0
*
bpo-39417: Fix broken link to guide to building venvs (GH-18432)
Ogi Moore
2020-02-10
1
-1/+1
*
Correct the documented default encoding (GH-18429)
Eric Wieser
2020-02-10
1
-1/+1
*
bpo-13826: Clarify Popen constructor example (GH-18438)
Tim D. Smith
2020-02-10
1
-2/+8
*
bpo-39594: Fix typo in os.times documentation (GH-18443)
Roger Hurwitz
2020-02-10
1
-4/+2
*
Issue3950: Fix docs for default locale used by gettext to match implementatio...
Carl
2020-02-10
1
-2/+2
*
Remove redundant references in struct doc (GH-18053)
Christophe Nanteuil
2020-02-10
1
-2/+2
*
bpo-39369 Doc: Update mmap readline method documentation (GH-17957)
Wellington Pardim
2020-02-10
1
-1/+2
*
Remove note saying patch is straightforward (#18431)
Brian Curtin
2020-02-10
1
-2/+1
*
bpo-39586: Deprecate distutils bdist_msi command (GH-18415)
Hugo van Kemenade
2020-02-10
3
-0/+16
*
bpo-39128: Added happy_eyeballs_delay, interleave to function signature (GH-1...
idomic
2020-02-10
1
-2/+3
*
Grammar fix in tutorial (GH-18425)
Don Kirkby
2020-02-10
1
-1/+1
*
Doc: sys.__unraisablehook__ and bytearray.hex separators are new in 3.8 (GH-1...
Saiyang Gou
2020-02-08
2
-3/+15
*
bpo-39350: Fix fractions for int subclasses (GH-18375)
Victor Stinner
2020-02-07
1
-0/+4
*
bpo-39573: Add Py_SET_SIZE() function (GH-18400)
Victor Stinner
2020-02-07
1
-0/+7
*
bpo-39573: Add Py_SET_TYPE() function (GH-18394)
Victor Stinner
2020-02-07
1
-0/+7
*
bpo-39573: Add Py_SET_REFCNT() function (GH-18389)
Victor Stinner
2020-02-07
1
-0/+7
*
bpo-39534: Doc: Clarify return in finally (GH-18324)
Julien Palard
2020-02-06
1
-9/+27
*
What's New in Python 3.9: sort improved modules (GH-18383)
Victor Stinner
2020-02-06
1
-36/+36
*
bpo-39542: Document limited C API changes (GH-18378)
Victor Stinner
2020-02-06
1
-7/+42
*
bpo-39245: Make Vectorcall C API public (GH-17893)
Petr Viktorin
2020-02-06
2
-51/+58
*
bpo-39542: Convert PyType_Check() to static inline function (GH-18364)
Victor Stinner
2020-02-05
1
-6/+6
*
bpo-39491: Merge PEP 593 (typing.Annotated) support (#18260)
Jakub Stasiak
2020-02-05
2
-1/+109
*
bpo-39184: Add audit events to command execution functions in os and pty modu...
Saiyang Gou
2020-02-05
2
-0/+11
*
Fix MinGW library generation command (GH-17917)
Baljak
2020-02-05
1
-1/+1
*
add whatsnew that was missed from 31d6de5aba009914efa8f0f3c3d7da35217578eb (#...
Chris Withers
2020-02-04
1
-0/+2
*
bpo-38558: Link to further docs from walrus operator mention in tutorial (GH-...
Adorilson Bezerra
2020-02-03
2
-3/+6
*
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner
2020-02-03
4
-45/+15
*
bpo-39349: Add *cancel_futures* to Executor.shutdown() (GH-18057)
Kyle Stanley
2020-02-02
2
-1/+22
*
fixes typos in http.client documentation (#18300)
James Corbett
2020-02-01
1
-2/+2
*
bpo-34793: Drop old-style context managers in asyncio.locks (GH-17533)
Andrew Svetlov
2020-02-01
2
-2/+7
*
bpo-39511: PyThreadState_Clear() calls on_delete (GH-18296)
Victor Stinner
2020-02-01
1
-0/+4
*
Doc: Fix s/pseudo random/pseudo-random/ (GH-18289)
Julien Palard
2020-01-31
1
-2/+2
*
bpo-38631: Replace Py_FatalError() with assert() in ceval.c (GH-18279)
Victor Stinner
2020-01-30
1
-1/+1
*
bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276)
Victor Stinner
2020-01-30
2
-3/+0
*
Improve grammar in the import system reference documentation (GH-18209)
Bonifacio de Oliveira
2020-01-30
1
-1/+1
*
Doc: Fix external links to functional programming tutorial. (GH-18249)
Julien Palard
2020-01-29
1
-3/+3
*
bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220)
Joannah Nanjekye
2020-01-29
3
-6/+9
*
bpo-36350: inspect: Replace OrderedDict with dict. (GH-12412)
RĂ©mi Lapeyre
2020-01-28
1
-8/+14
*
bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935)
Inada Naoki
2020-01-28
2
-2/+44
*
bpo-36018: Minor fixes to the NormalDist() examples and recipes. (GH-18226)
Raymond Hettinger
2020-01-28
1
-5/+5
*
bpo-39392: Turtle overlap fill depends on OS (#18223)
Terry Jan Reedy
2020-01-27
1
-0/+5
*
bpo-39320: Handle unpacking of **values in compiler (GH-18141)
Mark Shannon
2020-01-27
1
-14/+7
*
bpo-36018: Add another example for NormalDist() (#18191)
Raymond Hettinger
2020-01-26
1
-0/+36
*
bpo-39374: Updated sorting documentation (GH-18177)
Juhana Jauhiainen
2020-01-25
1
-4/+6
*
bpo-36654: Add examples for using tokenize module programmically (#12947)
Windson yang
2020-01-25
1
-0/+19
*
bpo-15243: Document __prepare__ as classmethod (GH-17124)
alclarks
2020-01-25
1
-1/+2
*
Update 3.8.rst (GH-18173)
fireattack
2020-01-25
1
-1/+1
[next]