1. b63c4fc Issue #25488: merge idle.py from 3.5. by Terry Jan Reedy · 8 years ago
  2. 1813aa1 Issue #25488: Stpp idle.py from adding a entry when it is a duplicate. by Terry Jan Reedy · 8 years ago
  3. c6b5f08 Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt. by Terry Jan Reedy · 8 years ago
  4. 55f3ae6 Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt. by Terry Jan Reedy · 8 years ago
  5. 095e32b merge 3.5 (#1703178) by Benjamin Peterson · 8 years ago
  6. 4254e8c build_ext: correctly parse the link_objects user option (closes #1703178) by Benjamin Peterson · 8 years ago
  7. 6a8e1ea Merge test cleanup from 3.5 into 3.6 by Martin Panter · 8 years ago
  8. c49b4d8 Remove disabled ctypes test by Martin Panter · 8 years ago
  9. 6c58c34 IDLE NEWS item and ack. by Terry Jan Reedy · 8 years ago
  10. 408b78c Issue #27322: Set sys.path to a temp dir in test_compile_path by Berker Peksag · 8 years ago
  11. eadf443 Issue #28303: Merge from 3.5 by Berker Peksag · 8 years ago
  12. aa5c2fd Issue #28303: Fix grammar in unittest.__doc__, patch by Shlomi Fish by Berker Peksag · 8 years ago
  13. d39370b Issue #28300: Merge from 3.5 by Berker Peksag · 8 years ago
  14. c16387b Issue #28300: Fix typos, patch by Shlomi Fish by Berker Peksag · 8 years ago
  15. e3fd248 Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12. by Alexander Belopolsky · 8 years ago
  16. 957b756 Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12. by Alexander Belopolsky · 8 years ago
  17. 6703e04 Update typing.py and test_typing.py from upstream (https://github.com/python/typing) (merge 3.5->3.6) by Guido van Rossum · 8 years ago
  18. 4cefe74 Update typing.py and test_typing.py from upstream (https://github.com/python/typing) by Guido van Rossum · 8 years ago
  19. 49d2c38 Issue #28283: Merge from 3.5 by Berker Peksag · 8 years ago
  20. 63461bc Issue #28283: Remove flaky test test_sock_connect_sock_write_race by Berker Peksag · 8 years ago
  21. 389ef9d Issue #21578: Fixed misleading error message when ImportError called with by Serhiy Storchaka · 8 years ago
  22. 47dee11 Issue #21578: Fixed misleading error message when ImportError called with by Serhiy Storchaka · 8 years ago
  23. a12e784 Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress(). by Serhiy Storchaka · 8 years ago
  24. c0b7037 Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress(). by Serhiy Storchaka · 8 years ago
  25. 9016f28 Issue #18844: Make the number of selections a keyword-only argument for random.choices(). by Raymond Hettinger · 8 years ago
  26. 22805ca Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() by Serhiy Storchaka · 8 years ago
  27. 407ac47 Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() by Serhiy Storchaka · 8 years ago
  28. 11179b2 Issue #18893: Merge from 3.5 by Berker Peksag · 8 years ago
  29. 8b6b508 Issue #18893: Fix invalid exception handling in Lib/ctypes/macholib/dyld.py by Berker Peksag · 8 years ago
  30. 0eb60a7 Issue #11957: Restored re tests for passing count and maxsplit as positional by Serhiy Storchaka · 8 years ago
  31. b02f8fc Issue #11957: Restored re tests for passing count and maxsplit as positional by Serhiy Storchaka · 8 years ago
  32. 1aca389 Issue #27611: Fixed support of default root window in the tkinter.tix module. by Serhiy Storchaka · 8 years ago
  33. e6f0199 Issue #27611: Fixed support of default root window in the tkinter.tix module. by Serhiy Storchaka · 8 years ago
  34. 6997946 Issue #28203: Merge from 3.5 by Mark Dickinson · 8 years ago
  35. 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
  36. a5d0765 Finish GC code for SSLSession and increase test coverage by Christian Heimes · 8 years ago
  37. 22ecc4b Issue #28221: Merge SSL test cleanup from 3.5 into 3.6 by Martin Panter · 8 years ago
  38. 8609cda Issue #28221: Remove unused assignment from test_asyncore_server() by Martin Panter · 8 years ago
  39. e370409 Add test cases for internal SHA3 helpers by Christian Heimes · 8 years ago
  40. 21c8c92 Merge 3.5 (issue #27829) by Victor Stinner · 8 years ago
  41. bd2ffa5 Issue #27829: regrtest -W displays stderr if env changed by Victor Stinner · 8 years ago
  42. 63dc548 Issue #28086: Single var-positional argument of tuple subtype was passed by Serhiy Storchaka · 8 years ago
  43. 5ed5487 Make Lib/test/ssltests.py more useful and faster for OpenSSL testing by Christian Heimes · 8 years ago
  44. 55b196a Make Lib/test/ssltests.py more useful and faster for OpenSSL testing by Christian Heimes · 8 years ago
  45. 3217b12 Merge socketserver fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  46. f3b0639 Issue #27348: Merge exception formatting fix from 3.5 into 3.6 by Martin Panter · 8 years ago
  47. 463ef2b Fix references to Python 3’s socketserver (lowercase) module by Martin Panter · 8 years ago
  48. bb8b1cb Issue #27348: Restore “Exception: None” formatting in traceback module by Martin Panter · 8 years ago
  49. e3d5040 Extend the test to lower pickle protocols. by Serhiy Storchaka · 8 years ago
  50. 92bb90a Extend the test to lower pickle protocols. by Serhiy Storchaka · 8 years ago
  51. b3d4e7f Issue #25651: Merge from 3.5 by Berker Peksag · 8 years ago
  52. 16ea19f Issue #25651: Allow falsy values to be used for msg parameter of subTest() by Berker Peksag · 8 years ago
  53. afd02a4 Issue #28214: Now __set_name__ is looked up on the class instead of the by Serhiy Storchaka · 8 years ago
  54. 1c56bf0 Merge 3.5 by Victor Stinner · 8 years ago
  55. 0256f42 test_asynico: fix test_sock_connect_sock_write_race() by Victor Stinner · 8 years ago
  56. 6692f01 merge by Raymond Hettinger · 8 years ago
  57. 7eb1bec Issue #28189: dictitems_contains no longer swallows compare errors. by Raymond Hettinger · 8 years ago
  58. 5820f3a Issue #28193: Use lru_cache in the re module. by Raymond Hettinger · 8 years ago
  59. 254ad58 Fix test_huntrleaks_fd_leak() of test_regrtest by Victor Stinner · 8 years ago
  60. 3515dcc issue23591: fix flag decomposition and repr by Ethan Furman · 8 years ago
  61. 9a7bbb2 Issue #25400: RobotFileParser now correctly returns default values for crawl_delay and request_rate by Berker Peksag · 8 years ago
  62. 5a5ae74 Issue #26610: Skip test_with_pip if _ctypes is not available in OpenIndiana by Berker Peksag · 8 years ago
  63. bf3c1c3 Issue #28075: Fix test_access_denied in Python 3.5 by Berker Peksag · 8 years ago
  64. 2a8d7f1 Issue #28151: Use pythontest.net in test_robotparser by Berker Peksag · 8 years ago
  65. 74f4af7 Issue #27932: Prevent memory leak in win32_ver(). by Steve Dower · 8 years ago
  66. 1ec262b Issue #27932: Prevent memory leak in win32_ver(). by Steve Dower · 8 years ago
  67. a7b1058 Issue #28176: Merge from 3.5 by Berker Peksag · 8 years ago
  68. bdcc8f9 Issue #28176: Increase timeout for test_sock_connect_sock_write_race by Berker Peksag · 8 years ago
  69. 6dd8eca Issue #28192: Adds tests for hook in isolated mode by Steve Dower · 8 years ago
  70. 5d625cf Issue #26384: Merge from 3.5 by Berker Peksag · 8 years ago
  71. bcfb35f Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfile by Berker Peksag · 8 years ago
  72. 313523c Issue #28192: Don't import readline in isolated mode by Steve Dower · 8 years ago
  73. 9a1c91a Fix test_access_denied in 3.5 by Berker Peksag · 8 years ago
  74. 052e4f1 Issue #28075: Merge from 3.5 by Berker Peksag · 8 years ago
  75. 0b4dc48 Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of os.stat() by Berker Peksag · 8 years ago
  76. abf275a Issue #22493: Warning message emitted by using inline flags in the middle of by Serhiy Storchaka · 8 years ago
  77. 7b4bcd2 Issue #25270: Merge from 3.5 by Berker Peksag · 8 years ago
  78. 4a72a7b Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed by Berker Peksag · 8 years ago
  79. de3f48a Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam. by Christian Heimes · 8 years ago
  80. a4961e5 Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam. by Christian Heimes · 8 years ago
  81. f8479ee Issue #25895: Merge from 3.5 by Berker Peksag · 8 years ago
  82. f676748 Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin by Berker Peksag · 8 years ago
  83. 355bbb0 Issue #28145: Merge spelling fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  84. 2dc77f0 Issue #28145: Spelling fixes by Martin Panter · 8 years ago
  85. 993b6f5 Merge 3.5 (issue #27759) by Yury Selivanov · 8 years ago
  86. 525aedc Issue #27759: Fix selectors incorrectly retain invalid file descriptors. by Yury Selivanov · 8 years ago
  87. 50fe711 Merge 3.5 (issue #28176) by Yury Selivanov · 8 years ago
  88. d6c6771 Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect. by Yury Selivanov · 8 years ago
  89. b76968b Merge 3.5 (asyncio, issue #26909) by Yury Selivanov · 8 years ago
  90. 4c5bf3b Issue #26909: Fix slow pipes IO in asyncio. by Yury Selivanov · 8 years ago
  91. 62b81c3 Merge 3.5 (issue #26654) by Yury Selivanov · 8 years ago
  92. 45dccda Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__. by Yury Selivanov · 8 years ago
  93. 1b984ff Merge 3.5 (issue #28174) by Yury Selivanov · 8 years ago
  94. 5587d7c Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio) by Yury Selivanov · 8 years ago
  95. d070154 Merge 3.5 (issue #27906) by Yury Selivanov · 8 years ago
  96. a1b0e7d Issue #27906: Fix socket accept exhaustion during high TCP traffic. by Yury Selivanov · 8 years ago
  97. 4357cf6 Another asyncio sync. by Yury Selivanov · 8 years ago
  98. 097a49e Merge heads 3.6 by Yury Selivanov · 8 years ago
  99. b26067a asyncio: Drop debug code by Yury Selivanov · 8 years ago
  100. 4af23d7 Use requires_os_func() to skip SpawnTests by Berker Peksag · 8 years ago