1. 010f361 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  2. eaaaee8 asyncio: Fix getaddrinfo to accept None/str/bytes for 'port' arg by Yury Selivanov · 8 years ago
  3. 742206d Issue #27063: Some unittest loader tests were silently skipped. by Serhiy Storchaka · 8 years ago
  4. 0dad755 Issue #27063: Some unittest loader tests were silently skipped. by Serhiy Storchaka · 8 years ago
  5. 2a95219 Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  6. 13e602e Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  7. f4049ee Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  8. 3dc5129 asyncio: Fix an SSL warning in StreamReaderProtocol.eof_received by Yury Selivanov · 8 years ago
  9. 1b8b423 regrtest: display test result (passed, failed, ...) by Victor Stinner · 8 years ago
  10. 6d81a21 regrtest doesn't ignore -j1 anymore by Victor Stinner · 8 years ago
  11. 2292edf Merge 3.5 (issue #26741) by Victor Stinner · 8 years ago
  12. b0d43ce asyncio: fix ResourceWarning related to subprocesses by Victor Stinner · 8 years ago
  13. 5a48e21 subprocess now emits a ResourceWarning warning by Victor Stinner · 8 years ago
  14. a58e2c5 Issue #26741: POSIX implementation of subprocess.Popen._execute_child() now by Victor Stinner · 8 years ago
  15. 7438c61 Use "with popen:" in test_subprocess by Victor Stinner · 8 years ago
  16. 03e6061 Back out pathlib.Path.path attr. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  17. 387e6e3 Back out pathlib.Path.path attr. (Merge 3.4->3.5) by Guido van Rossum · 8 years ago
  18. 3d4d01f Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289. by Guido van Rossum · 8 years ago
  19. c41c70f Fix #27014 -- infinite recursion using typing.py. (Merge 3.5 -> 3.6.) by Guido van Rossum · 8 years ago
  20. 1cea70f Fix #27014 -- infinite recursion using typing.py. by Guido van Rossum · 8 years ago
  21. b6686fe Fixed test_sizeof for deque. by Serhiy Storchaka · 8 years ago
  22. e23c90c Fixed test_sizeof for deque. by Serhiy Storchaka · 8 years ago
  23. 094c9c9 Issue #23275: Allow () = iterable assignment syntax by Berker Peksag · 8 years ago
  24. d619ff4 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  25. 092473e Issue #21939: Test IDLE percolator. Original patch by Saimadhav Heblikar. by Terry Jan Reedy · 8 years ago
  26. 7fc4116 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  27. fdec2a3 Issue #21676: test IDLE replace dialog. Original patch by Saimadhav Heblikar. by Terry Jan Reedy · 8 years ago
  28. 307676f Merge with 3.5 by Terry Jan Reedy · 8 years ago
  29. c359af1 Issue #18410: add missing parent argument. by Terry Jan Reedy · 8 years ago
  30. 40a0562 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  31. b236fe4 Issue #18410: Test IDLE's search dialog; original patch by Westley Martínez. by Terry Jan Reedy · 8 years ago
  32. 4284ffd Merge 3.6.0a1 updates by Ned Deily · 8 years ago
  33. 2deb1ea Merge with 3.5 by Terry Jan Reedy · 8 years ago
  34. 0495fa8 Issue #21703: Add test for undo delegator. Patch most by Saimadhav Heblikar . by Terry Jan Reedy · 8 years ago
  35. ef20cbf Merge with 3.5 by Terry Jan Reedy · 8 years ago
  36. 6b98ce2 Issue #27044: stop test_idle from leaking by deleting callbacks. by Terry Jan Reedy · 8 years ago
  37. 63063af Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  38. b461791 asyncio/streams: Fix code style; delete LimitOverrunError.message attr by Yury Selivanov · 8 years ago
  39. 82d9a2e Merge heads by Yury Selivanov · 8 years ago
  40. 8ace2c6 Merge 3.5 (Issue #27041) by Yury Selivanov · 8 years ago
  41. 7661db6 Issue #27041: asyncio: Add loop.create_future method by Yury Selivanov · 8 years ago
  42. 2e208b7 Issue #27031: Removed dummy methods in Tkinter widget classes: tk_menuBar() by Serhiy Storchaka · 8 years ago
  43. 7c3ac2d Merge 3.5 (issue #27040) by Yury Selivanov · 8 years ago
  44. 4b23494 Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 8 years ago
  45. 7ed7ce6 Issue #27040: Add loop.get_exception_handler method by Yury Selivanov · 8 years ago
  46. 7bf36da Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 8 years ago
  47. cae752a Update pydoc topics for 3.6.0a1 by Ned Deily · 8 years ago
  48. 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
  49. 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
  50. 0b39a55 Issue #14132, Issue #17214: Merge two redirect handling fixes from 3.5 by Martin Panter · 8 years ago
  51. c944c2d Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 8 years ago
  52. f95455d Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 8 years ago
  53. acef5de Backported tests for issue #18531. by Serhiy Storchaka · 8 years ago
  54. cbcc2fd Issue #27033: The default value of the decode_data parameter for by Serhiy Storchaka · 8 years ago
  55. 98019e1 Issue #27034: Removed deprecated class asynchat.fifo. by Serhiy Storchaka · 8 years ago
  56. 31e59aa Merge with 3.5 by Terry Jan Reedy · 8 years ago
  57. af7cf6d Issue 18910: Edit idle_test/README.txt to add 'requires' usage at module scope. by Terry Jan Reedy · 8 years ago
  58. c85dd85 Issue #26807: mock_open 'files' no longer error on readline at end of file. by Robert Collins · 8 years ago
  59. 9549a3e Issue #26807: mock_open 'files' no longer error on readline at end of file. by Robert Collins · 8 years ago
  60. 2b6c032 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  61. 33a8fb9 Issue #23977: Tweak IDLE Delegator and its test. by Terry Jan Reedy · 8 years ago
  62. e6f0609 Issue #17214: Percent-encode non-ASCII bytes in redirect targets by Martin Panter · 8 years ago
  63. ce6e068 Issue #14132: Fix redirect handling when target is just a query string by Martin Panter · 8 years ago
  64. 89d2a03 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  65. 5f4ac9f Issue #25747: remove undependable and possibly useless test. by Terry Jan Reedy · 8 years ago
  66. e607394 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  67. cd65a03 Issue #20640: Add https: to url prefixes so test passes on Darwin. by Terry Jan Reedy · 8 years ago
  68. 79f561d Issue #26870: Poll() also fails on OS X; try select() by Martin Panter · 8 years ago
  69. 2e1d868 Issue #26870: Avoid using kqueue() with pseudo-terminals by Martin Panter · 8 years ago
  70. f47fc55 Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only. by Serhiy Storchaka · 8 years ago
  71. 3d3f7e8 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  72. c64d942 Issue #20640: Add tests for idlelib.configHelpSourceEdit. by Terry Jan Reedy · 8 years ago
  73. 3e2a071 Issue #26870: Temporary debugging for OS X Snow Leopard lockup by Martin Panter · 8 years ago
  74. 3712686 Issue #26870: Close pty master in case of exception by Martin Panter · 8 years ago
  75. f0dbf7a Issue #26870: Add readline.set_auto_history(), originally by Tyler Crompton by Martin Panter · 8 years ago
  76. 4dd27f0 Issue #25533: Merge frozen module docs from 3.5 by Martin Panter · 8 years ago
  77. f47a400 Issue #25533: Update documentation regarding the frozen modules table by Martin Panter · 8 years ago
  78. 38e2f17 Remove old Python 2 compatibility from ctypes test by Martin Panter · 8 years ago
  79. e9e3a7c Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  80. f11352c asyncio/tests: Ensure a gc_collect for __del__ testing by Yury Selivanov · 8 years ago
  81. 2e413f7 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  82. 5dc0933 asyncio: Fix unix pipe transport 'repr' methods by Yury Selivanov · 8 years ago
  83. 8308db5 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  84. 32dae3d asyncio: Break reference cycle in StreamReaderProtocol.connection_lost by Yury Selivanov · 8 years ago
  85. 91f9def Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  86. 04eb87e asyncio: ease the cert failed regex by Yury Selivanov · 8 years ago
  87. 059320b Merge 3.5 (issue #26848) by Yury Selivanov · 8 years ago
  88. 7657f6b Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input. by Yury Selivanov · 8 years ago
  89. 91762da Restored test_interleaved. After issue #8886 it was a duplicate of by Serhiy Storchaka · 8 years ago
  90. d76c7c2 Restored test_interleaved. After issue #8886 it was a duplicate of by Serhiy Storchaka · 8 years ago
  91. 18ee29d Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP by Serhiy Storchaka · 8 years ago
  92. 5d1110a merge from 3.5 by Senthil Kumaran · 8 years ago
  93. 9642eed Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler. by Senthil Kumaran · 8 years ago
  94. f94ec1b Issue #22274: Merge stderr=STDOUT fix from 3.5 by Martin Panter · 8 years ago
  95. c763589 Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li by Martin Panter · 8 years ago
  96. e78592d Make bytes and bytearray subclass tests compatible with base types tests. by Serhiy Storchaka · 8 years ago
  97. ea36c94 Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. by Serhiy Storchaka · 8 years ago
  98. ec5d545 Issue #26881: Restored the name of scan_opcodes_25(). by Serhiy Storchaka · 8 years ago
  99. bc62aae Issue 26977, remove unneeded line in pvariance (duplicate call to _ss). by Steven D'Aprano · 8 years ago
  100. 228ab1f Issue #21099: Switch applicable importlib tests to use PEP 451 API. by Eric Snow · 8 years ago