Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a misplaced NEWS entry. | Yury Selivanov | 2015-05-21 | 1 | -3/+3 |
| | |||||
* | Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__ | Yury Selivanov | 2015-05-21 | 1 | -0/+3 |
|\ | | | | | | | Patch by Mike Bayer. | ||||
| * | Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__ | Yury Selivanov | 2015-05-21 | 1 | -0/+3 |
| | | |||||
* | | Fixed issue number for issue #22939. | Serhiy Storchaka | 2015-05-21 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixed issue number for issue #22939. | Serhiy Storchaka | 2015-05-21 | 1 | -1/+1 |
| | | |||||
* | | Issue #23985: Fixed integer overflow in iterator object. Patch by | Serhiy Storchaka | 2015-05-21 | 1 | -0/+3 |
|\ \ | |/ | | | | | Clement Rouault. | ||||
| * | Issue #23985: Fixed integer overflow in iterator object. Patch by | Serhiy Storchaka | 2015-05-21 | 1 | -0/+3 |
| | | | | | | | | Clement Rouault. | ||||
* | | Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and | Serhiy Storchaka | 2015-05-21 | 1 | -0/+4 |
| | | | | | | | | | | assertWarnsRegex() assertments now check the type of the first argument to prevent possible user error. Based on patch by Daniel Wagner-Hall. | ||||
* | | Issue 24248: Deprecate inspect.Signature.from_function and .from_builtin | Yury Selivanov | 2015-05-21 | 1 | -0/+3 |
| | | |||||
* | | Issue #9858: Add missing method stubs to _io.RawIOBase. Patch by Laura ↵ | Antoine Pitrou | 2015-05-20 | 1 | -0/+3 |
| | | | | | | | | Rupprecht. | ||||
* | | Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable. | Yury Selivanov | 2015-05-20 | 1 | -0/+4 |
| | | |||||
* | | Issue #22955: attrgetter, itemgetter and methodcaller objects in the operator | Serhiy Storchaka | 2015-05-20 | 1 | -0/+4 |
| | | | | | | | | | | module now support pickling. Added readable and evaluable repr for these objects. Based on patch by Josh Rosenberg. | ||||
* | | Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again | Serhiy Storchaka | 2015-05-19 | 1 | -0/+5 |
|\ \ | |/ | | | | | | | | | when a directory with the chosen name already exists on Windows as well as on Unix. tempfile.mkstemp() now fails early if parent directory is not valid (not exists or is a file) on Windows. | ||||
| * | Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again | Serhiy Storchaka | 2015-05-19 | 1 | -0/+5 |
| | | | | | | | | | | | | when a directory with the chosen name already exists on Windows as well as on Unix. tempfile.mkstemp() now fails early if parent directory is not valid (not exists or is a file) on Windows. | ||||
* | | Issue #23985: Fix a possible buffer overrun when deleting a slice from the ↵ | Antoine Pitrou | 2015-05-19 | 1 | -0/+3 |
|\ \ | |/ | | | | | | | | | front of a bytearray and then appending some other bytes data. Patch by Martin Panter. | ||||
| * | Issue #23985: Fix a possible buffer overrun when deleting a slice from the ↵ | Antoine Pitrou | 2015-05-19 | 1 | -0/+3 |
| | | | | | | | | | | | | front of a bytearray and then appending some other bytes data. Patch by Martin Panter. | ||||
* | | Issue #23780: Improved error message in os.path.join() with single argument. | Serhiy Storchaka | 2015-05-19 | 1 | -0/+2 |
| | | | | | | | | Idea by R. David Murray. | ||||
* | | Issue #6598: Increased time precision and random number range in | Serhiy Storchaka | 2015-05-19 | 1 | -0/+3 |
|\ \ | |/ | | | | | email.utils.make_msgid() to strengthen the uniqueness of the message ID. | ||||
| * | Issue #6598: Increased time precision and random number range in | Serhiy Storchaka | 2015-05-19 | 1 | -0/+3 |
| | | | | | | | | email.utils.make_msgid() to strengthen the uniqueness of the message ID. | ||||
* | | Fix Sphinx compile error. | Berker Peksag | 2015-05-18 | 1 | -1/+1 |
| | | | | | | | | ../../Misc/NEWS:60: ERROR: Unknown target name: "mangle_from". | ||||
* | | Fix typo in Misc/NEWS. | Berker Peksag | 2015-05-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix typo in Nisc/NEWS. | Berker Peksag | 2015-05-18 | 1 | -1/+1 |
| | | |||||
* | | Issue #24091: Fixed various crashes in corner cases in C implementation of | Serhiy Storchaka | 2015-05-18 | 1 | -0/+3 |
|\ \ | |/ | | | | | ElementTree. | ||||
| * | Issue #24091: Fixed various crashes in corner cases in C implementation of | Serhiy Storchaka | 2015-05-18 | 1 | -0/+3 |
| | | | | | | | | ElementTree. | ||||
* | | 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 |
| | | | | | | | | Patch by Jeffrey Armstrong. | ||||
| * | 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 |
| | | | | | | | | | | Patch by samwyse, completed by Arnon Yaari, and reviewed by Martin Panter. | ||||
* | | 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 |
| | | | | | | | | | | | | if they called on a closed object. Patch by John Hergenroeder. | ||||
| * | 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 |
| | | | | | | | | | | | | | | This defaults to True in the compat32 policy for backward compatibility, but to False for all new policies. Patch by Milan Oberkirch, with a few tweaks. | ||||
* | | #24211: Add RFC6532 support to the email library. | R David Murray | 2015-05-17 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | This could use more edge case tests, but the basic functionality is tested. (Note that this changeset does not add tailored support for the RFC 6532 message/global MIME type, but the email package generic facilities will handle it.) Reviewed by Maciej Szulik. | ||||
* | | 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 |
| | | | | | | | | Patch by Milan Oberkirch. | ||||
* | | 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 |
| | | | | | | | | Initial patch by Milan Oberkirch. | ||||
* | | 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 |
| | | | | | | | | | | assertWarnsRegex() checks now emits a deprecation warning when callable is None or keyword arguments except msg is passed in the context manager mode. | ||||
* | | 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 |
| | |