1. 610bc6a merge 3.4 (#23221) by Benjamin Peterson · 10 years ago
  2. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
  3. 458fc6f Issue #23209, #23225: selectors.BaseSelector.get_key() now raises a by Victor Stinner · 10 years ago
  4. 38dc250 Issue #23209, #23225: selectors.BaseSelector.close() now clears its internal by Victor Stinner · 10 years ago
  5. 17cba7d Issue #19777: Provide a home() classmethod on Path objects. by Antoine Pitrou · 10 years ago
  6. 2b4ec1c Merged 3.4 into default by Donald Stufft · 10 years ago
  7. d9fe22c Update setuptools to 11.3.1 by Donald Stufft · 10 years ago
  8. c114e7d remove extra definite article by Benjamin Peterson · 10 years ago
  9. 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
  10. 2cae11e Issue #22952: improve multiprocessing doc introduction and defer notes until appropriate. by Antoine Pitrou · 10 years ago
  11. 73dd030 Issue #22952: improve multiprocessing doc introduction and defer notes until appropriate. by Antoine Pitrou · 10 years ago
  12. cc8617b Issue #21092: Merge from 3.4. by Mark Dickinson · 10 years ago
  13. 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
  14. a5d0c7c Issue #23185: add math.inf and math.nan constants. by Mark Dickinson · 10 years ago
  15. 845b14c Removed duplicated dict entries. by Serhiy Storchaka · 10 years ago
  16. e969439 Issue #19776: Fix test_pathlib.test_expanduser() by Victor Stinner · 10 years ago
  17. 645f896 merge 3.4 (#23210) by Benjamin Peterson · 10 years ago
  18. bcf8554 remove buzzword (closes #23210) by Benjamin Peterson · 10 years ago
  19. 0e98b83 Issue #23212: merge from 3.4 by Ned Deily · 10 years ago
  20. 54362ca Issue #23212: 3.4-specific OS X installer updates by Ned Deily · 10 years ago
  21. 97ad46b Issue #23212: Update OS X installer build OpenSSL to 1.0.1k. by Ned Deily · 10 years ago
  22. c50a9c1 (Merge 3.4) Issue #23209: Revert change on selectors, test_selectors failed. by Victor Stinner · 10 years ago
  23. 686fe6e Issue #23209: Revert change on selectors, test_selectors failed. by Victor Stinner · 10 years ago
  24. 6a825a8 Merge 3.4 (asyncio, selectors) by Victor Stinner · 10 years ago
  25. 587feb1 Issue #23209: Break some reference cycles in asyncio. Patch written by Martin by Victor Stinner · 10 years ago
  26. 3cd440d Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  27. 70db9e4 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  28. 02d8454 Issue #23014: Make importlib.abc.Loader.create_module() required when by Brett Cannon · 10 years ago
  29. 863c69c Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  30. 7eb1031 asyncio: SelectSelector is limited to 512 sockets on Windows by Victor Stinner · 10 years ago
  31. a092a61 asyncio doc: fix section of event loop examples by Victor Stinner · 10 years ago
  32. 4f5366e Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for by Victor Stinner · 10 years ago
  33. b551fac Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  34. 3531d90 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  35. 25638d3 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  36. 399c59d asyncio doc: list limitations to run subprocesses from different threads by Victor Stinner · 10 years ago
  37. 53a6d74 selectors: truncate to 80 characters by Victor Stinner · 10 years ago
  38. 12985b5 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  39. 15cc678 asyncio: Truncate to 80 columns by Victor Stinner · 10 years ago
  40. 5403733 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  41. 8d9c145 asyncio: _make_ssl_transport: make the waiter parameter optional by Victor Stinner · 10 years ago
  42. ef50fdf Merge with 3.4 by Terry Jan Reedy · 10 years ago
  43. 84d64a9 Issue #23184: delete unused idlelib file. by Terry Jan Reedy · 10 years ago
  44. 1504292 enable cert validation in test by Benjamin Peterson · 10 years ago
  45. 23ef9fa trying again by Benjamin Peterson · 10 years ago
  46. e6838e0 reorder cipher prefs by Benjamin Peterson · 10 years ago
  47. 44c7779 drop 256 by Benjamin Peterson · 10 years ago
  48. 359f298 try using AES256 by Benjamin Peterson · 10 years ago
  49. 8791d69 fix assertions after ciphers were changed by Benjamin Peterson · 10 years ago
  50. f78b78a rc4 is a long time favorite by Benjamin Peterson · 10 years ago
  51. 438a8db everyone should support AES ciphers by Benjamin Peterson · 10 years ago
  52. a65766e Issue #20487: Clarify meaning of "side effect" in the magic mock documentation. by Berker Peksag · 10 years ago
  53. 283f1aa Issue #20487: Clarify meaning of "side effect" in the magic mock documentation. by Berker Peksag · 10 years ago
  54. 9f6ecea include some more ciphers by Benjamin Peterson · 10 years ago
  55. aacd524 force test server to speak tlsv1 by Benjamin Peterson · 10 years ago
  56. e27a421 remove apparently wrong assertion about des bit size by Benjamin Peterson · 10 years ago
  57. baf7c1e use SSL_get_session by Benjamin Peterson · 10 years ago
  58. 5318c7a explain None can be returned by Benjamin Peterson · 10 years ago
  59. 4cb1781 expose the client's cipher suites from the handshake (closes #23186) by Benjamin Peterson · 10 years ago
  60. e5db863 Minor speed-up. Use local variable instead of a global lookup. by Raymond Hettinger · 10 years ago
  61. f212636 Issue #19548: clean up merge issues in codecs docs by Nick Coghlan · 10 years ago
  62. 582acb7 Merge issue 19548 changes from 3.4 by Nick Coghlan · 10 years ago
  63. b9fdb7a Issue 19548: update codecs module documentation by Nick Coghlan · 10 years ago
  64. 5d57539 Issue #23145: regrtest now shows errors and raises an exception if by Victor Stinner · 10 years ago
  65. 4da9f32 Null merge 3.4 (changes already applied to Python 3.5) by Victor Stinner · 10 years ago
  66. fcfed19 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The by Victor Stinner · 10 years ago
  67. 3ce67a9 Issue #23177: Document that ssl.RAND_egd() is not available with LibreSSL by Victor Stinner · 10 years ago
  68. a84079d Null merge python 3.4 (change already applied to Python 3.5) by Victor Stinner · 10 years ago
  69. 9d01717 Issue #20896, #22935: The ssl.get_server_certificate() function now uses the by Victor Stinner · 10 years ago
  70. 0298042 Closes #21980: Added a __repr__ for LogRecord. by Vinay Sajip · 10 years ago
  71. 2fb1efe Closes #23151: Removed unnecessary initialization. by Vinay Sajip · 10 years ago
  72. 789b805 test_ssl: add more debug to investigate test_openssl_version() failure on by Victor Stinner · 10 years ago
  73. 4908f71 Merge with 3.4 by Zachary Ware · 10 years ago
  74. 5819cfa Cosmetic fixes to the 'Develop with asyncio' page by Zachary Ware · 10 years ago
  75. 57a3786 merge by Raymond Hettinger · 10 years ago
  76. 0603d30 Issue #23132: Mitigate regression in speed and clarity in functools.total_ordering. by Raymond Hettinger · 10 years ago
  77. 4ae5467 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  78. 212994e Issue #23140, asyncio: Simplify the unit test by Victor Stinner · 10 years ago
  79. 43a8534 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  80. c447ba0 Issue #23140, asyncio: Fix cancellation of Process.wait(). Check the state of by Victor Stinner · 10 years ago
  81. 2b014b3 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  82. 8c1a4a2 Issue #23046: Expose the BaseEventLoop class in the asyncio namespace by Victor Stinner · 10 years ago
  83. 743ffe2 merge 3.4 by Benjamin Peterson · 10 years ago
  84. 63b5558 emphasize that cffi is better than extension modules for portability by Benjamin Peterson · 10 years ago
  85. 04c365d Issue #22165: merge from 3.4 by Ned Deily · 10 years ago
  86. 1418320 Issue #22165: Skip test_undecodable_filename on OS X prior to 10.5. by Ned Deily · 10 years ago
  87. 81da286 Issue #18644: Fix a ResourceWarning in formatter.test(). by Berker Peksag · 10 years ago
  88. d91082c Issue #18644: Fix a ResourceWarning in formatter.test(). by Berker Peksag · 10 years ago
  89. dc5fdc5 merge 3.4 (#23167) by Benjamin Peterson · 10 years ago
  90. b461000 the current marshal version is 4 (closes #23167) by Benjamin Peterson · 10 years ago
  91. f869341 merge 3.4 (#23165) by Benjamin Peterson · 10 years ago
  92. 10ecaa2 merge 3.3 (closes #23165) by Benjamin Peterson · 10 years ago
  93. 72c2a0f merge 3.2 (closes #23165) by Benjamin Peterson · 10 years ago
  94. f18bf6f add some overflow checks before multiplying (closes #23165) by Benjamin Peterson · 10 years ago
  95. 9eb1faf fix issue23157 - time_hashlib hadn't been ported to Python 3. by Gregory P. Smith · 10 years ago
  96. 5719ef1 fix issue23157 - time_hashlib hadn't been ported to Python 3. by Gregory P. Smith · 10 years ago
  97. 7037cf7 Closes #23154: Fix unnecessary recompilation of OpenSSL on Windows by Zachary Ware · 10 years ago
  98. bc26646 Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8. by Antoine Pitrou · 10 years ago
  99. 5e8430d Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8. by Antoine Pitrou · 10 years ago
  100. 60779a5 Update bundled pip and setuptools to 6.0.6 and 11.0. by Donald Stufft · 10 years ago