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
/
ACKS
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge 3.3 (#20246)
Benjamin Peterson
2014-01-14
1
-0/+1
*
Issue #19648: implement empty tests in pickletester. Patch by Gennadiy Zlobin.
Antoine Pitrou
2013-12-28
1
-0/+1
*
Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.
Serhiy Storchaka
2013-12-17
1
-0/+1
|
\
|
*
Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.
Serhiy Storchaka
2013-12-17
1
-0/+1
*
|
(Merge 3.3) Issue #17429: platform.linux_distribution() now decodes files from
Victor Stinner
2013-12-08
1
-0/+1
|
\
\
|
|
/
|
*
Issue #17429: platform.linux_distribution() now decodes files from the UTF-8
Victor Stinner
2013-12-08
1
-0/+1
|
*
Merge heads
Zachary Ware
2013-11-26
1
-0/+1
|
|
\
*
|
|
Issue #6784: Strings from Python 2 can now be unpickled as bytes objects.
Alexandre Vassalotti
2013-12-07
1
-0/+1
*
|
|
Merge heads
Zachary Ware
2013-11-26
1
-0/+1
|
\
\
\
|
*
\
\
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
Serhiy Storchaka
2013-11-26
1
-0/+1
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
Serhiy Storchaka
2013-11-26
1
-0/+1
*
|
|
|
Issue #19588: Merge with 3.3
Zachary Ware
2013-11-26
1
-0/+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Issue #19588: Fixed tests in test_random that were silently skipped most
Zachary Ware
2013-11-26
1
-0/+1
|
|
/
*
|
Issue #17201: ZIP64 extensions now are enabled by default.
Serhiy Storchaka
2013-11-23
1
-0/+1
*
|
Merge from 3.3
Andrew Kuchling
2013-11-23
1
-1/+1
|
\
\
|
|
/
|
*
Update Itamar's name
Andrew Kuchling
2013-11-23
1
-1/+1
*
|
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes
2013-11-20
1
-0/+1
*
|
Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates.
Serhiy Storchaka
2013-11-19
1
-0/+1
*
|
Close #19406: Initial implementation of ensurepip
Nick Coghlan
2013-11-11
1
-0/+1
*
|
Issue #19514: Add Andrei Dorian Duma to Misc/ACKS for changeset 4a09cc62419b
Victor Stinner
2013-11-07
1
-0/+1
*
|
Issue13234 Credit Santoso for the patch and add NEWS item
Tim Golden
2013-10-25
1
-0/+1
*
|
Issue4905: use INVALID_FILE_ATTRIBUTES where appropriate. (Patch by Ulrich Ec...
Tim Golden
2013-10-25
1
-0/+1
*
|
Issue #19340: Fix test_sysconfig when Python is built with an empty prefix.
Antoine Pitrou
2013-10-23
1
-0/+1
|
\
\
|
|
/
|
*
Issue #19340: Fix test_sysconfig when Python is built with an empty prefix.
Antoine Pitrou
2013-10-23
1
-0/+1
*
|
Issue #15207: Fix mimetypes to read from correct area in Windows registry (Or...
Tim Golden
2013-10-22
1
-0/+1
|
\
\
|
|
/
|
*
Issue #15207: Fix mimetypes to read from correct area in Windows registry (Or...
Tim Golden
2013-10-22
1
-0/+1
*
|
#8964: merge with 3.3.
Ezio Melotti
2013-10-21
1
-0/+1
|
\
\
|
|
/
|
*
#8964: fix platform._sys_version to handle IronPython 2.6+.
Ezio Melotti
2013-10-21
1
-0/+1
*
|
Issue #19201: Add support for the 'x' mode to the lzma module.
Nadeem Vawda
2013-10-18
1
-0/+1
*
|
Close #19266: contextlib.ignore -> contextlib.suppress
Nick Coghlan
2013-10-17
1
-0/+1
*
|
Issue #16129: Add `Py_SetStandardStreamEncoding`
Nick Coghlan
2013-10-17
1
-0/+1
*
|
#18714: add attribution.
Georg Brandl
2013-10-13
1
-0/+1
*
|
merge with 3.3
Georg Brandl
2013-10-06
1
-0/+1
|
\
\
|
|
/
|
*
Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV...
Georg Brandl
2013-10-06
1
-0/+1
*
|
#19148: fix markup errors and wording in enum docs. Patch by Esa Peuha.
Ezio Melotti
2013-10-05
1
-0/+1
*
|
Close #10042: functools.total_ordering now handles NotImplemented
Nick Coghlan
2013-10-01
1
-0/+1
*
|
Merge #19092 from 3.3
Nick Coghlan
2013-10-01
1
-1/+1
|
\
\
|
|
/
|
*
Close #19092: ExitStack now reraises exceptions from __exit__
Nick Coghlan
2013-10-01
1
-1/+1
*
|
Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe...
Antoine Pitrou
2013-09-30
1
-0/+1
|
\
\
|
|
/
|
*
Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe...
Antoine Pitrou
2013-09-30
1
-0/+1
*
|
Close #18596: Support address sanity checking in clang/GCC
Nick Coghlan
2013-09-28
1
-0/+1
*
|
merge
Raymond Hettinger
2013-09-15
1
-0/+1
|
\
\
|
|
/
|
*
Issue #19018: The heapq.merge() function no longer suppresses IndexError
Raymond Hettinger
2013-09-15
1
-0/+2
*
|
Merge for Issue #18997: Issue #18997: fix ElementTree crash with using pickle...
Eli Bendersky
2013-09-13
1
-0/+1
|
\
\
|
|
/
|
*
Add Germán M. Bravo to Misc/ACKS
Eli Bendersky
2013-09-13
1
-0/+1
*
|
Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL,
Serhiy Storchaka
2013-09-13
1
-0/+1
|
\
\
|
|
/
|
*
Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL,
Serhiy Storchaka
2013-09-13
1
-0/+1
*
|
Issue #18962: Optimize the single iterator case for heapq.merge()
Raymond Hettinger
2013-09-11
1
-0/+1
*
|
Added Elazar to Misc/ACKS.
Ethan Furman
2013-09-07
1
-0/+1
*
|
Issue #18849: Fixed a Windows-specific tempfile bug where collision with an
Eli Bendersky
2013-09-06
1
-0/+1
|
\
\
|
|
/
[next]