summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* merge 3.3 (#20246)Benjamin Peterson2014-01-141-0/+1
* Issue #19648: implement empty tests in pickletester. Patch by Gennadiy Zlobin.Antoine Pitrou2013-12-281-0/+1
* Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.Serhiy Storchaka2013-12-171-0/+1
|\
| * Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.Serhiy Storchaka2013-12-171-0/+1
* | (Merge 3.3) Issue #17429: platform.linux_distribution() now decodes files fromVictor Stinner2013-12-081-0/+1
|\ \ | |/
| * Issue #17429: platform.linux_distribution() now decodes files from the UTF-8Victor Stinner2013-12-081-0/+1
| * Merge headsZachary Ware2013-11-261-0/+1
| |\
* | | Issue #6784: Strings from Python 2 can now be unpickled as bytes objects.Alexandre Vassalotti2013-12-071-0/+1
* | | Merge headsZachary Ware2013-11-261-0/+1
|\ \ \
| * \ \ Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment withSerhiy Storchaka2013-11-261-0/+1
| |\ \ \ | | | |/ | | |/|
| | * | Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment withSerhiy Storchaka2013-11-261-0/+1
* | | | Issue #19588: Merge with 3.3Zachary Ware2013-11-261-0/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Issue #19588: Fixed tests in test_random that were silently skipped mostZachary Ware2013-11-261-0/+1
| |/
* | Issue #17201: ZIP64 extensions now are enabled by default.Serhiy Storchaka2013-11-231-0/+1
* | Merge from 3.3Andrew Kuchling2013-11-231-1/+1
|\ \ | |/
| * Update Itamar's nameAndrew Kuchling2013-11-231-1/+1
* | ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.Christian Heimes2013-11-201-0/+1
* | Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates.Serhiy Storchaka2013-11-191-0/+1
* | Close #19406: Initial implementation of ensurepipNick Coghlan2013-11-111-0/+1
* | Issue #19514: Add Andrei Dorian Duma to Misc/ACKS for changeset 4a09cc62419bVictor Stinner2013-11-071-0/+1
* | Issue13234 Credit Santoso for the patch and add NEWS itemTim Golden2013-10-251-0/+1
* | Issue4905: use INVALID_FILE_ATTRIBUTES where appropriate. (Patch by Ulrich Ec...Tim Golden2013-10-251-0/+1
* | Issue #19340: Fix test_sysconfig when Python is built with an empty prefix.Antoine Pitrou2013-10-231-0/+1
|\ \ | |/
| * Issue #19340: Fix test_sysconfig when Python is built with an empty prefix.Antoine Pitrou2013-10-231-0/+1
* | Issue #15207: Fix mimetypes to read from correct area in Windows registry (Or...Tim Golden2013-10-221-0/+1
|\ \ | |/
| * Issue #15207: Fix mimetypes to read from correct area in Windows registry (Or...Tim Golden2013-10-221-0/+1
* | #8964: merge with 3.3.Ezio Melotti2013-10-211-0/+1
|\ \ | |/
| * #8964: fix platform._sys_version to handle IronPython 2.6+.Ezio Melotti2013-10-211-0/+1
* | Issue #19201: Add support for the 'x' mode to the lzma module.Nadeem Vawda2013-10-181-0/+1
* | Close #19266: contextlib.ignore -> contextlib.suppressNick Coghlan2013-10-171-0/+1
* | Issue #16129: Add `Py_SetStandardStreamEncoding`Nick Coghlan2013-10-171-0/+1
* | #18714: add attribution.Georg Brandl2013-10-131-0/+1
* | merge with 3.3Georg Brandl2013-10-061-0/+1
|\ \ | |/
| * Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV...Georg Brandl2013-10-061-0/+1
* | #19148: fix markup errors and wording in enum docs. Patch by Esa Peuha.Ezio Melotti2013-10-051-0/+1
* | Close #10042: functools.total_ordering now handles NotImplementedNick Coghlan2013-10-011-0/+1
* | Merge #19092 from 3.3Nick Coghlan2013-10-011-1/+1
|\ \ | |/
| * Close #19092: ExitStack now reraises exceptions from __exit__Nick Coghlan2013-10-011-1/+1
* | Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe...Antoine Pitrou2013-09-301-0/+1
|\ \ | |/
| * Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe...Antoine Pitrou2013-09-301-0/+1
* | Close #18596: Support address sanity checking in clang/GCCNick Coghlan2013-09-281-0/+1
* | mergeRaymond Hettinger2013-09-151-0/+1
|\ \ | |/
| * Issue #19018: The heapq.merge() function no longer suppresses IndexErrorRaymond Hettinger2013-09-151-0/+2
* | Merge for Issue #18997: Issue #18997: fix ElementTree crash with using pickle...Eli Bendersky2013-09-131-0/+1
|\ \ | |/
| * Add Germán M. Bravo to Misc/ACKSEli Bendersky2013-09-131-0/+1
* | Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL,Serhiy Storchaka2013-09-131-0/+1
|\ \ | |/
| * Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL,Serhiy Storchaka2013-09-131-0/+1
* | Issue #18962: Optimize the single iterator case for heapq.merge()Raymond Hettinger2013-09-111-0/+1
* | Added Elazar to Misc/ACKS.Ethan Furman2013-09-071-0/+1
* | Issue #18849: Fixed a Windows-specific tempfile bug where collision with anEli Bendersky2013-09-061-0/+1
|\ \ | |/