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