1. 407ac47 Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() by Serhiy Storchaka · 8 years ago
  2. 8b6b508 Issue #18893: Fix invalid exception handling in Lib/ctypes/macholib/dyld.py by Berker Peksag · 8 years ago
  3. b02f8fc Issue #11957: Restored re tests for passing count and maxsplit as positional by Serhiy Storchaka · 8 years ago
  4. e6f0199 Issue #27611: Fixed support of default root window in the tkinter.tix module. by Serhiy Storchaka · 8 years ago
  5. 613f8e5 Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). Patch by Soumya Sharma. by Mark Dickinson · 8 years ago
  6. 8609cda Issue #28221: Remove unused assignment from test_asyncore_server() by Martin Panter · 8 years ago
  7. bd2ffa5 Issue #27829: regrtest -W displays stderr if env changed by Victor Stinner · 8 years ago
  8. 55b196a Make Lib/test/ssltests.py more useful and faster for OpenSSL testing by Christian Heimes · 8 years ago
  9. 463ef2b Fix references to Python 3’s socketserver (lowercase) module by Martin Panter · 8 years ago
  10. bb8b1cb Issue #27348: Restore “Exception: None” formatting in traceback module by Martin Panter · 8 years ago
  11. 92bb90a Extend the test to lower pickle protocols. by Serhiy Storchaka · 8 years ago
  12. 16ea19f Issue #25651: Allow falsy values to be used for msg parameter of subTest() by Berker Peksag · 8 years ago
  13. 0256f42 test_asynico: fix test_sock_connect_sock_write_race() by Victor Stinner · 8 years ago
  14. 7eb1bec Issue #28189: dictitems_contains no longer swallows compare errors. by Raymond Hettinger · 8 years ago
  15. 5a5ae74 Issue #26610: Skip test_with_pip if _ctypes is not available in OpenIndiana by Berker Peksag · 8 years ago
  16. bf3c1c3 Issue #28075: Fix test_access_denied in Python 3.5 by Berker Peksag · 8 years ago
  17. 1ec262b Issue #27932: Prevent memory leak in win32_ver(). by Steve Dower · 8 years ago
  18. bdcc8f9 Issue #28176: Increase timeout for test_sock_connect_sock_write_race by Berker Peksag · 8 years ago
  19. bcfb35f Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfile by Berker Peksag · 8 years ago
  20. 9a1c91a Fix test_access_denied in 3.5 by Berker Peksag · 8 years ago
  21. 0b4dc48 Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of os.stat() by Berker Peksag · 8 years ago
  22. 4a72a7b Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed by Berker Peksag · 8 years ago
  23. a4961e5 Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam. by Christian Heimes · 8 years ago
  24. f676748 Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin by Berker Peksag · 8 years ago
  25. 2dc77f0 Issue #28145: Spelling fixes by Martin Panter · 8 years ago
  26. 525aedc Issue #27759: Fix selectors incorrectly retain invalid file descriptors. by Yury Selivanov · 8 years ago
  27. d6c6771 Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect. by Yury Selivanov · 8 years ago
  28. 4c5bf3b Issue #26909: Fix slow pipes IO in asyncio. by Yury Selivanov · 8 years ago
  29. 45dccda Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__. by Yury Selivanov · 8 years ago
  30. 5587d7c Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio) by Yury Selivanov · 8 years ago
  31. a1b0e7d Issue #27906: Fix socket accept exhaustion during high TCP traffic. by Yury Selivanov · 8 years ago
  32. 4357cf6 Another asyncio sync. by Yury Selivanov · 8 years ago
  33. f6d991d asyncio: Sync with the upstream by Yury Selivanov · 8 years ago
  34. e6265e9 Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp(). by Serhiy Storchaka · 8 years ago
  35. 4aa74c4 Issue #28131: Fix a regression in zipimport's compile_source() by Berker Peksag · 8 years ago
  36. ac2d1c7 Issue #27952: Capture stderr in run_script() by Berker Peksag · 8 years ago
  37. 076366c Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributes by Raymond Hettinger · 8 years ago
  38. 4b73676 Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 8 years ago
  39. 44c19ec Issue #27456: asyncio: Set TCP_NODELAY by default. by Yury Selivanov · 8 years ago
  40. a05a6ef asyncio: Add set_protocol / get_protocol methods to Transports by Yury Selivanov · 8 years ago
  41. 0a6976d Issue #28079: Update typing and test typing from python/typing repo. by Guido van Rossum · 8 years ago
  42. 0e0cfd7 #19003: Only replace \r and/or \n line endings in email.generator. by R David Murray · 8 years ago
  43. 8d82559 Fixes #25671: Updated prompt handling in activate.fish. by Vinay Sajip · 8 years ago
  44. b766538 Issue #27952: Get fixcid.py working with the re module by Martin Panter · 8 years ago
  45. 3a95f45 Remove the debug print that i accidentally left in. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  46. cc66a65 Backported tests for issue #28070. by Serhiy Storchaka · 8 years ago
  47. d92cecb IDLE newx items. by Terry Jan Reedy · 8 years ago
  48. 109bc3a Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files by Steve Dower · 8 years ago
  49. f028d9f Issue #27932: Backs out change by Steve Dower · 8 years ago
  50. 99e843b Correct spelling in documentation and code comment by Martin Panter · 8 years ago
  51. c7a070e regrtest: accept options after test names by Victor Stinner · 8 years ago
  52. 8ddcf3a Issue #28019: itertools.count() no longer rounds non-integer step in range by Serhiy Storchaka · 8 years ago
  53. e617521 Use raw string for regexp by Guido van Rossum · 8 years ago
  54. 2832574 Issue #25969: Update the lib2to3 grammar to handle the unpacking by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  55. dbdf029 remove fix_callable - callable() was readded many releases ago. by Gregory P. Smith · 8 years ago
  56. 6a294a5 Issue #27932: Fixes memory leak in platform.win32_ver() by Steve Dower · 8 years ago
  57. 8dcc48e Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun) by Steve Dower · 8 years ago
  58. 347dc95 #14977: Make mailcap respect the order of the lines in the mailcap file. by R David Murray · 8 years ago
  59. ae9e5f0 Issue #22450: Use "Accept: */*" in the default headers for urllib.request by Raymond Hettinger · 8 years ago
  60. 7b3b3dc Merge asyncio upstream. by Guido van Rossum · 8 years ago
  61. 1140a03 Rename Future._blocking to _asyncio_future_blocking. by Guido van Rossum · 8 years ago
  62. 94a7927 #28047: Fix calculation of base64 line length. by R David Murray · 8 years ago
  63. 41519b2 Issue #26513: Fixes platform module detection of Windows Server by Steve Dower · 8 years ago
  64. 6bde454 Merge 3.4 by Donald Stufft · 8 years ago
  65. 16d7d59 Upgrade setuptools to 27.1.2 by Donald Stufft · 8 years ago
  66. 621333d Merge 3.4 by Donald Stufft · 8 years ago
  67. d25d9dc Upgrade setuptools to 27.1.1 by Donald Stufft · 8 years ago
  68. eaab1ca #27630: Be consistent in how _XXX/_encoded_XXX vars are initialized. by R David Murray · 8 years ago
  69. 262b679 Issue #26020: Fix evaluation order for set literals by Raymond Hettinger · 8 years ago
  70. 5dc504c Issue28010 - Make http.client.HTTPConnection.putrequest documentation consistent with the code. by Senthil Kumaran · 8 years ago
  71. 37156a7 Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions by Davin Potts · 8 years ago
  72. 2b2a9be9 Issue #27445: Don't pass str(_charset) to MIMEText.set_payload() by Berker Peksag · 8 years ago
  73. 82733fa Issue11551 - Increase the test coverage of _dummy_thread module to 100%. by Senthil Kumaran · 8 years ago
  74. 9719161 Fix indentation (reindent.py). by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  75. dd1c638 lib2to3.pgen3.driver.load_grammar() now creates a stable cache file by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  76. d61910c Fixes #27930: improved QueueListener behaviour. by Vinay Sajip · 8 years ago
  77. 0f0eac4 Issue #27993: Fix problems with plural objects in docs and comments by Martin Panter · 8 years ago
  78. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  79. be8da9c Issue #27570: Avoid zero-length memcpy() calls with null source pointers by Martin Panter · 8 years ago
  80. dc1650c #22233: Only split headers on \r and/or \n, per email RFCs. by R David Murray · 8 years ago
  81. c2e2473 27988: Make sure iter_attachments does not mutate the payload list. by R David Murray · 8 years ago
  82. 48c8830 capture stderr to silence output during test_coroutines (closes #27968) by Benjamin Peterson · 8 years ago
  83. 32d3742 [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder". by Senthil Kumaran · 8 years ago
  84. 4bf580d Issue #21250: Add tests for SQLite's ON CONFLICT clause by Berker Peksag · 8 years ago
  85. 1c03abd Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs. by Christian Heimes · 8 years ago
  86. 03d13c0 Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. by Christian Heimes · 8 years ago
  87. cbef66d suppress stderr output when checking gdb (closes #27969) by Benjamin Peterson · 8 years ago
  88. 1f5fd64 Issue #27960: Revert state to 675e20c38fdac6, backing out all changes by developed for Issue #12885. by Jason R. Coombs · 8 years ago
  89. 4672060 Update pkgutil docs to reference appropriate finder and loader object documentation. by Senthil Kumaran · 8 years ago
  90. f4a7381 Issue #27748: Backed out changeset f845e24d794e by Zachary Ware · 8 years ago
  91. 9ed756b Issue #27748: strengthen test_alias_nofallback by Zachary Ware · 8 years ago
  92. 598894f Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. by Christian Heimes · 8 years ago
  93. b3b7a5a Issue #27748: Simplify test_winsound. by Zachary Ware · 8 years ago
  94. 2f40ed4 do not allow _PyGen_Finalize to fail (closes #27811) by Benjamin Peterson · 8 years ago
  95. fb5ce7e Issue #27918# test.resource.is_gui_available no longer flashes tk window. by Terry Jan Reedy · 8 years ago
  96. 16eb827 Improve docs for random.seed() by Raymond Hettinger · 8 years ago
  97. ab7b0a0 Fixes #27937: optimise code used in all logging calls. by Vinay Sajip · 8 years ago
  98. f0f1c23 Issue 27936: Fix inconsistent round() behavior between float and int by Raymond Hettinger · 8 years ago
  99. 79ae967 Issue #12885: Revert commits in 3.4 branch which is security-only fixes. by Jason R. Coombs · 8 years ago
  100. b44c849 Merge backout for test suite fix by Jason R. Coombs · 8 years ago