1. 48df37d Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError by Steve Dower · 8 years ago
  2. 33bc4a2 Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError by Steve Dower · 8 years ago
  3. e67c92e Comment/docstring tweaks for typing.py. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  4. b22c708 Comment/docstring tweaks for typing.py. by Guido van Rossum · 8 years ago
  5. b69d3fe Merge 3.5 (test_warnings) by Victor Stinner · 8 years ago
  6. 0025eb1 test_warnings: catch stderr and check warning by Victor Stinner · 8 years ago
  7. b6ae2ae Issue #18383: Merge warnings fix from 3.5 by Martin Panter · 8 years ago
  8. 43593a1 Issue #18383: Avoid adding duplicate filters when warnings is reloaded by Martin Panter · 8 years ago
  9. f157982 Issue #27076: More doc and comment spelling fixes for 3.6, by Ville Skyttä by Martin Panter · 8 years ago
  10. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  11. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  12. 70223d9 Added Type[C] implementation to typing.py. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  13. eb9aca3 Added Type[C] implementation to typing.py. by Guido van Rossum · 8 years ago
  14. 80ac11d Issue #23026: winreg.QueryValueEx() now return an integer for REG_QWORD type. (Patch by hakril) by Steve Dower · 8 years ago
  15. b0f80b0 Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. by Serhiy Storchaka · 8 years ago
  16. 8ec1175 Issue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android). by Serhiy Storchaka · 8 years ago
  17. 05d3921 Issue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android). by Serhiy Storchaka · 8 years ago
  18. 9fa149d Merge with 3.5 by Terry Jan Reedy · 8 years ago
  19. 5917f97 Issue #26673: Protect IDLE from Linux fonts with reported default size 0. by Terry Jan Reedy · 8 years ago
  20. 70b49f6 Fixed an error in previous commit. by Serhiy Storchaka · 8 years ago
  21. 0a91e43 Fixed an error in previous commit. by Serhiy Storchaka · 8 years ago
  22. 66e26ea Temporary skip curses tests on non-tty (issue #27067). by Serhiy Storchaka · 8 years ago
  23. 53a0035 Temporary skip curses tests on non-tty (issue #27067). by Serhiy Storchaka · 8 years ago
  24. 72005f1 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  25. f0200e0 asyncio: Fix BytesWarning (use typed=True in lru_cache for _ipaddr_info) by Yury Selivanov · 8 years ago
  26. b227b8b Issue #27067: Improved curses tests. by Serhiy Storchaka · 8 years ago
  27. 0eb39e7 Issue #27067: Improved curses tests. by Serhiy Storchaka · 8 years ago
  28. 010f361 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  29. eaaaee8 asyncio: Fix getaddrinfo to accept None/str/bytes for 'port' arg by Yury Selivanov · 8 years ago
  30. 742206d Issue #27063: Some unittest loader tests were silently skipped. by Serhiy Storchaka · 8 years ago
  31. 0dad755 Issue #27063: Some unittest loader tests were silently skipped. by Serhiy Storchaka · 8 years ago
  32. 2a95219 Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  33. 13e602e Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  34. f4049ee Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  35. 3dc5129 asyncio: Fix an SSL warning in StreamReaderProtocol.eof_received by Yury Selivanov · 8 years ago
  36. 1b8b423 regrtest: display test result (passed, failed, ...) by Victor Stinner · 8 years ago
  37. 6d81a21 regrtest doesn't ignore -j1 anymore by Victor Stinner · 8 years ago
  38. 2292edf Merge 3.5 (issue #26741) by Victor Stinner · 8 years ago
  39. b0d43ce asyncio: fix ResourceWarning related to subprocesses by Victor Stinner · 8 years ago
  40. 5a48e21 subprocess now emits a ResourceWarning warning by Victor Stinner · 8 years ago
  41. a58e2c5 Issue #26741: POSIX implementation of subprocess.Popen._execute_child() now by Victor Stinner · 8 years ago
  42. 7438c61 Use "with popen:" in test_subprocess by Victor Stinner · 8 years ago
  43. 03e6061 Back out pathlib.Path.path attr. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  44. 387e6e3 Back out pathlib.Path.path attr. (Merge 3.4->3.5) by Guido van Rossum · 8 years ago
  45. 3d4d01f Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289. by Guido van Rossum · 8 years ago
  46. c41c70f Fix #27014 -- infinite recursion using typing.py. (Merge 3.5 -> 3.6.) by Guido van Rossum · 8 years ago
  47. 1cea70f Fix #27014 -- infinite recursion using typing.py. by Guido van Rossum · 8 years ago
  48. b6686fe Fixed test_sizeof for deque. by Serhiy Storchaka · 8 years ago
  49. e23c90c Fixed test_sizeof for deque. by Serhiy Storchaka · 8 years ago
  50. 094c9c9 Issue #23275: Allow () = iterable assignment syntax by Berker Peksag · 8 years ago
  51. d619ff4 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  52. 092473e Issue #21939: Test IDLE percolator. Original patch by Saimadhav Heblikar. by Terry Jan Reedy · 8 years ago
  53. 7fc4116 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  54. fdec2a3 Issue #21676: test IDLE replace dialog. Original patch by Saimadhav Heblikar. by Terry Jan Reedy · 8 years ago
  55. 307676f Merge with 3.5 by Terry Jan Reedy · 8 years ago
  56. c359af1 Issue #18410: add missing parent argument. by Terry Jan Reedy · 8 years ago
  57. 40a0562 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  58. b236fe4 Issue #18410: Test IDLE's search dialog; original patch by Westley Martínez. by Terry Jan Reedy · 8 years ago
  59. 4284ffd Merge 3.6.0a1 updates by Ned Deily · 8 years ago
  60. 2deb1ea Merge with 3.5 by Terry Jan Reedy · 8 years ago
  61. 0495fa8 Issue #21703: Add test for undo delegator. Patch most by Saimadhav Heblikar . by Terry Jan Reedy · 8 years ago
  62. ef20cbf Merge with 3.5 by Terry Jan Reedy · 8 years ago
  63. 6b98ce2 Issue #27044: stop test_idle from leaking by deleting callbacks. by Terry Jan Reedy · 8 years ago
  64. 63063af Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  65. b461791 asyncio/streams: Fix code style; delete LimitOverrunError.message attr by Yury Selivanov · 8 years ago
  66. 82d9a2e Merge heads by Yury Selivanov · 8 years ago
  67. 8ace2c6 Merge 3.5 (Issue #27041) by Yury Selivanov · 8 years ago
  68. 7661db6 Issue #27041: asyncio: Add loop.create_future method by Yury Selivanov · 8 years ago
  69. 2e208b7 Issue #27031: Removed dummy methods in Tkinter widget classes: tk_menuBar() by Serhiy Storchaka · 8 years ago
  70. 7c3ac2d Merge 3.5 (issue #27040) by Yury Selivanov · 8 years ago
  71. 4b23494 Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 8 years ago
  72. 7ed7ce6 Issue #27040: Add loop.get_exception_handler method by Yury Selivanov · 8 years ago
  73. 7bf36da Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 8 years ago
  74. cae752a Update pydoc topics for 3.6.0a1 by Ned Deily · 8 years ago
  75. 8d0abb9 Issue #26073: Updates magic number comment in _bootstrap_external.py and changes numbers in launcher.py to decimal to match official table. by Steve Dower · 8 years ago
  76. 7ae61af Issue #26073: Updates magic number comment in _bootstrap_external.py and changes numbers in launcher.py to decimal to match official table. by Steve Dower · 8 years ago
  77. 0b39a55 Issue #14132, Issue #17214: Merge two redirect handling fixes from 3.5 by Martin Panter · 8 years ago
  78. c944c2d Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 8 years ago
  79. f95455d Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 8 years ago
  80. acef5de Backported tests for issue #18531. by Serhiy Storchaka · 8 years ago
  81. cbcc2fd Issue #27033: The default value of the decode_data parameter for by Serhiy Storchaka · 8 years ago
  82. 98019e1 Issue #27034: Removed deprecated class asynchat.fifo. by Serhiy Storchaka · 8 years ago
  83. 31e59aa Merge with 3.5 by Terry Jan Reedy · 8 years ago
  84. af7cf6d Issue 18910: Edit idle_test/README.txt to add 'requires' usage at module scope. by Terry Jan Reedy · 8 years ago
  85. c85dd85 Issue #26807: mock_open 'files' no longer error on readline at end of file. by Robert Collins · 8 years ago
  86. 9549a3e Issue #26807: mock_open 'files' no longer error on readline at end of file. by Robert Collins · 8 years ago
  87. 2b6c032 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  88. 33a8fb9 Issue #23977: Tweak IDLE Delegator and its test. by Terry Jan Reedy · 8 years ago
  89. e6f0609 Issue #17214: Percent-encode non-ASCII bytes in redirect targets by Martin Panter · 8 years ago
  90. ce6e068 Issue #14132: Fix redirect handling when target is just a query string by Martin Panter · 8 years ago
  91. 89d2a03 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  92. 5f4ac9f Issue #25747: remove undependable and possibly useless test. by Terry Jan Reedy · 8 years ago
  93. e607394 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  94. cd65a03 Issue #20640: Add https: to url prefixes so test passes on Darwin. by Terry Jan Reedy · 8 years ago
  95. 79f561d Issue #26870: Poll() also fails on OS X; try select() by Martin Panter · 8 years ago
  96. 2e1d868 Issue #26870: Avoid using kqueue() with pseudo-terminals by Martin Panter · 8 years ago
  97. f47fc55 Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only. by Serhiy Storchaka · 8 years ago
  98. 3d3f7e8 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  99. c64d942 Issue #20640: Add tests for idlelib.configHelpSourceEdit. by Terry Jan Reedy · 8 years ago
  100. 3e2a071 Issue #26870: Temporary debugging for OS X Snow Leopard lockup by Martin Panter · 8 years ago