| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #24091: Fixed various crashes in corner cases in C implementation of | Serhiy Storchaka | 2015-05-18 | 1 | -0/+3 |
|\ |
|
| * | Issue #24091: Fixed various crashes in corner cases in C implementation of | Serhiy Storchaka | 2015-05-18 | 1 | -0/+3 |
|
|
* | | Issue #24102: Fixed exception type checking in standard error handlers. | Serhiy Storchaka | 2015-05-18 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Issue #24102: Fixed exception type checking in standard error handlers. | Serhiy Storchaka | 2015-05-18 | 1 | -0/+2 |
|
|
* | | Closes #21931: Merge with 3.4 | Zachary Ware | 2015-05-18 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Issue #21931: Fix error handling in msilib.FCICreate(). | Zachary Ware | 2015-05-18 | 1 | -0/+4 |
|
|
| * | Issue #23757: Only call the concrete list API for exact lists. | Raymond Hettinger | 2015-05-17 | 1 | -0/+3 |
|
|
* | | Issue #13866: add *quote_via* argument to urlencode. | R David Murray | 2015-05-18 | 1 | -0/+2 |
|
|
* | | Issue #22155: News entry. | Terry Jan Reedy | 2015-05-17 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #22155: News entry. | Terry Jan Reedy | 2015-05-17 | 1 | -0/+3 |
|
|
| * | Reverted issue #24134 changes (except new tests). | Serhiy Storchaka | 2015-05-16 | 1 | -3/+0 |
|
|
| * | Issue #23796: peak and read1 methods of BufferedReader now raise ValueError | Berker Peksag | 2015-05-12 | 1 | -0/+3 |
|
|
| * | Fix NEWS file. | Yury Selivanov | 2015-05-11 | 1 | -4/+4 |
|
|
* | | #20098: add mangle_from_ policy option. | R David Murray | 2015-05-17 | 1 | -0/+3 |
|
|
* | | #24211: Add RFC6532 support to the email library. | R David Murray | 2015-05-17 | 1 | -0/+3 |
|
|
* | | Issue #16314: Added support for the LZMA compression in distutils. | Serhiy Storchaka | 2015-05-16 | 1 | -0/+2 |
|
|
* | | #21804: Add RFC 6856 (UTF8) support to poplib. | R David Murray | 2015-05-16 | 1 | -0/+2 |
|
|
* | | Issue #18682: Optimized pprint functions for builtin scalar types. | Serhiy Storchaka | 2015-05-16 | 1 | -0/+2 |
|
|
* | | #22027: Add RFC6531 support to smtplib. | R David Murray | 2015-05-16 | 1 | -0/+2 |
|
|
* | | Issue 24190: Add inspect.BoundArguments.apply_defaults() method. | Yury Selivanov | 2015-05-16 | 1 | -0/+3 |
|
|
* | | Fixed release date. | Serhiy Storchaka | 2015-05-16 | 1 | -1/+1 |
|
|
* | | Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and | Serhiy Storchaka | 2015-05-16 | 1 | -1/+2 |
|
|
* | | Issue #24192: Fix namespace package imports. | Eric Snow | 2015-05-16 | 1 | -0/+2 |
|
|
* | | Issue 22547: Implement informative __repr__ for inspect.BoundArguments | Yury Selivanov | 2015-05-14 | 1 | -0/+3 |
|
|
* | | Issue 24184: Add AsyncIterator and AsyncIterable to collections.abc. | Yury Selivanov | 2015-05-14 | 1 | -0/+3 |
|
|
* | | Issue 24179: Support 'async for' for asyncio.StreamReader. | Yury Selivanov | 2015-05-13 | 1 | -0/+3 |
|
|
* | | Issue 24178: support 'async with' for asyncio locks. | Yury Selivanov | 2015-05-13 | 1 | -0/+3 |
|
|
* | | Issue #23488: Random generator objects now consume 2x less memory on 64-bit. | Serhiy Storchaka | 2015-05-13 | 1 | -0/+2 |
|
|
* | | Issue #1322: platform.dist() and platform.linux_distribution() functions are ... | Berker Peksag | 2015-05-13 | 1 | -0/+3 |
|
|
* | | Issue #23290: Optimize set_merge() for cases where the target is empty. | Raymond Hettinger | 2015-05-13 | 1 | -0/+3 |
|
|
* | | Issue #24064: Property() docstrings are now writeable. | Raymond Hettinger | 2015-05-13 | 1 | -0/+3 |
|
|
* | | Issue #22486: Added the math.gcd() function. The fractions.gcd() function no... | Serhiy Storchaka | 2015-05-12 | 1 | -0/+3 |
|
|
* | | Issue #22681: Added support for the koi8_t encoding. | Serhiy Storchaka | 2015-05-12 | 1 | -0/+2 |
|
|
* | | Issue #22682: Added support for the kz1048 encoding. | Serhiy Storchaka | 2015-05-12 | 1 | -0/+2 |
|
|
* | | Issue #15027: The UTF-32 encoder is now 3x to 7x faster. | Serhiy Storchaka | 2015-05-12 | 1 | -0/+2 |
|
|
* | | Issue #23796: peak and read1 methods of BufferedReader now raise ValueError | Berker Peksag | 2015-05-12 | 1 | -0/+3 |
|
|
* | | Issue 24017: Update NEWS file. | Yury Selivanov | 2015-05-12 | 1 | -0/+2 |
|
|
* | | Merge 3.4 (asyncio changes) | Yury Selivanov | 2015-05-11 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | asyncio: async() function is deprecated in favour of ensure_future(). | Yury Selivanov | 2015-05-11 | 1 | -1/+3 |
|
|
* | | Merge 3.4 (asyncio) | Yury Selivanov | 2015-05-11 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Sync asyncio changes from the main repo. | Yury Selivanov | 2015-05-11 | 1 | -0/+2 |
|
|
* | | Issue #24155: Optimize heapify for better cache utililzation. | Raymond Hettinger | 2015-05-11 | 1 | -0/+3 |
|
|
* | | #21795: advertise 8BITMIME if decode_data is False. | R David Murray | 2015-05-11 | 1 | -0/+3 |
|
|
* | | #21800: Add RFC 6855 support to imaplib. | R David Murray | 2015-05-10 | 1 | -0/+4 |
|
|
* | | Fix news entry for issue 24018. | Guido van Rossum | 2015-05-09 | 1 | -1/+1 |
|
|
* | | PEP 479: Change StopIteration handling inside generators. | Yury Selivanov | 2015-05-09 | 1 | -0/+2 |
|
|
* | | Issue #24018: Add a collections.Generator abstract base class. | Raymond Hettinger | 2015-05-09 | 1 | -0/+3 |
|
|
* | | merge 3.4 | Benjamin Peterson | 2015-05-09 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | ensure .keywords is always a dict | Benjamin Peterson | 2015-05-09 | 1 | -0/+2 |
|
|
* | | Issue #20274: When calling a _sqlite.Connection, it now complains if passed | Larry Hastings | 2015-05-08 | 1 | -0/+6 |
|\ \
| |/ |
|