1. a945969 Issue25931: fix tests broken by the conditional define of socketserver.Forking* by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  2. 1bb8109 Reindent properly. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  3. cef1f83 Issue #25931: Don't defining socketserver.Forking* names on platforms such by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  4. 1b50c4d Merge: #27185: move test_pep292 into test_string. by R David Murray · 8 years ago
  5. a32c738 #27185: move test_pep292 into test_string. by R David Murray · 8 years ago
  6. cdc0879 issue27186 -- initial docs, tests, and python version of os.fspath by Ethan Furman · 8 years ago
  7. 1f56e5f Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  8. a714616 asyncio: Fix getaddrinfo to accept service names (for port) by Yury Selivanov · 8 years ago
  9. 642afb3 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  10. fddf121 Issue #21776: Merge from 3.5 by Berker Peksag · 8 years ago
  11. 6a8e626 Issue #21776: distutils.upload now correctly handles HTTPError by Berker Peksag · 8 years ago
  12. a8f895f asyncio: Support host=b'' for getaddrinfo by Yury Selivanov · 8 years ago
  13. 0d20189 Merge: #20973: add total ordering tests for ipaddress by R David Murray · 8 years ago
  14. 947ff38 #20973: add total ordering tests for ipaddress by R David Murray · 8 years ago
  15. 9cd39a1 Issue #21271: Adds new keyword only parameters in reset_mock call by Kushal Das · 8 years ago
  16. 0b7d84d Issue #27171: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  17. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  18. d80ab7d Issue # 24225: Update idlelib.README.txt with new file names and event handlers. by Terry Jan Reedy · 8 years ago
  19. 5a0c278 Issue #27156: Remove obsolete code not used by IDLE. by Terry Jan Reedy · 8 years ago
  20. dd780e4 Issue #27125: Remove duplicated words in exception message by Martin Panter · 8 years ago
  21. e514093 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  22. 137bac2 Add items to MISC/NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 8 years ago
  23. f45d27b Add items to MISC/NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 8 years ago
  24. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  25. eb6cd74 Issue #27033: Removed unnecessary the bool calls. by Serhiy Storchaka · 8 years ago
  26. e501a93 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  27. 2bac3b7 Issue #27117: Make colorizer htest and turtledemo work with dark theme. by Terry Jan Reedy · 8 years ago
  28. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 8 years ago
  29. e8a175e Issue #27117: Make ColorDelegator htest and turtledemo work with dark theme. by Terry Jan Reedy · 8 years ago
  30. f558d5f merge heads by Benjamin Peterson · 8 years ago
  31. 6ca4260 merge 3.5 by Benjamin Peterson · 8 years ago
  32. c352620 backout 3c9512d8ac0d by Benjamin Peterson · 8 years ago
  33. 6fa5bdc Issue #24225: Within idlelib files, update idlelib module names. by Terry Jan Reedy · 8 years ago
  34. c249221 Issue #20699: Merge io bytes-like fixes from 3.5 by Martin Panter · 8 years ago
  35. 6bb91f3 Issue #20699: Document that “io” methods accept bytes-like objects by Martin Panter · 8 years ago
  36. 0472217 Issue #27138: Fix the doc comment for FileFinder.find_spec(). by Eric Snow · 8 years ago
  37. fc36e66 Issue #27138: Fix the doc comment for FileFinder.find_spec(). by Eric Snow · 8 years ago
  38. 5677aa7 Issue #5784: Merge zlib from 3.5 by Martin Panter · 8 years ago
  39. c618ae8 Issue #5784: wbits=0 apparently added in zlib v1.2.3.5 by Martin Panter · 8 years ago
  40. f4affb7 Issue #5784: Merge zlib from 3.5 by Martin Panter · 8 years ago
  41. 0fdf41d Issue #5784: Expand documentation and tests for zlib wbits parameter by Martin Panter · 8 years ago
  42. 48df37d Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError by Steve Dower · 8 years ago
  43. 33bc4a2 Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError by Steve Dower · 8 years ago
  44. e67c92e Comment/docstring tweaks for typing.py. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  45. b22c708 Comment/docstring tweaks for typing.py. by Guido van Rossum · 8 years ago
  46. b69d3fe Merge 3.5 (test_warnings) by Victor Stinner · 8 years ago
  47. 0025eb1 test_warnings: catch stderr and check warning by Victor Stinner · 8 years ago
  48. b6ae2ae Issue #18383: Merge warnings fix from 3.5 by Martin Panter · 8 years ago
  49. 43593a1 Issue #18383: Avoid adding duplicate filters when warnings is reloaded by Martin Panter · 8 years ago
  50. f157982 Issue #27076: More doc and comment spelling fixes for 3.6, by Ville Skyttä by Martin Panter · 8 years ago
  51. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  52. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  53. 70223d9 Added Type[C] implementation to typing.py. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  54. eb9aca3 Added Type[C] implementation to typing.py. by Guido van Rossum · 8 years ago
  55. 80ac11d Issue #23026: winreg.QueryValueEx() now return an integer for REG_QWORD type. (Patch by hakril) by Steve Dower · 8 years ago
  56. b0f80b0 Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. by Serhiy Storchaka · 8 years ago
  57. 8ec1175 Issue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android). by Serhiy Storchaka · 8 years ago
  58. 05d3921 Issue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android). by Serhiy Storchaka · 8 years ago
  59. 0d9220e Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. by Terry Jan Reedy · 8 years ago
  60. 9fa149d Merge with 3.5 by Terry Jan Reedy · 8 years ago
  61. 5917f97 Issue #26673: Protect IDLE from Linux fonts with reported default size 0. by Terry Jan Reedy · 8 years ago
  62. 70b49f6 Fixed an error in previous commit. by Serhiy Storchaka · 8 years ago
  63. 0a91e43 Fixed an error in previous commit. by Serhiy Storchaka · 8 years ago
  64. 66e26ea Temporary skip curses tests on non-tty (issue #27067). by Serhiy Storchaka · 8 years ago
  65. 53a0035 Temporary skip curses tests on non-tty (issue #27067). by Serhiy Storchaka · 8 years ago
  66. 72005f1 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  67. f0200e0 asyncio: Fix BytesWarning (use typed=True in lru_cache for _ipaddr_info) by Yury Selivanov · 8 years ago
  68. b227b8b Issue #27067: Improved curses tests. by Serhiy Storchaka · 8 years ago
  69. 0eb39e7 Issue #27067: Improved curses tests. by Serhiy Storchaka · 8 years ago
  70. 010f361 Merge 3.5 (asyncio) by Yury Selivanov · 9 years ago
  71. eaaaee8 asyncio: Fix getaddrinfo to accept None/str/bytes for 'port' arg by Yury Selivanov · 9 years ago
  72. 742206d Issue #27063: Some unittest loader tests were silently skipped. by Serhiy Storchaka · 9 years ago
  73. 0dad755 Issue #27063: Some unittest loader tests were silently skipped. by Serhiy Storchaka · 9 years ago
  74. 2a95219 Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 9 years ago
  75. 13e602e Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 9 years ago
  76. f4049ee Merge 3.5 (asyncio) by Yury Selivanov · 9 years ago
  77. 3dc5129 asyncio: Fix an SSL warning in StreamReaderProtocol.eof_received by Yury Selivanov · 9 years ago
  78. 1b8b423 regrtest: display test result (passed, failed, ...) by Victor Stinner · 9 years ago
  79. 6d81a21 regrtest doesn't ignore -j1 anymore by Victor Stinner · 9 years ago
  80. 2292edf Merge 3.5 (issue #26741) by Victor Stinner · 9 years ago
  81. b0d43ce asyncio: fix ResourceWarning related to subprocesses by Victor Stinner · 9 years ago
  82. 5a48e21 subprocess now emits a ResourceWarning warning by Victor Stinner · 9 years ago
  83. a58e2c5 Issue #26741: POSIX implementation of subprocess.Popen._execute_child() now by Victor Stinner · 9 years ago
  84. 7438c61 Use "with popen:" in test_subprocess by Victor Stinner · 9 years ago
  85. 03e6061 Back out pathlib.Path.path attr. (Merge 3.5->3.6) by Guido van Rossum · 9 years ago
  86. 387e6e3 Back out pathlib.Path.path attr. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  87. 3d4d01f Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289. by Guido van Rossum · 9 years ago
  88. c41c70f Fix #27014 -- infinite recursion using typing.py. (Merge 3.5 -> 3.6.) by Guido van Rossum · 9 years ago
  89. 1cea70f Fix #27014 -- infinite recursion using typing.py. by Guido van Rossum · 9 years ago
  90. b6686fe Fixed test_sizeof for deque. by Serhiy Storchaka · 9 years ago
  91. e23c90c Fixed test_sizeof for deque. by Serhiy Storchaka · 9 years ago
  92. 094c9c9 Issue #23275: Allow () = iterable assignment syntax by Berker Peksag · 9 years ago
  93. d619ff4 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  94. 092473e Issue #21939: Test IDLE percolator. Original patch by Saimadhav Heblikar. by Terry Jan Reedy · 9 years ago
  95. 7fc4116 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  96. fdec2a3 Issue #21676: test IDLE replace dialog. Original patch by Saimadhav Heblikar. by Terry Jan Reedy · 9 years ago
  97. 307676f Merge with 3.5 by Terry Jan Reedy · 9 years ago
  98. c359af1 Issue #18410: add missing parent argument. by Terry Jan Reedy · 9 years ago
  99. 40a0562 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  100. b236fe4 Issue #18410: Test IDLE's search dialog; original patch by Westley Martínez. by Terry Jan Reedy · 9 years ago