1. cb18b95 Issue #20898: Add a "HTTP status codes" section to avoid duplication in HTTP docs. by Berker Peksag · 10 years ago
  2. b53f0fb Issue #23266: Restore the performance of ipaddress.collapse_addresses() whith by Serhiy Storchaka · 10 years ago
  3. 1202a47 Issue 23261: Clean-up the hack to store the set.pop() search finger in a hash field instead of the setobject. by Raymond Hettinger · 10 years ago
  4. a556af7 Fixed tests for issue #23133 (pickling of IPv4Network was not tested). by Serhiy Storchaka · 10 years ago
  5. 5f38f5c Issue #23133: Pickling of ipaddress objects now produces more compact and by Serhiy Storchaka · 10 years ago
  6. e6f250e Issue #23266: Much faster implementation of ipaddress.collapse_addresses() when there are many non-consecutive addresses. by Antoine Pitrou · 10 years ago
  7. 82e07b9 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  8. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  9. 140fc9f Issue #23180: merge from 3.4 by Ned Deily · 10 years ago
  10. ccb416f Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart. by Ned Deily · 10 years ago
  11. 3bbb37e Issue #23211: Fix patch for 3.4 differences. by Ned Deily · 10 years ago
  12. cad3eb6 Issue #23211: merge from 3.4 by Ned Deily · 10 years ago
  13. 1e012e6 Issue #23211: Workaround test_logging failure on some OS X 10.6 systems: by Ned Deily · 10 years ago
  14. 1285c9b Issue #21817: When an exception is raised in a task submitted to a ProcessPoolExecutor, the remote traceback is now displayed in the parent process. by Antoine Pitrou · 10 years ago
  15. 26795ba Issue #15955: Add an option to limit output size when decompressing LZMA data. by Antoine Pitrou · 10 years ago
  16. e262074 Merge with 3.4 (#23256) by Zachary Ware · 10 years ago
  17. 465b057 Closes #23256: Avoid a crash in test_ctypes by Zachary Ware · 10 years ago
  18. 5b88329 merge 3.4 (#22986) by Benjamin Peterson · 10 years ago
  19. bd34162 capitialize "HttpOnly" and "Secure" as they appear in the standard and other impls (closes #23250) by Benjamin Peterson · 10 years ago
  20. 5f9fd1d Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  21. f716d8b Issue #22685: Fix test_pause_reading() of asyncio/test_subprocess by Victor Stinner · 10 years ago
  22. 0caf060 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  23. 406204c Backout changeset 6ab2575bc12b by Victor Stinner · 10 years ago
  24. a39eb0f Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  25. 922bc2c Closes #23219: cancelling asyncio.wait_for() now cancels the task by Victor Stinner · 10 years ago
  26. 9fef524 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  27. ab8848b asyncio: Close transports in tests by Victor Stinner · 10 years ago
  28. 4bf22e0 asyncio: Close the transport on subprocess creation failure by Victor Stinner · 10 years ago
  29. d021c1d Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  30. fcd58de asyncio: Fix _ProactorBasePipeTransport.close() by Victor Stinner · 10 years ago
  31. 79c93ba asyncio: Fix _ProactorBasePipeTransport.__repr__() by Victor Stinner · 10 years ago
  32. 7d78d0d Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  33. 02392c9 Issue #23243: Close explicitly transports in asyncio tests by Victor Stinner · 10 years ago
  34. 33cb039 Issue #23243: Close explicitly event loops in asyncio tests by Victor Stinner · 10 years ago
  35. 41ed958 Issue #23243: Fix asyncio._UnixWritePipeTransport.close() by Victor Stinner · 10 years ago
  36. 7e222f4 SSLProtocol: set the _transport attribute in the constructor by Victor Stinner · 10 years ago
  37. 791009b Issue #23242: asyncio.SubprocessStreamProtocol now closes the subprocess by Victor Stinner · 10 years ago
  38. fe47e66 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  39. 72bdefb Issue #22560: Fix typo: call -> call_soon by Victor Stinner · 10 years ago
  40. 042dad7 Issue #22560: Fix SSLProtocol._on_handshake_complete() by Victor Stinner · 10 years ago
  41. 516aaa1 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  42. e7a3571 StreamWriter: close() now clears the reference to the transport by Victor Stinner · 10 years ago
  43. 71f1c5c merge 3.4 (#23063) by Benjamin Peterson · 10 years ago
  44. 562b7cb fix parsing reST with code or code-block directives (closes #23063) by Benjamin Peterson · 10 years ago
  45. 93e42c0 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  46. 29ad011 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  47. 24be20a Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  48. b92626d Issue #23197: On SSL handshake failure on matching hostname, check if the by Victor Stinner · 10 years ago
  49. a5e881d Closes #23234: Refactor subprocess by Victor Stinner · 10 years ago
  50. f664118 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  51. 177e9f0 Issue #23197, asyncio: On SSL handshake failure, check if the waiter is by Victor Stinner · 10 years ago
  52. 1a8ada8 No need to rebuild a constant dictionary on every call. Move convert mapping to module level. by Raymond Hettinger · 10 years ago
  53. e54dd0b Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  54. f651a60 Python issue #23173: sync with Tulip by Victor Stinner · 10 years ago
  55. 9f5b690 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  56. c2c12e4 Issue #23198: Reactor asyncio.StreamReader by Victor Stinner · 10 years ago
  57. 81a04f7 Merge 3.4 (asyncio: new SSL implementation) by Victor Stinner · 10 years ago
  58. 231b404 Issue #22560: New SSL implementation based on ssl.MemoryBIO by Victor Stinner · 10 years ago
  59. 7d5a956 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  60. 9036e49 Tulip issue 184: Fix test_pipe() on Windows by Victor Stinner · 10 years ago
  61. b86a968 Issue #22922: Fix ProactorEventLoop.close() by Victor Stinner · 10 years ago
  62. 610bc6a merge 3.4 (#23221) by Benjamin Peterson · 10 years ago
  63. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
  64. 458fc6f Issue #23209, #23225: selectors.BaseSelector.get_key() now raises a by Victor Stinner · 10 years ago
  65. 38dc250 Issue #23209, #23225: selectors.BaseSelector.close() now clears its internal by Victor Stinner · 10 years ago
  66. 17cba7d Issue #19777: Provide a home() classmethod on Path objects. by Antoine Pitrou · 10 years ago
  67. 2b4ec1c Merged 3.4 into default by Donald Stufft · 10 years ago
  68. d9fe22c Update setuptools to 11.3.1 by Donald Stufft · 10 years ago
  69. c114e7d remove extra definite article by Benjamin Peterson · 10 years ago
  70. 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
  71. a5d0c7c Issue #23185: add math.inf and math.nan constants. by Mark Dickinson · 10 years ago
  72. 845b14c Removed duplicated dict entries. by Serhiy Storchaka · 10 years ago
  73. e969439 Issue #19776: Fix test_pathlib.test_expanduser() by Victor Stinner · 10 years ago
  74. c50a9c1 (Merge 3.4) Issue #23209: Revert change on selectors, test_selectors failed. by Victor Stinner · 10 years ago
  75. 686fe6e Issue #23209: Revert change on selectors, test_selectors failed. by Victor Stinner · 10 years ago
  76. 6a825a8 Merge 3.4 (asyncio, selectors) by Victor Stinner · 10 years ago
  77. 587feb1 Issue #23209: Break some reference cycles in asyncio. Patch written by Martin by Victor Stinner · 10 years ago
  78. 3cd440d Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  79. 70db9e4 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  80. 02d8454 Issue #23014: Make importlib.abc.Loader.create_module() required when by Brett Cannon · 10 years ago
  81. b551fac Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  82. 3531d90 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  83. 53a6d74 selectors: truncate to 80 characters by Victor Stinner · 10 years ago
  84. 12985b5 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  85. 15cc678 asyncio: Truncate to 80 columns by Victor Stinner · 10 years ago
  86. 5403733 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  87. 8d9c145 asyncio: _make_ssl_transport: make the waiter parameter optional by Victor Stinner · 10 years ago
  88. ef50fdf Merge with 3.4 by Terry Jan Reedy · 10 years ago
  89. 84d64a9 Issue #23184: delete unused idlelib file. by Terry Jan Reedy · 10 years ago
  90. 1504292 enable cert validation in test by Benjamin Peterson · 10 years ago
  91. 23ef9fa trying again by Benjamin Peterson · 10 years ago
  92. e6838e0 reorder cipher prefs by Benjamin Peterson · 10 years ago
  93. 44c7779 drop 256 by Benjamin Peterson · 10 years ago
  94. 359f298 try using AES256 by Benjamin Peterson · 10 years ago
  95. 8791d69 fix assertions after ciphers were changed by Benjamin Peterson · 10 years ago
  96. f78b78a rc4 is a long time favorite by Benjamin Peterson · 10 years ago
  97. 438a8db everyone should support AES ciphers by Benjamin Peterson · 10 years ago
  98. 9f6ecea include some more ciphers by Benjamin Peterson · 10 years ago
  99. aacd524 force test server to speak tlsv1 by Benjamin Peterson · 10 years ago
  100. e27a421 remove apparently wrong assertion about des bit size by Benjamin Peterson · 10 years ago