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