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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658)
Michael Felt
2019-04-08
2
-0/+3
*
bpo-27181: Add statistics.geometric_mean() (GH-12638)
Raymond Hettinger
2019-04-07
1
-0/+1
*
bpo-35936: Updates to modulefinder (GH-11787)
Brandt Bucher
2019-04-07
4
-0/+7
*
bpo-36050: optimize HTTPResponse.read() (GH-12698)
Inada Naoki
2019-04-06
1
-0/+2
*
bpo-25451: Add transparency methods to tkinter.PhotoImage. (GH-10406)
Zackery Spytz
2019-04-05
1
-0/+2
*
bpo-36522: Print all values for headers with multiple values. (GH-12681)
Matt Houglum
2019-04-04
1
-0/+1
*
bpo-36440: include node names in ParserError messages, instead of numeric IDs...
tyomitch
2019-04-03
1
-0/+2
*
bpo-33261: guard access to __code__ attribute in inspect (GH-6448)
Jeroen Demeyer
2019-04-02
1
-0/+3
*
bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH...
Zackery Spytz
2019-04-02
1
-0/+1
*
bpo-36473: add maximum iteration check for dict .values() and .items() (GH-12...
Thomas Perl
2019-04-02
1
-1/+5
*
bpo-36157:Document PyInterpreterState_Main() (GH-12238)
Joannah Nanjekye
2019-04-01
1
-0/+1
*
bpo-20844: open script file with "rb" mode (GH-12616)
Inada Naoki
2019-04-01
1
-0/+2
*
bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)
Serhiy Storchaka
2019-04-01
1
-0/+5
*
bpo-36010: Add venv to the nuget distribution (GH-12367)
Paul Moore
2019-03-30
1
-0/+1
*
bpo-36384: Remove check for leading zeroes in IPv4 addresses (GH-12577)
Joel Croteau
2019-03-30
1
-0/+1
*
bpo-36434: Properly handle writing errors in ZIP files. (GH-12559)
Serhiy Storchaka
2019-03-30
1
-0/+1
*
bpo-24214: Fixed the UTF-8 incremental decoder. (GH-12603)
Serhiy Storchaka
2019-03-30
1
-0/+2
*
bpo-36085: Enable better DLL resolution on Windows (GH-12302)
Steve Dower
2019-03-29
1
-0/+2
*
bpo-35947: Update Windows to the current version of libffi (GH-11797)
Paul Monson
2019-03-29
1
-0/+2
*
bpo-33043: Add a Contributing to Docs link and Update the Found a Bug Page (#...
Susan Su
2019-03-29
1
-0/+1
*
bpo-30427: eliminate redundant type checks in os.path.normcase() (GH-1712)
Wolfgang Maier
2019-03-28
1
-0/+2
*
bpo-36366: Return None on stopping unstarted patch object (GH-12472)
Xtreak
2019-03-28
1
-0/+4
*
bpo-35941: Fix ssl certificate enumeration for windows (GH-12486)
kctherookie
2019-03-28
1
-0/+3
*
bpo-36425: Add Simplified Chinese to the language switcher (GH-12537)
zhsj
2019-03-28
1
-0/+2
*
bpo-29515: add missing socket.IPPROTO_* constants on Windows (GH-12183)
Giampaolo Rodola
2019-03-28
1
-0/+27
*
bpo-36459: Fix a possible double PyMem_FREE() due to tokenizer.c's tok_nextc(...
Zackery Spytz
2019-03-28
1
-0/+1
*
bpo-36452: dictiter: track maximum iteration count (GH-12596)
Thomas Perl
2019-03-28
1
-0/+1
*
Fix NEWS entries with incorrect bpo numbers (GH-12599)
Ned Deily
2019-03-28
2
-2/+2
*
bpo-31292: Fixed distutils check --restructuredtext for include directives (G...
Philipp A
2019-03-27
1
-0/+2
*
bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589)
Victor Stinner
2019-03-27
1
-0/+6
*
bpo-36441: Fixes creating a venv when debug binaries are installed. (#12566)
Steve Dower
2019-03-27
1
-0/+1
*
bpo-31904: Fix test_utf8_mode on VxWorks (GH-12428)
hliu0
2019-03-27
1
-0/+1
*
bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661)
Eddie Elizondo
2019-03-27
1
-0/+4
*
bpo-36407: Fix writing indentations of CDATA section (xml.dom.minidom). (GH-1...
Vladimir Surjaninov
2019-03-27
1
-0/+2
*
bpo-33832: Add "magic method" glossary entry (GH-7630)
Andre Delfino
2019-03-27
1
-0/+1
*
bpo-36429: Fix starting IDLE with pyshell (#12548)
Terry Jan Reedy
2019-03-26
1
-0/+2
*
bpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH-12560)
Victor Stinner
2019-03-26
1
-0/+1
*
bpo-36433: fix confusing error messages in classmethoddescr_call (GH-12556)
Inada Naoki
2019-03-26
1
-0/+1
*
Merge tag 'v3.8.0a3'
Łukasz Langa
2019-03-26
88
-171/+871
|
\
|
*
v3.8.0a3
v3.8.0a3
Łukasz Langa
2019-03-25
88
-171/+871
*
|
bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551)
Zackery Spytz
2019-03-26
1
-0/+1
*
|
bpo-36345: Add a new example in the documentation of wsgiref (#12511)
Stéphane Wirtel
2019-03-25
1
-0/+2
*
|
bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using p...
Pablo Galindo
2019-03-25
1
-0/+2
*
|
bpo-36326: Let inspect.getdoc() find docstrings for __slots__ (GH-12498)
Raymond Hettinger
2019-03-25
1
-0/+2
|
/
*
bpo-36421: Fix a possible double decref in _ctypes.c's PyCArrayType_new(). (G...
Zackery Spytz
2019-03-25
1
-0/+1
*
bpo-36218: Fix handling of heterogeneous values in list.sort (GH-12209)
Rémi Lapeyre
2019-03-25
1
-0/+2
*
bpo-36401: Have help() show readonly properties separately (GH-12517)
Raymond Hettinger
2019-03-25
1
-0/+2
*
bpo-30348: IDLE: Add test_autocomplete unittest (GH-2209)
Louie Lu
2019-03-24
1
-0/+1
*
bpo-36405: IDLE - Restore __main__ and add tests (#12518)
Terry Jan Reedy
2019-03-24
1
-1/+1
*
bpo-36412: fix a possible crash in dictobject.c's new_dict() (GH-12519)
Zackery Spytz
2019-03-24
1
-0/+1
[next]