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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-34060: Report system load when running test suite for Windows (GH-8357)
Ammar Askar
2019-04-09
2
-2/+115
*
bpo-33461: emit DeprecationWarning when json.loads(encoding=...) is used (GH-...
Matthias Bussonnier
2019-04-09
2
-2/+15
*
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
1
-6/+4
*
BPO-17561: set create_server backlog default to None (GH-12735)
Giampaolo Rodola
2019-04-09
1
-2/+5
*
bpo-36565: Fix libregrtest for Python without builtin _abc (GH-12733)
Victor Stinner
2019-04-08
1
-2/+6
*
bpo-35934: Add socket.create_server() utility function (GH-11784)
Giampaolo Rodola
2019-04-08
14
-87/+232
*
bpo-35416: fix potential resource warnings in distutils (GH-10918)
Mickaƫl Schoentgen
2019-04-08
3
-39/+43
*
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
1
-1/+1
*
bpo-27181: Add statistics.geometric_mean() (GH-12638)
Raymond Hettinger
2019-04-07
2
-1/+109
*
bpo-35936: Updates to modulefinder (GH-11787)
Brandt Bucher
2019-04-07
2
-16/+109
*
bpo-35726: Add test for QueueHandler with multiple handlers (GH-11659)
Xtreak
2019-04-07
1
-0/+13
*
bpo-36050: optimize HTTPResponse.read() (GH-12698)
Inada Naoki
2019-04-06
1
-32/+10
*
bpo-25451: Add transparency methods to tkinter.PhotoImage. (GH-10406)
Zackery Spytz
2019-04-05
2
-0/+18
*
Fix duplicated test case for re. (GH-12662)
MakDon
2019-04-04
1
-1/+1
*
bpo-36522: Print all values for headers with multiple values. (GH-12681)
Matt Houglum
2019-04-04
2
-4/+6
*
bpo-36440: include node names in ParserError messages, instead of numeric IDs...
tyomitch
2019-04-03
1
-0/+16
*
Have UserDict.__init__() implicitly check for updating w/ bool(kwargs) instea...
Slam
2019-04-02
1
-1/+1
*
bpo-33261: guard access to __code__ attribute in inspect (GH-6448)
Jeroen Demeyer
2019-04-02
3
-9/+26
*
bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH...
Zackery Spytz
2019-04-02
1
-0/+6
*
bpo-36473: add maximum iteration check for dict .values() and .items() (GH-12...
Thomas Perl
2019-04-02
1
-1/+19
*
bpo-13120: fix typo with test_issue13120() method name (GH-12250)
Daniel Hahler
2019-04-01
1
-3/+3
*
bpo-20844: open script file with "rb" mode (GH-12616)
Inada Naoki
2019-04-01
1
-0/+17
*
bpo-36026: make descr error message consistent (GH-11930)
Inada Naoki
2019-04-01
1
-2/+29
*
bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)
Serhiy Storchaka
2019-04-01
20
-21/+429
*
bpo-36085: Add additional load flag to ensure DLL loads successfully (GH-12633)
Steve Dower
2019-03-31
1
-1/+2
*
bpo-36384: Remove check for leading zeroes in IPv4 addresses (GH-12577)
Joel Croteau
2019-03-30
2
-15/+3
*
bpo-36434: Properly handle writing errors in ZIP files. (GH-12559)
Serhiy Storchaka
2019-03-30
2
-41/+81
*
bpo-24214: Fixed the UTF-8 incremental decoder. (GH-12603)
Serhiy Storchaka
2019-03-30
1
-0/+9
*
bpo-36085: Enable better DLL resolution on Windows (GH-12302)
Steve Dower
2019-03-29
4
-1/+159
*
bpo-35947: Update Windows to the current version of libffi (GH-11797)
Paul Monson
2019-03-29
1
-29/+0
*
bpo-36471: Add _Py_RunMain() (GH-12618)
Victor Stinner
2019-03-29
1
-2/+13
*
bpo-30427: eliminate redundant type checks in os.path.normcase() (GH-1712)
Wolfgang Maier
2019-03-28
2
-15/+5
*
bpo-36366: Return None on stopping unstarted patch object (GH-12472)
Xtreak
2019-03-28
2
-3/+11
*
bpo-29515: add missing socket.IPPROTO_* constants on Windows (GH-12183)
Giampaolo Rodola
2019-03-28
1
-0/+19
*
bpo-36452: dictiter: track maximum iteration count (GH-12596)
Thomas Perl
2019-03-28
1
-0/+9
*
bpo-31292: Fixed distutils check --restructuredtext for include directives (G...
Philipp A
2019-03-27
3
-2/+18
*
Add missing docstrings for TarInfo objects (#12555)
Raymond Hettinger
2019-03-27
2
-9/+48
*
bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589)
Victor Stinner
2019-03-27
1
-4/+1
*
bpo-36441: Fixes creating a venv when debug binaries are installed. (#12566)
Steve Dower
2019-03-27
1
-0/+3
*
bpo-31904: Fix test_utf8_mode on VxWorks (GH-12428)
hliu0
2019-03-27
1
-2/+2
*
bpo-36431: Use PEP 448 dict unpacking for merging two dicts. (GH-12553)
Serhiy Storchaka
2019-03-27
6
-29/+14
*
bpo-36407: Fix writing indentations of CDATA section (xml.dom.minidom). (GH-1...
Vladimir Surjaninov
2019-03-27
2
-1/+18
*
bpo-36444: Add _PyCoreConfig._init_main (GH-12572)
Victor Stinner
2019-03-27
1
-0/+1
*
bpo-36444: Remove _PyMainInterpreterConfig (GH-12571)
Victor Stinner
2019-03-27
1
-29/+0
*
bpo-36429: Fix starting IDLE with pyshell (#12548)
Terry Jan Reedy
2019-03-26
2
-5/+12
*
bpo-36301: Test Python init with isolated (GH-12569)
Victor Stinner
2019-03-26
1
-0/+20
*
bpo-36301: Cleanup preconfig.c and coreconfig.c (GH-12563)
Victor Stinner
2019-03-26
1
-8/+9
*
bpo-36433: fix confusing error messages in classmethoddescr_call (GH-12556)
Inada Naoki
2019-03-26
1
-3/+18
[next]