summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try againSerhiy Storchaka2015-05-191-0/+5
* | | | Issue #23985: Fix a possible buffer overrun when deleting a slice from the fr...Antoine Pitrou2015-05-191-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #23985: Fix a possible buffer overrun when deleting a slice from the fr...Antoine Pitrou2015-05-191-0/+3
* | | | Issue #23780: Improved error message in os.path.join() with single argument.Serhiy Storchaka2015-05-191-0/+2
* | | | Issue #6598: Increased time precision and random number range inSerhiy Storchaka2015-05-191-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #6598: Increased time precision and random number range inSerhiy Storchaka2015-05-191-0/+3
* | | | Fix Sphinx compile error.Berker Peksag2015-05-181-1/+1
* | | | Fix typo in Misc/NEWS.Berker Peksag2015-05-181-1/+1
|\ \ \ \ | |/ / /
| * | | Fix typo in Nisc/NEWS.Berker Peksag2015-05-181-1/+1
* | | | Issue #24091: Fixed various crashes in corner cases in C implementation ofSerhiy Storchaka2015-05-181-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #24091: Fixed various crashes in corner cases in C implementation ofSerhiy Storchaka2015-05-181-0/+3
* | | | Issue #24102: Fixed exception type checking in standard error handlers.Serhiy Storchaka2015-05-181-0/+2
|\ \ \ \ | |/ / /
| * | | Issue #24102: Fixed exception type checking in standard error handlers.Serhiy Storchaka2015-05-181-0/+2
* | | | Closes #21931: Merge with 3.4Zachary Ware2015-05-181-0/+4
|\ \ \ \ | |/ / /
| * | | Issue #21931: Fix error handling in msilib.FCICreate().Zachary Ware2015-05-181-0/+4
| * | | Issue #23757: Only call the concrete list API for exact lists.Raymond Hettinger2015-05-171-0/+3
* | | | Issue #13866: add *quote_via* argument to urlencode.R David Murray2015-05-181-0/+2
* | | | Issue #22155: News entry.Terry Jan Reedy2015-05-171-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #22155: News entry.Terry Jan Reedy2015-05-171-0/+3
| * | | Reverted issue #24134 changes (except new tests).Serhiy Storchaka2015-05-161-3/+0
| * | | Issue #23796: peak and read1 methods of BufferedReader now raise ValueErrorBerker Peksag2015-05-121-0/+3
| * | | Fix NEWS file.Yury Selivanov2015-05-111-4/+4
* | | | #20098: add mangle_from_ policy option.R David Murray2015-05-171-0/+3
* | | | #24211: Add RFC6532 support to the email library.R David Murray2015-05-171-0/+3
* | | | #21083: add get_content_disposition method to email.message.R David Murray2015-05-161-0/+1
* | | | Issue #16314: Added support for the LZMA compression in distutils.Serhiy Storchaka2015-05-161-0/+2
* | | | #21804: Add RFC 6856 (UTF8) support to poplib.R David Murray2015-05-161-0/+2
* | | | Issue #18682: Optimized pprint functions for builtin scalar types.Serhiy Storchaka2015-05-161-0/+2
* | | | #22027: Add RFC6531 support to smtplib.R David Murray2015-05-161-0/+2
* | | | Issue 24190: Add inspect.BoundArguments.apply_defaults() method.Yury Selivanov2015-05-161-0/+3
* | | | Fixed release date.Serhiy Storchaka2015-05-161-1/+1
* | | | Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() andSerhiy Storchaka2015-05-161-1/+2
* | | | Issue #24192: Fix namespace package imports.Eric Snow2015-05-161-0/+2
* | | | Issue 22547: Implement informative __repr__ for inspect.BoundArgumentsYury Selivanov2015-05-141-0/+3
* | | | Issue 24184: Add AsyncIterator and AsyncIterable to collections.abc.Yury Selivanov2015-05-141-0/+3
* | | | Issue 24179: Support 'async for' for asyncio.StreamReader.Yury Selivanov2015-05-131-0/+3
* | | | Issue 24178: support 'async with' for asyncio locks.Yury Selivanov2015-05-131-0/+3
* | | | Issue #23488: Random generator objects now consume 2x less memory on 64-bit.Serhiy Storchaka2015-05-131-0/+2
* | | | Issue #1322: platform.dist() and platform.linux_distribution() functions are ...Berker Peksag2015-05-131-0/+3
* | | | Issue #23290: Optimize set_merge() for cases where the target is empty.Raymond Hettinger2015-05-131-0/+3
* | | | Issue #24064: Property() docstrings are now writeable.Raymond Hettinger2015-05-131-0/+3
* | | | Issue #22486: Added the math.gcd() function. The fractions.gcd() function no...Serhiy Storchaka2015-05-121-0/+3
* | | | Issue #22681: Added support for the koi8_t encoding.Serhiy Storchaka2015-05-121-0/+2
* | | | Issue #22682: Added support for the kz1048 encoding.Serhiy Storchaka2015-05-121-0/+2
* | | | Issue #15027: The UTF-32 encoder is now 3x to 7x faster.Serhiy Storchaka2015-05-121-0/+2
* | | | Issue #23796: peak and read1 methods of BufferedReader now raise ValueErrorBerker Peksag2015-05-121-0/+3
* | | | Issue 24017: Update NEWS file.Yury Selivanov2015-05-121-0/+2
* | | | Merge 3.4 (asyncio changes)Yury Selivanov2015-05-111-2/+4
|\ \ \ \ | |/ / /
| * | | asyncio: async() function is deprecated in favour of ensure_future().Yury Selivanov2015-05-111-1/+3
* | | | Merge 3.4 (asyncio)Yury Selivanov2015-05-111-0/+2
|\ \ \ \ | |/ / /