summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* Issue #20367: Add Glenn Langford to Misc/ACKSVictor Stinner2014-01-261-0/+1
* Merge from 3.3.Stefan Krah2014-01-201-0/+1
|\
| * Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H.Stefan Krah2014-01-201-0/+1
* | merge 3.3 (#18574)Benjamin Peterson2014-01-191-0/+1
|\ \ | |/
| * add Nikolaus Rath to ACKSBenjamin Peterson2014-01-191-0/+1
| * merge 3.2 (#20246)Benjamin Peterson2014-01-141-0/+1
| |\
| | * complain when nbytes > buflen to fix possible buffer overflow (closes #20246)Benjamin Peterson2014-01-141-0/+1
| * | Issue #13107: argparse and optparse no longer raises an exception when outputSerhiy Storchaka2014-01-091-0/+1
| * | Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta.Zachary Ware2013-12-191-0/+1
* | | 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