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