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