- 782fb24 Null merge from 3.4 by Steve Dower · 10 years ago
- cbd3bd5 Closes #23160: Respect the environment variable SVNROOT in external-common.bat (patch by anselm.kruis) by Steve Dower · 10 years ago
- ab04064 Issue 23018: Add version info to python[w].exe by Steve Dower · 10 years ago
- 2587952 Fixes sys.winver generation and removes dependency on user32.dll by Steve Dower · 10 years ago
- a39eb0f Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
- 922bc2c Closes #23219: cancelling asyncio.wait_for() now cancels the task by Victor Stinner · 10 years ago
- 9fef524 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
- ab8848b asyncio: Close transports in tests by Victor Stinner · 10 years ago
- 4bf22e0 asyncio: Close the transport on subprocess creation failure by Victor Stinner · 10 years ago
- d021c1d Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
- fcd58de asyncio: Fix _ProactorBasePipeTransport.close() by Victor Stinner · 10 years ago
- 79c93ba asyncio: Fix _ProactorBasePipeTransport.__repr__() by Victor Stinner · 10 years ago
- 7d78d0d Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
- 02392c9 Issue #23243: Close explicitly transports in asyncio tests by Victor Stinner · 10 years ago
- 33cb039 Issue #23243: Close explicitly event loops in asyncio tests by Victor Stinner · 10 years ago
- 41ed958 Issue #23243: Fix asyncio._UnixWritePipeTransport.close() by Victor Stinner · 10 years ago
- 7e222f4 SSLProtocol: set the _transport attribute in the constructor by Victor Stinner · 10 years ago
- 791009b Issue #23242: asyncio.SubprocessStreamProtocol now closes the subprocess by Victor Stinner · 10 years ago
- fe47e66 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
- 72bdefb Issue #22560: Fix typo: call -> call_soon by Victor Stinner · 10 years ago
- 042dad7 Issue #22560: Fix SSLProtocol._on_handshake_complete() by Victor Stinner · 10 years ago
- 516aaa1 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
- e7a3571 StreamWriter: close() now clears the reference to the transport by Victor Stinner · 10 years ago
- 0443c92 merge with 3.4 by Georg Brandl · 10 years ago
- caa12da Closes #23244: fix typo. Thanks Mayank Tripathi for the patch. by Georg Brandl · 10 years ago
- 61f50bb Issue22997: minor doc update; thanks to Simoen Visser by Ethan Furman · 10 years ago
- 8a12329 Issue22997: minor doc update; thanks to Simoen Visser by Ethan Furman · 10 years ago
- e62430e Issue22988: clarify yield and exception blocks by Ethan Furman · 10 years ago
- 2f825af Issue22988: clarify yield and exception blocks by Ethan Furman · 10 years ago
- 9fdb0fe Issue20467: clarify __init__'s role by Ethan Furman · 10 years ago
- 845d33c Issue20467: clarify __init__'s role by Ethan Furman · 10 years ago
- 119479f Issue20467: clarify __init__'s role by Ethan Furman · 10 years ago
- 71f1c5c merge 3.4 (#23063) by Benjamin Peterson · 10 years ago
- 562b7cb fix parsing reST with code or code-block directives (closes #23063) by Benjamin Peterson · 10 years ago
- 93e42c0 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
- 29ad011 asyncio: sync with Tulip by Victor Stinner · 10 years ago
- 24be20a Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
- b92626d Issue #23197: On SSL handshake failure on matching hostname, check if the by Victor Stinner · 10 years ago
- a5e881d Closes #23234: Refactor subprocess by Victor Stinner · 10 years ago
- f664118 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
- 177e9f0 Issue #23197, asyncio: On SSL handshake failure, check if the waiter is by Victor Stinner · 10 years ago
- 923e06f Issue #22038, configure: HAVE_STD_ATOMIC now also check that "atomic_int" and by Victor Stinner · 10 years ago
- 3be472b Closes #23181: codepoint -> code point by Georg Brandl · 10 years ago
- 1a8ada8 No need to rebuild a constant dictionary on every call. Move convert mapping to module level. by Raymond Hettinger · 10 years ago
- e54dd0b Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
- f651a60 Python issue #23173: sync with Tulip by Victor Stinner · 10 years ago
- 9f5b690 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
- c2c12e4 Issue #23198: Reactor asyncio.StreamReader by Victor Stinner · 10 years ago
- 4ec0422 Issue #22560, asyncio doc: ProactorEventLoop now supports SSL! by Victor Stinner · 10 years ago
- 81a04f7 Merge 3.4 (asyncio: new SSL implementation) by Victor Stinner · 10 years ago
- 231b404 Issue #22560: New SSL implementation based on ssl.MemoryBIO by Victor Stinner · 10 years ago
- 7d5a956 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
- 9036e49 Tulip issue 184: Fix test_pipe() on Windows by Victor Stinner · 10 years ago
- b86a968 Issue #22922: Fix ProactorEventLoop.close() by Victor Stinner · 10 years ago
- 610bc6a merge 3.4 (#23221) by Benjamin Peterson · 10 years ago
- 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
- 458fc6f Issue #23209, #23225: selectors.BaseSelector.get_key() now raises a by Victor Stinner · 10 years ago
- 38dc250 Issue #23209, #23225: selectors.BaseSelector.close() now clears its internal by Victor Stinner · 10 years ago
- 17cba7d Issue #19777: Provide a home() classmethod on Path objects. by Antoine Pitrou · 10 years ago
- 2b4ec1c Merged 3.4 into default by Donald Stufft · 10 years ago
- d9fe22c Update setuptools to 11.3.1 by Donald Stufft · 10 years ago
- c114e7d remove extra definite article by Benjamin Peterson · 10 years ago
- dc3eaa8 Issue #23206: Make ``json.dumps(..., ensure_ascii=False)`` as fast as the default case of ``ensure_ascii=True``. Patch by Naoki Inada. by Antoine Pitrou · 10 years ago
- 2cae11e Issue #22952: improve multiprocessing doc introduction and defer notes until appropriate. by Antoine Pitrou · 10 years ago
- 73dd030 Issue #22952: improve multiprocessing doc introduction and defer notes until appropriate. by Antoine Pitrou · 10 years ago
- cc8617b Issue #21092: Merge from 3.4. by Mark Dickinson · 10 years ago
- dfe0b23 Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hyperbolic sine' (etc.). Remove meaningless reference to radians. by Mark Dickinson · 10 years ago
- a5d0c7c Issue #23185: add math.inf and math.nan constants. by Mark Dickinson · 10 years ago
- 845b14c Removed duplicated dict entries. by Serhiy Storchaka · 10 years ago
- e969439 Issue #19776: Fix test_pathlib.test_expanduser() by Victor Stinner · 10 years ago
- 645f896 merge 3.4 (#23210) by Benjamin Peterson · 10 years ago
- bcf8554 remove buzzword (closes #23210) by Benjamin Peterson · 10 years ago
- 0e98b83 Issue #23212: merge from 3.4 by Ned Deily · 10 years ago
- 54362ca Issue #23212: 3.4-specific OS X installer updates by Ned Deily · 10 years ago
- 97ad46b Issue #23212: Update OS X installer build OpenSSL to 1.0.1k. by Ned Deily · 10 years ago
- c50a9c1 (Merge 3.4) Issue #23209: Revert change on selectors, test_selectors failed. by Victor Stinner · 10 years ago
- 686fe6e Issue #23209: Revert change on selectors, test_selectors failed. by Victor Stinner · 10 years ago
- 6a825a8 Merge 3.4 (asyncio, selectors) by Victor Stinner · 10 years ago
- 587feb1 Issue #23209: Break some reference cycles in asyncio. Patch written by Martin by Victor Stinner · 10 years ago
- 3cd440d Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
- 70db9e4 asyncio: sync with Tulip by Victor Stinner · 10 years ago
- 02d8454 Issue #23014: Make importlib.abc.Loader.create_module() required when by Brett Cannon · 10 years ago
- 863c69c Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
- 7eb1031 asyncio: SelectSelector is limited to 512 sockets on Windows by Victor Stinner · 10 years ago
- a092a61 asyncio doc: fix section of event loop examples by Victor Stinner · 10 years ago
- 4f5366e Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for by Victor Stinner · 10 years ago
- b551fac Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
- 3531d90 asyncio: sync with Tulip by Victor Stinner · 10 years ago
- 25638d3 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
- 399c59d asyncio doc: list limitations to run subprocesses from different threads by Victor Stinner · 10 years ago
- 53a6d74 selectors: truncate to 80 characters by Victor Stinner · 10 years ago
- 12985b5 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
- 15cc678 asyncio: Truncate to 80 columns by Victor Stinner · 10 years ago
- 5403733 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
- 8d9c145 asyncio: _make_ssl_transport: make the waiter parameter optional by Victor Stinner · 10 years ago
- ef50fdf Merge with 3.4 by Terry Jan Reedy · 10 years ago
- 84d64a9 Issue #23184: delete unused idlelib file. by Terry Jan Reedy · 10 years ago
- 1504292 enable cert validation in test by Benjamin Peterson · 10 years ago
- 23ef9fa trying again by Benjamin Peterson · 10 years ago
- e6838e0 reorder cipher prefs by Benjamin Peterson · 10 years ago