- e79ec70 Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
- 08d230a Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
- 35e24a5 merge: Upgrade pip to 7.0 and setuptools to 16.0 by Donald Stufft · 9 years ago
- df9ba36 Upgrade pip to 7.0 and setuptools to 16.0 by Donald Stufft · 9 years ago
- b560158 Set stacklevel to 2 to get more accurate warning messages from deprecated functions. by Berker Peksag · 9 years ago
- 095fb84 Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__ by Yury Selivanov · 9 years ago
- bf341fb Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__ by Yury Selivanov · 9 years ago
- b2f3c23 Issue #23985: Fixed integer overflow in iterator object. Patch by by Serhiy Storchaka · 9 years ago
- 4faf5c5 Issue #23985: Fixed integer overflow in iterator object. Patch by by Serhiy Storchaka · 9 years ago
- 041dd8e Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
- ff54223 Issue 24017: Use abc.Coroutine in inspect.iscoroutine() function by Yury Selivanov · 9 years ago
- 57c74fc Issue 24248: Deprecate inspect.Signature.from_function and .from_builtin by Yury Selivanov · 9 years ago
- 45d6156 Issue #9858: Add missing method stubs to _io.RawIOBase. Patch by Laura Rupprecht. by Antoine Pitrou · 9 years ago
- 6033585 Issue #22955: Fixed test_operator. It left Python implementation in by Serhiy Storchaka · 9 years ago
- cf45f02 inspect.Signature: Factor out Signature.from_function to a private helper by Yury Selivanov · 9 years ago
- bcd4fc1 Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable. by Yury Selivanov · 9 years ago
- 1f507a8 Issue 24215: Added tests for more builtin types in test_pprint. by Serhiy Storchaka · 9 years ago
- cbfe07e Issue 24215: Added tests for more builtin types in test_pprint. by Serhiy Storchaka · 9 years ago
- 3ddcfb1 Issue #24134: Use assertRaises() in context manager form in test_slice to by Serhiy Storchaka · 9 years ago
- c0e0022 Issue #24134: Use assertRaises() in context manager form in test_slice to by Serhiy Storchaka · 9 years ago
- 35ac5f8 Issue #22955: attrgetter, itemgetter and methodcaller objects in the operator by Serhiy Storchaka · 9 years ago
- 5418d0b Issue #24245: Eliminated senseless expect clauses that have no any effect in by Serhiy Storchaka · 9 years ago
- ef94869 Issue #24245: Eliminated senseless expect clauses that have no any effect in by Serhiy Storchaka · 9 years ago
- e98209c Issue #24245: Eliminated senseless expect clauses that have no any effect. by Serhiy Storchaka · 9 years ago
- ba9ac5b Issue #16261: Converted some bare except statements to except statements by Serhiy Storchaka · 9 years ago
- 492f027 Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 9 years ago
- 5d6b7b1 Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 9 years ago
- ef64847 Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data. by Antoine Pitrou · 9 years ago
- 2545411 Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data. by Antoine Pitrou · 9 years ago
- 6371446 #24215: also back out changeset that broke test_trace in 3.4. by R David Murray · 9 years ago
- 7bc452d Back out changeset 955dffec3d94 since it broke the buildbots. by R David Murray · 9 years ago
- 5bfc03f Issue #23780: Improved error message in os.path.join() with single argument. by Serhiy Storchaka · 9 years ago
- 6baa0a5 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
- ae760c0 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
- 8687275 Issue 24205: Improve inspect.Signature.bind() error messages. by Yury Selivanov · 9 years ago
- 8085b80 Issue 24226: Fix parsing of many sequential one-line 'def' statements. by Yury Selivanov · 9 years ago
- a2c145c Issue #24091: Fixed various crashes in corner cases in C implementation of by Serhiy Storchaka · 9 years ago
- 5bf3120 Issue #24091: Fixed various crashes in corner cases in C implementation of by Serhiy Storchaka · 9 years ago
- c0937f7 Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 9 years ago
- ca7fecb Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 9 years ago
- 4baebfe Issue #21337: Add bare-bones Tix test by Zachary Ware · 9 years ago
- c17686f Issue #13866: add *quote_via* argument to urlencode. by R David Murray · 9 years ago
- 8308444 #24218: Add SMTPUTF8 support to send_message. by R David Murray · 9 years ago
- 740d613 merge by Raymond Hettinger · 9 years ago
- 610a51f Issue #23757: Only call the concrete list API for exact lists. by Raymond Hettinger · 9 years ago
- fdb23c2 #20098: add mangle_from_ policy option. by R David Murray · 9 years ago
- 224ef3e #24211: Add RFC6532 support to the email library. by R David Murray · 9 years ago
- bbbff3f Merge with 3.4 by Terry Jan Reedy · 9 years ago
- 296c66e Issue #24199: Make idlever module self updating. Syop using it in aboutDialog. by Terry Jan Reedy · 9 years ago
- f7e3938 Fixed issue #16314 test for the case when lzma is not available. by Serhiy Storchaka · 9 years ago
- c7e0522 Merge with 3.4 by Terry Jan Reedy · 9 years ago
- a0b8a50 Issue #24212: Put reference in idle.__main__ to issue with explanation. by Terry Jan Reedy · 9 years ago
- 9e7990a Issue #24210: Silence more PendingDeprecationWarning warnings in tests. by Berker Peksag · 9 years ago
- b744f3a #21083: add get_content_disposition method to email.message. by R David Murray · 9 years ago
- b9cec6a Issue #16314: Added support for the LZMA compression in distutils. by Serhiy Storchaka · 9 years ago
- b8cd3e4 #21804: Add RFC 6856 (UTF8) support to poplib. by R David Murray · 9 years ago
- 8eb1f07 Issue #18682: Optimized pprint functions for builtin scalar types. by Serhiy Storchaka · 9 years ago
- 6d90fd5 Added tests for more builtin types. Made test_pprint discoverable. by Serhiy Storchaka · 9 years ago
- 5dbb40f Added tests for more builtin types. Made test_pprint discoverable. by Serhiy Storchaka · 9 years ago
- b9731f2 Merge with 3.4 by Terry Jan Reedy · 9 years ago
- 031d064 Issue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart. by Terry Jan Reedy · 9 years ago
- cee7cf6 #22027: Add RFC6531 support to smtplib. by R David Murray · 9 years ago
- b907a51 Issue 24190: Add inspect.BoundArguments.apply_defaults() method. by Yury Selivanov · 9 years ago
- 1392f71 Issue #24210: Silence a PendingDeprecationWarning warning in platform.platform(). by Berker Peksag · 9 years ago
- 6738b11 Issue 24208: Fix tests -- don't create a tempdir in __init__. by Yury Selivanov · 9 years ago
- de12b79 allow test node after ** in calls (closes #24176) by Benjamin Peterson · 9 years ago
- df573d6 Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
- a7d00c2 Reverted issue #24134 changes (except new tests). by Serhiy Storchaka · 9 years ago
- 75fb816 Issue #23184: idle tests, remove unused names and imports. by Terry Jan Reedy · 9 years ago
- 183a941 Issue #24192: Fix namespace package imports. by Eric Snow · 9 years ago
- 188c18d Merge 3.4 #23184: idle tests, remove unused names and imports. by Terry Jan Reedy · 9 years ago
- 7fae66c Merge with 3.4 Issue #23184: idlelib, remove more unused names and imports. by Terry Jan Reedy · 9 years ago
- 038c16b Issue #23184: idlelib, remove more unused names and imports. by Terry Jan Reedy · 9 years ago
- 0cd2bf4 Issue 24200: Fix broken unittest. by Yury Selivanov · 9 years ago
- f229bc5 inspect: Remove "0x..." IDs from Signature objects' __repr__ by Yury Selivanov · 9 years ago
- 3f6538f Issue 22547: Implement informative __repr__ for inspect.BoundArguments by Yury Selivanov · 9 years ago
- 6b4046f Merge by Yury Selivanov · 9 years ago
- 4cfd4ea inspect: Test that BoundArguments.__eq__ repects the order of params by Yury Selivanov · 9 years ago
- 692b340 inspect: Micro-optimize __eq__ for Signature, Parameter and BoundArguments by Yury Selivanov · 9 years ago
- 8aad7f2 Merge with 3.4 by Terry Jan Reedy · 9 years ago
- 2733618 idlelib: remove unused names and imports (one is a duplicate import). by Terry Jan Reedy · 9 years ago
- e0104ae Issue 24184: Add AsyncIterator and AsyncIterable to collections.abc. by Yury Selivanov · 9 years ago
- 08e5300 collections.abc.tests: Remove some unnecessary code. by Yury Selivanov · 9 years ago
- aded55c collections.abc: Test that if an object is a Coroutine it is also an Awaitable by Yury Selivanov · 9 years ago
- 6abe032 inspect: Add __slots__ to BoundArguments. by Yury Selivanov · 9 years ago
- 9113dc7 Issue 24017: More tests for 'async for' and 'async with'. by Yury Selivanov · 9 years ago
- c41632a asyncio/tests: Drop unused import. by Yury Selivanov · 9 years ago
- 6c792bd asyncio: Add a test for asyncio.iscoroutine(). by Yury Selivanov · 9 years ago
- af928b6 asyncio: Use 'collections.abc.Coroutine' in asyncio.iscoroutine. by Yury Selivanov · 9 years ago
- c58cca5 asyncio: Use 'collections.abc.Coroutine' in asyncio.iscoroutine (in 3.5) by Yury Selivanov · 9 years ago
- d08c363 Sync asyncio code from default branch. by Yury Selivanov · 9 years ago
- 33c6b56 Issue 24179: Support 'async for' for asyncio.StreamReader. by Yury Selivanov · 9 years ago
- 29f88c2 Issue 24178: support 'async with' for asyncio locks. by Yury Selivanov · 9 years ago
- 50c72d2 Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers. by Berker Peksag · 9 years ago
- 3a81f9b Issue #22064: Improve the misleading message from 2to3 when skipping optional fixers. by Berker Peksag · 9 years ago
- 2f3742b Issue #1322: platform.dist() and platform.linux_distribution() functions are now deprecated. by Berker Peksag · 9 years ago
- eac503a Issue #24064: Property() docstrings are now writeable. (Patch by Berker Peksag.) by Raymond Hettinger · 9 years ago
- 37ac590 Clean up test_coroutines a bit. by Zachary Ware · 9 years ago
- baaadbf Issue 24017: fix for "async with" refcounting by Nick Coghlan · 9 years ago
- 84d3e76 Issue #23911: Fix ctypes test on Windows. by Zachary Ware · 9 years ago