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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Enable building nuget packages for ARM32 (GH-12669)
Paul Monson
2019-04-12
3
-3/+36
*
bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()...
Eric Snow
2019-04-12
11
-151/+108
*
Correct grammar in concurrent/futures/process.py docstring (GH-12761)
Thomas Grainger
2019-04-12
1
-1/+1
*
Indicate that seek and tell are mandatory on BufferedRandom. (GH-11216)
Christopher Head
2019-04-12
1
-3/+3
*
bpo-36549: str.capitalize now titlecases the first character instead of upper...
Kingsley M
2019-04-12
5
-5/+10
*
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12...
Eric Snow
2019-04-12
11
-108/+151
*
bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786)
Victor Stinner
2019-04-12
4
-10/+46
*
bpo-36588: On AIX, remove major version from sys.platform (GH-12787)
Michael Felt
2019-04-12
5
-2/+22
*
bpo-36611: Fix test_sys.test_getallocatedblocks() (GH-12797)
Victor Stinner
2019-04-12
2
-2/+9
*
bpo-20180: Use argument clinic for dict.pop() and dict.popitem() (GH-12792)
Inada Naoki
2019-04-12
3
-35/+101
*
bpo-20582: add link for manpage for flags on getnameinfo() (GH-11977)
Emmanuel Arias
2019-04-11
1
-0/+2
*
bpo-36605: make tags: parse Modules/_io directory (GH-12789)
Victor Stinner
2019-04-11
3
-16/+6
*
bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782)
Victor Stinner
2019-04-11
6
-24/+37
*
bpo-36575: lsprof: Use _PyTime_GetPerfCounter() (GH-8378)
Inada Naoki
2019-04-11
2
-86/+40
*
bpo-36597: fix weakref example code (GH-12779)
Inada Naoki
2019-04-11
1
-5/+8
*
bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770)
Victor Stinner
2019-04-11
6
-27/+113
*
bpo-36597: fix random doctest failure (GH-12776)
Inada Naoki
2019-04-11
2
-17/+15
*
bpo-36597: Disable Travis CI doctest job (GH-12775)
Victor Stinner
2019-04-11
1
-14/+16
*
bpo-36416: Correct bytes.rpartition documentation (GH-12543)
pewscorner
2019-04-11
1
-2/+2
*
better __init__.py explanation in tutorial (#12763)
Inada Naoki
2019-04-11
1
-3/+3
*
Doc: fix typo in IncrementalDecoder.setstate (GH-12724)
Christopher Thorne
2019-04-11
1
-1/+1
*
bpo-36235: Fix distutils test_customize_compiler() on macOS (GH-12764)
Victor Stinner
2019-04-10
1
-0/+3
*
fix typo in doc (#12686)
Caleb Marchent
2019-04-10
1
-2/+2
*
bpo-36559: random module: optimize sha512 import (GH-12742)
Christian Heimes
2019-04-10
2
-1/+10
*
bpo-34144: Fix of venv acvtivate.bat for win 10 (GH-8321)
Lorenz Mende
2019-04-10
2
-1/+3
*
bpo-14826: document that URLopener quotes fullurl. (GH-12758)
Gregory P. Smith
2019-04-10
1
-0/+1
*
bpo-12910: update and correct quote docstring (#2568)
Jörn Hees
2019-04-10
1
-13/+20
*
Fix typos in compile.c comments (GH-12752)
Simeon
2019-04-09
1
-2/+2
*
bpo-31512: Add non-elevated symlink support for Windows (GH-3652)
Vidar Tonaas Fauske
2019-04-09
4
-79/+53
*
bpo-34373: Fix time.mktime() on AIX (GH-12726)
Victor Stinner
2019-04-09
3
-39/+45
*
bpo-36577: setup.py reports missing OpenSSL again (GH-12746)
Christian Heimes
2019-04-09
2
-0/+3
*
bpo-36560: regrtest: don't collect the GC twice (GH-12747)
Victor Stinner
2019-04-09
1
-2/+4
*
bpo-36508: python-config don't export LINKFORSHARED (GH-12661)
Victor Stinner
2019-04-09
4
-8/+6
*
bpo-36544 : Fix regression introduced in bpo-36146 (GH-12708)
xdegaye
2019-04-09
2
-0/+3
*
bpo-34139: Remove unix datagram socket from FS before binding (GH-8323)
Quentin Dawans
2019-04-09
3
-0/+29
*
bpo-36560: Fix reference leak hunting in regrtest (GH-12744)
Victor Stinner
2019-04-09
4
-33/+46
*
bpo-34060: Report system load when running test suite for Windows (GH-8357)
Ammar Askar
2019-04-09
3
-2/+117
*
bpo-33456: site module documentation - fix wrong default for key in pyvenv.cf...
Lukas Waymann
2019-04-09
1
-3/+3
*
bpo-33461: emit DeprecationWarning when json.loads(encoding=...) is used (GH-...
Matthias Bussonnier
2019-04-09
4
-4/+22
*
fix code styling (GH-12737)
Inada Naoki
2019-04-09
1
-1/+1
*
closes bpo-35848: Move all documentation regarding the readinto out of IOBase...
Steve Palmer
2019-04-09
2
-14/+10
*
BPO-17561: set create_server backlog default to None (GH-12735)
Giampaolo Rodola
2019-04-09
3
-3/+7
*
bpo-36565: Fix libregrtest for Python without builtin _abc (GH-12733)
Victor Stinner
2019-04-08
2
-2/+8
*
bpo-35934: Add socket.create_server() utility function (GH-11784)
Giampaolo Rodola
2019-04-08
17
-88/+289
*
bpo-35416: fix potential resource warnings in distutils (GH-10918)
Mickaël Schoentgen
2019-04-08
4
-39/+44
*
Add a What's New entry for bpo-35459. (GH-12706)
Serhiy Storchaka
2019-04-08
1
-0/+5
*
Correct "inplace" with "in-place" (GH-10480)
Andre Delfino
2019-04-08
2
-5/+5
*
remove duplicate code in biscet (GH-1270)
Chillar Anand
2019-04-08
1
-16/+2
*
bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658)
Michael Felt
2019-04-08
4
-4/+4
*
bpo-27181: Add statistics.geometric_mean() (GH-12638)
Raymond Hettinger
2019-04-07
5
-1/+132
[prev]
[next]