summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Collapse)AuthorAgeFilesLines
* merge 3.3Benjamin Peterson2014-03-311-0/+1
|\
| * merge 3.2Benjamin Peterson2014-03-311-0/+1
| |\
| | * add Ian BeerBenjamin Peterson2014-03-311-0/+1
| | |
* | | backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex.R David Murray2014-03-251-0/+1
| | | | | | | | | | | | | | | | | | | | | Previously a non-string, non-regex second argument and missing callable argument could cause the test to appear to always pass. Initial patch by Kamilla Holanda.
* | | Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas ↵Antoine Pitrou2014-03-231-0/+1
| | | | | | | | | | | | Schwab.
* | | add Nehal HussainBenjamin Peterson2014-03-201-0/+1
| | |
* | | merge 3.3Benjamin Peterson2014-03-121-0/+1
|\ \ \ | |/ /
| * | add Sean RodmanBenjamin Peterson2014-03-121-0/+1
| | |
* | | #20871: improve email policy test coverage.R David Murray2014-03-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | More tests of the concrete policy methods would probably be a good idea, but this is a start, and it brings line coverage up to 100% for the policy module. Patch by Milan Oberkirch.
* | | #11558: Better message if attach called on non-multipart.R David Murray2014-03-061-0/+1
| | | | | | | | | | | | Original patch by Varun Sharma.
* | | merge 3.3Benjamin Peterson2014-03-021-0/+1
|\ \ \ | |/ /
| * | add Chris AngelicoBenjamin Peterson2014-03-021-0/+1
| | |
| * | Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicateVictor Stinner2014-01-271-0/+1
| | | | | | | | | | | | arguments. Patch by Glenn Langford.
* | | Issue #20637: Key-sharing now also works for instance dictionaries of ↵Antoine Pitrou2014-02-231-0/+1
| | | | | | | | | | | | subclasses. Patch by Peter Ingebretson.
* | | 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
| | | | | | | | | | | | | | | a help on environment with too small COLUMNS. Based on patch by Elazar Gershuni.
| * | 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
|\ \ \ | |/ / | | | | | | Original patch by Simon Sapin.
| * | Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.Serhiy Storchaka2013-12-171-0/+1
| | | | | | | | | | | | Original patch by Simon Sapin.
* | | (Merge 3.3) Issue #17429: platform.linux_distribution() now decodes files fromVictor Stinner2013-12-081-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | the UTF-8 encoding with the surrogateescape error handler, instead of decoding from the locale encoding in strict mode. It fixes the function on Fedora 19 which is probably the first major distribution release with a non-ASCII name. Patch written by Toshio Kuratomi.
| * | Issue #17429: platform.linux_distribution() now decodes files from the UTF-8Victor Stinner2013-12-081-0/+1
| | | | | | | | | | | | | | | | | | | | | encoding with the surrogateescape error handler, instead of decoding from the locale encoding in strict mode. It fixes the function on Fedora 19 which is probably the first major distribution release with a non-ASCII name. Patch written by Toshio Kuratomi.
| * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial patch by Merlijn van Deen. I've added a few unrelated docstring fixes in the patch while I was at it, which makes the documentation for pickle a bit more consistent.
* | | | Merge headsZachary Ware2013-11-261-0/+1
|\ \ \ \
| * \ \ \ Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment withSerhiy Storchaka2013-11-261-0/+1
| |\ \ \ \ | | | |/ / | | |/| | | | | | | virtual interface. Original patch by Kent Frazier.
| | * | | Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment withSerhiy Storchaka2013-11-261-0/+1
| | | | | | | | | | | | | | | | | | | | virtual interface. Original patch by Kent Frazier.
* | | | | 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
| |/ / | | | | | | | | | of the time. Patch by Julian Gindi.
* | | Issue #17201: ZIP64 extensions now are enabled by default.Serhiy Storchaka2013-11-231-0/+1
| | | | | | | | | | | | Patch by William Mallard.
* | | 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
| | | | | | | | | | | | Python now uses SipHash24 on all major platforms.
* | | Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates.Serhiy Storchaka2013-11-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The utf-16* and utf-32* encoders no longer allow surrogate code points (U+D800-U+DFFF) to be encoded. The utf-32* decoders no longer decode byte sequences that correspond to surrogate code points. The surrogatepass error handler now works with the utf-16* and utf-32* codecs. Based on patches by Victor Stinner and Kang-Hao (Kenny) Lu.
* | | Close #19406: Initial implementation of ensurepipNick Coghlan2013-11-111-0/+1
| | | | | | | | | | | | Patch by Donald Stufft and Nick Coghlan
* | | 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 ↵Tim Golden2013-10-251-0/+1
| | | | | | | | | | | | Eckhardt)
* | | Issue #19340: Fix test_sysconfig when Python is built with an empty prefix.Antoine Pitrou2013-10-231-0/+1
|\ \ \ | |/ / | | | | | | Patch by Sunny K.
| * | Issue #19340: Fix test_sysconfig when Python is built with an empty prefix.Antoine Pitrou2013-10-231-0/+1
| | | | | | | | | | | | Patch by Sunny K.
* | | Issue #15207: Fix mimetypes to read from correct area in Windows registry ↵Tim Golden2013-10-221-0/+1
|\ \ \ | |/ / | | | | | | (Original patch by Dave Chambers)
| * | Issue #15207: Fix mimetypes to read from correct area in Windows registry ↵Tim Golden2013-10-221-0/+1
| | | | | | | | | | | | (Original patch by Dave Chambers)
* | | #8964: merge with 3.3.Ezio Melotti2013-10-211-0/+1
|\ \ \ | |/ /