- b37a142 Regenerated pydoc topics for 3.5.2rc1. by Larry Hastings · 9 years ago
- 0d18c15 Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages by Łukasz Langa · 9 years ago
- e7f2748 Issue #27194: superfluous truncate calls in tarfile.py slow down extraction by Łukasz Langa · 9 years ago
- b0557e7 merge 3.4 by Benjamin Peterson · 9 years ago
- 46b32f3 raise an error when STARTTLS fails by Benjamin Peterson · 9 years ago
- 742192a Issue #21386: Implement missing IPv4Address.is_global property by Berker Peksag · 9 years ago
- fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 9 years ago
- c92bf83 Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait. by Yury Selivanov · 9 years ago
- ca2e0a4 Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost. by Yury Selivanov · 9 years ago
- 8ace13b Issue #5124: NEWS entries. by Terry Jan Reedy · 9 years ago
- 5ad8599 Issue #5124: Paste with selection should always replace. by Terry Jan Reedy · 9 years ago
- 904a2ef Issue #20900: distutils register command now decodes HTTP responses correctly by Berker Peksag · 9 years ago
- a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 9 years ago
- 480e285 Issue #27066: Fixed SystemError if a custom opener (for open()) returns by Barry Warsaw · 9 years ago
- 91185fe Sync typing.py with upstream. by Guido van Rossum · 9 years ago
- c1cf296 asyncio: Remove asyncio.timeout() context manager. by Yury Selivanov · 9 years ago
- f1c6fa9 Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo by Yury Selivanov · 9 years ago
- e42e129 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 9 years ago
- 4e50553 Issue #21313: Tolerate truncated buildinfo in sys.version by Martin Panter · 9 years ago
- 1bf197e Fixed #27251: corrected string/bytes handling in credentials. by Vinay Sajip · 9 years ago
- 8bff8f6 Items for NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
- 3f0ee83 Issue #27164: Allow decompressing raw Deflate streams with predefined zdict by Martin Panter · 9 years ago
- 3c5fa56 Issue #21916: Added more tests for the turtle module. by Serhiy Storchaka · 9 years ago
- ed0425c Issue #24291: Avoid WSGIRequestHandler doing partial writes by Martin Panter · 9 years ago
- 2daf8e7 Move the BrokenPipeError tests to the POSIXProcessTestCase class by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
- 6ada012 - Issue #26884: Fix linking extension modules for cross builds. by doko@ubuntu.com · 9 years ago
- a23234b Merge heads by Serhiy Storchaka · 9 years ago
- 41e9ad1 Issue #21916: Added tests for the turtle module. by Serhiy Storchaka · 9 years ago
- f13cc2f Issue #24759: Add 'private' notice for idlelib.idle_test. by Terry Jan Reedy · 9 years ago
- 05dab09 Revise and synchronize idle_test.test_configdialog. by Terry Jan Reedy · 9 years ago
- c17a0b8 Issue #26809: Add __all__ to string module. Patch by Emanuel Barry by Zachary Ware · 9 years ago
- 78b642c issue26372 - use os.devnull instead of /dev/null by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
- 64a263a Issue #20041: Fixed TypeError when frame.f_trace is set to None. by Serhiy Storchaka · 9 years ago
- 29ce082 Clarify deprecation of ElementTree.XMLParser(html=...) parameter by Martin Panter · 9 years ago
- 1aa06e1 IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'. by Terry Jan Reedy · 9 years ago
- 3ee6270 Fix typos in code comment and documentation by Martin Panter · 9 years ago
- 6047b55 Issue #27196: Stop 'application destroyed' warnings when running IDLE tests. by Terry Jan Reedy · 9 years ago
- 75cbeb5 Issue 20567: Revise idle_test/README.txt and some tests to match new advice. by Terry Jan Reedy · 9 years ago
- 1ef8c7e Fixes Issue #26373: subprocess.Popen.communicate now correctly ignores by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
- ead9bfc #16484: Fix pydoc doc links to modules whose names are mixed case. by R David Murray · 9 years ago
- 6371152 first step in backout of bad default->3.5 merge d085b4f779af. Create new head and fix whitespace. by Ned Deily · 9 years ago
- 10fd0aa Issue #27185: Rename test_string_merged.py back to test_string.py. by Serhiy Storchaka · 9 years ago
- 717ea08 Issue #27185: Merge test_pep292.py into test_string_merged.py. by Serhiy Storchaka · 9 years ago
- 73e1613 Issue #27185: Rename test_pep292.py to test_string_merged.py. by Serhiy Storchaka · 9 years ago
- 9415bc4 Issue #27185: Rename test_string.py to test_string_merged.py. by Serhiy Storchaka · 9 years ago
- a714616 asyncio: Fix getaddrinfo to accept service names (for port) by Yury Selivanov · 9 years ago
- a8f895f asyncio: Support host=b'' for getaddrinfo by Yury Selivanov · 9 years ago
- 6a8e626 Issue #21776: distutils.upload now correctly handles HTTPError by Berker Peksag · 9 years ago
- 947ff38 #20973: add total ordering tests for ipaddress by R David Murray · 9 years ago
- e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 9 years ago
- a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 9 years ago
- f45d27b Add items to MISC/NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
- 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 9 years ago
- e8a175e Issue #27117: Make ColorDelegator htest and turtledemo work with dark theme. by Terry Jan Reedy · 9 years ago
- c352620 backout 3c9512d8ac0d by Benjamin Peterson · 9 years ago
- 6bb91f3 Issue #20699: Document that “io” methods accept bytes-like objects by Martin Panter · 9 years ago
- fc36e66 Issue #27138: Fix the doc comment for FileFinder.find_spec(). by Eric Snow · 9 years ago
- c618ae8 Issue #5784: wbits=0 apparently added in zlib v1.2.3.5 by Martin Panter · 9 years ago
- 0fdf41d Issue #5784: Expand documentation and tests for zlib wbits parameter by Martin Panter · 9 years ago
- 33bc4a2 Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError by Steve Dower · 9 years ago
- b22c708 Comment/docstring tweaks for typing.py. by Guido van Rossum · 9 years ago
- 0025eb1 test_warnings: catch stderr and check warning by Victor Stinner · 9 years ago
- 43593a1 Issue #18383: Avoid adding duplicate filters when warnings is reloaded by Martin Panter · 9 years ago
- 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 9 years ago
- eb9aca3 Added Type[C] implementation to typing.py. by Guido van Rossum · 9 years ago
- 05d3921c Issue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android). by Serhiy Storchaka · 9 years ago
- 5917f97 Issue #26673: Protect IDLE from Linux fonts with reported default size 0. by Terry Jan Reedy · 9 years ago
- 0a91e43 Fixed an error in previous commit. by Serhiy Storchaka · 9 years ago
- 53a0035 Temporary skip curses tests on non-tty (issue #27067). by Serhiy Storchaka · 9 years ago
- f0200e0 asyncio: Fix BytesWarning (use typed=True in lru_cache for _ipaddr_info) by Yury Selivanov · 9 years ago
- 0eb39e7 Issue #27067: Improved curses tests. by Serhiy Storchaka · 9 years ago
- eaaaee8 asyncio: Fix getaddrinfo to accept None/str/bytes for 'port' arg by Yury Selivanov · 9 years ago
- 0dad755 Issue #27063: Some unittest loader tests were silently skipped. 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
- 3dc5129 asyncio: Fix an SSL warning in StreamReaderProtocol.eof_received by Yury Selivanov · 9 years ago
- b0d43ce asyncio: fix ResourceWarning related to subprocesses by Victor Stinner · 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
- 1cea70f Fix #27014 -- infinite recursion using typing.py. by Guido van Rossum · 9 years ago
- e23c90c Fixed test_sizeof for deque. by Serhiy Storchaka · 9 years ago
- 092473e Issue #21939: Test IDLE percolator. Original patch by Saimadhav Heblikar. 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
- c359af1 Issue #18410: add missing parent argument. 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
- 0495fa8 Issue #21703: Add test for undo delegator. Patch most by Saimadhav Heblikar . by Terry Jan Reedy · 9 years ago
- 6b98ce2 Issue #27044: stop test_idle from leaking by deleting callbacks. by Terry Jan Reedy · 9 years ago
- b461791 asyncio/streams: Fix code style; delete LimitOverrunError.message attr by Yury Selivanov · 9 years ago
- 7661db6 Issue #27041: asyncio: Add loop.create_future method by Yury Selivanov · 9 years ago
- 7ed7ce6 Issue #27040: Add loop.get_exception_handler method by Yury Selivanov · 9 years ago
- 7bf36da Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 9 years ago
- 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 · 9 years ago
- e6f0609 Issue #17214: Percent-encode non-ASCII bytes in redirect targets by Martin Panter · 9 years ago
- ce6e068 Issue #14132: Fix redirect handling when target is just a query string by Martin Panter · 9 years ago
- f95455d Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 9 years ago
- acef5de Backported tests for issue #18531. by Serhiy Storchaka · 9 years ago
- af7cf6d Issue 18910: Edit idle_test/README.txt to add 'requires' usage at module scope. by Terry Jan Reedy · 9 years ago
- 9549a3e Issue #26807: mock_open 'files' no longer error on readline at end of file. by Robert Collins · 9 years ago
- 33a8fb9 Issue #23977: Tweak IDLE Delegator and its test. by Terry Jan Reedy · 9 years ago
- 5f4ac9f Issue #25747: remove undependable and possibly useless test. by Terry Jan Reedy · 9 years ago
- cd65a03 Issue #20640: Add https: to url prefixes so test passes on Darwin. by Terry Jan Reedy · 9 years ago