| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 3.3 | Benjamin Peterson | 2014-03-12 | 1 | -0/+1 |
|\ |
|
| * | add Sean Rodman | Benjamin Peterson | 2014-03-12 | 1 | -0/+1 |
|
|
* | | #20871: improve email policy test coverage. | R David Murray | 2014-03-09 | 1 | -0/+1 |
|
|
* | | #11558: Better message if attach called on non-multipart. | R David Murray | 2014-03-06 | 1 | -0/+1 |
|
|
* | | merge 3.3 | Benjamin Peterson | 2014-03-02 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | add Chris Angelico | Benjamin Peterson | 2014-03-02 | 1 | -0/+1 |
|
|
| * | Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate | Victor Stinner | 2014-01-27 | 1 | -0/+1 |
|
|
* | | Issue #20637: Key-sharing now also works for instance dictionaries of subclas... | Antoine Pitrou | 2014-02-23 | 1 | -0/+1 |
|
|
* | | Issue #20367: Add Glenn Langford to Misc/ACKS | Victor Stinner | 2014-01-26 | 1 | -0/+1 |
|
|
* | | Merge from 3.3. | Stefan Krah | 2014-01-20 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H. | Stefan Krah | 2014-01-20 | 1 | -0/+1 |
|
|
* | | merge 3.3 (#18574) | Benjamin Peterson | 2014-01-19 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | add Nikolaus Rath to ACKS | Benjamin Peterson | 2014-01-19 | 1 | -0/+1 |
|
|
| * | merge 3.2 (#20246) | Benjamin Peterson | 2014-01-14 | 1 | -0/+1 |
| |\ |
|
| | * | complain when nbytes > buflen to fix possible buffer overflow (closes #20246) | Benjamin Peterson | 2014-01-14 | 1 | -0/+1 |
|
|
| * | | Issue #13107: argparse and optparse no longer raises an exception when output | Serhiy Storchaka | 2014-01-09 | 1 | -0/+1 |
|
|
| * | | Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta. | Zachary Ware | 2013-12-19 | 1 | -0/+1 |
|
|
* | | | 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 |
|\ \ \
| |/ / |
|