1. a8cadb2 Issue #16182: One more check for set_pre_input_hook() by Martin Panter · 8 years ago
  2. f85bce7 Mark tests as skipped when a SQLite version is not supported by Berker Peksag · 8 years ago
  3. 2b50899 Remove empty setUp and tearDown methods from sqlite3 tests by Berker Peksag · 8 years ago
  4. 8e6d09c Issue #26386: Fixed ttk.TreeView selection operations with item id's by Serhiy Storchaka · 8 years ago
  5. 6afbc65 Issue #16182: set_pre_input_hook() may not exist; document, and update test by Martin Panter · 8 years ago
  6. 056f76d Issue #16182: Attempted workarounds for Apple Editline by Martin Panter · 8 years ago
  7. ec84417 Issue #27245: IDLE: Cleanly delete custom themes and key bindings. by Terry Jan Reedy · 8 years ago
  8. e1b3431 Issue #22636: Handle OSError from subprocess, e.g. if command not found by Martin Panter · 8 years ago
  9. bfb15ab Issue #22636: avoid using a shell in the ctypes.util module by Martin Panter · 8 years ago
  10. f00c49d Issue #16182: Fix readline begidx, endidx, and use locale encoding by Martin Panter · 8 years ago
  11. 5fc7c4d Issue #27136: Change test to use ::1 for better OS X Tiger compatibility by Martin Panter · 8 years ago
  12. 48b5c98 Replace more boilerplate code with modern unittest features in sqlite3 tests by Berker Peksag · 8 years ago
  13. 29f9637 Merge 3.5.2rc1 with current 3.5 branch. by Larry Hastings · 8 years ago
  14. 1003b34 Modernize sqlite3 tests by Berker Peksag · 8 years ago
  15. c74cdc7 Issue #27289: Prevent test_urllib2net failures due to EOFError raised by ftplib by Berker Peksag · 8 years ago
  16. 46fe29d Issue #25455: Clean up reference loops created in tests for recursive by Serhiy Storchaka · 8 years ago
  17. 7bea234 Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1 by Berker Peksag · 8 years ago
  18. c415440 Issue #27188: Fix various sqlite3 documentation errors by Berker Peksag · 8 years ago
  19. 179f960 Issue #25455: Fixed a crash in repr of recursive functools.partial objects. by Serhiy Storchaka · 8 years ago
  20. cbe6142 Merge heads by Serhiy Storchaka · 8 years ago
  21. 9062c26 Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. by Serhiy Storchaka · 8 years ago
  22. 3c317e7 Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling by Serhiy Storchaka · 8 years ago
  23. 70c502a Fix typos and English grammar in documentation and code comment by Martin Panter · 8 years ago
  24. d470480 Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030 by Martin Panter · 8 years ago
  25. 4f8aaf6 Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi by Martin Panter · 8 years ago
  26. b37a142 Regenerated pydoc topics for 3.5.2rc1. by Larry Hastings · 8 years ago
  27. 0d18c15 Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages by Łukasz Langa · 8 years ago
  28. e7f2748 Issue #27194: superfluous truncate calls in tarfile.py slow down extraction by Łukasz Langa · 8 years ago
  29. b0557e7 merge 3.4 by Benjamin Peterson · 8 years ago
  30. 46b32f3 raise an error when STARTTLS fails by Benjamin Peterson · 8 years ago
  31. 742192a Issue #21386: Implement missing IPv4Address.is_global property by Berker Peksag · 8 years ago
  32. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  33. c92bf83 Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait. by Yury Selivanov · 8 years ago
  34. ca2e0a4 Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost. by Yury Selivanov · 8 years ago
  35. 8ace13b Issue #5124: NEWS entries. by Terry Jan Reedy · 8 years ago
  36. 5ad8599 Issue #5124: Paste with selection should always replace. by Terry Jan Reedy · 8 years ago
  37. 904a2ef Issue #20900: distutils register command now decodes HTTP responses correctly by Berker Peksag · 8 years ago
  38. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 8 years ago
  39. 480e285 Issue #27066: Fixed SystemError if a custom opener (for open()) returns by Barry Warsaw · 8 years ago
  40. 91185fe Sync typing.py with upstream. by Guido van Rossum · 8 years ago
  41. c1cf296 asyncio: Remove asyncio.timeout() context manager. by Yury Selivanov · 8 years ago
  42. f1c6fa9 Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo by Yury Selivanov · 8 years ago
  43. e42e129 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 8 years ago
  44. 4e50553 Issue #21313: Tolerate truncated buildinfo in sys.version by Martin Panter · 8 years ago
  45. 1bf197e Fixed #27251: corrected string/bytes handling in credentials. by Vinay Sajip · 8 years ago
  46. 8bff8f6 Items for NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 8 years ago
  47. 3f0ee83 Issue #27164: Allow decompressing raw Deflate streams with predefined zdict by Martin Panter · 8 years ago
  48. 3c5fa56 Issue #21916: Added more tests for the turtle module. by Serhiy Storchaka · 8 years ago
  49. ed0425c Issue #24291: Avoid WSGIRequestHandler doing partial writes by Martin Panter · 8 years ago
  50. 2daf8e7 Move the BrokenPipeError tests to the POSIXProcessTestCase class by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  51. 6ada012 - Issue #26884: Fix linking extension modules for cross builds. by doko@ubuntu.com · 8 years ago
  52. a23234b Merge heads by Serhiy Storchaka · 8 years ago
  53. 41e9ad1 Issue #21916: Added tests for the turtle module. by Serhiy Storchaka · 8 years ago
  54. f13cc2f Issue #24759: Add 'private' notice for idlelib.idle_test. by Terry Jan Reedy · 8 years ago
  55. 05dab09 Revise and synchronize idle_test.test_configdialog. by Terry Jan Reedy · 8 years ago
  56. c17a0b8 Issue #26809: Add __all__ to string module. Patch by Emanuel Barry by Zachary Ware · 8 years ago
  57. 78b642c issue26372 - use os.devnull instead of /dev/null by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  58. 64a263a Issue #20041: Fixed TypeError when frame.f_trace is set to None. by Serhiy Storchaka · 8 years ago
  59. 29ce082 Clarify deprecation of ElementTree.XMLParser(html=...) parameter by Martin Panter · 8 years ago
  60. 1aa06e1 IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'. by Terry Jan Reedy · 8 years ago
  61. 3ee6270 Fix typos in code comment and documentation by Martin Panter · 8 years ago
  62. 6047b55 Issue #27196: Stop 'application destroyed' warnings when running IDLE tests. by Terry Jan Reedy · 8 years ago
  63. 75cbeb5 Issue 20567: Revise idle_test/README.txt and some tests to match new advice. by Terry Jan Reedy · 8 years ago
  64. 1ef8c7e Fixes Issue #26373: subprocess.Popen.communicate now correctly ignores by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  65. ead9bfc #16484: Fix pydoc doc links to modules whose names are mixed case. by R David Murray · 8 years ago
  66. 6371152 first step in backout of bad default->3.5 merge d085b4f779af. Create new head and fix whitespace. by Ned Deily · 8 years ago
  67. 10fd0aa Issue #27185: Rename test_string_merged.py back to test_string.py. by Serhiy Storchaka · 8 years ago
  68. 717ea08 Issue #27185: Merge test_pep292.py into test_string_merged.py. by Serhiy Storchaka · 8 years ago
  69. 73e1613 Issue #27185: Rename test_pep292.py to test_string_merged.py. by Serhiy Storchaka · 8 years ago
  70. 9415bc4 Issue #27185: Rename test_string.py to test_string_merged.py. by Serhiy Storchaka · 8 years ago
  71. a714616 asyncio: Fix getaddrinfo to accept service names (for port) by Yury Selivanov · 8 years ago
  72. a8f895f asyncio: Support host=b'' for getaddrinfo by Yury Selivanov · 8 years ago
  73. 6a8e626 Issue #21776: distutils.upload now correctly handles HTTPError by Berker Peksag · 8 years ago
  74. 947ff38 #20973: add total ordering tests for ipaddress by R David Murray · 8 years ago
  75. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  76. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  77. f45d27b Add items to MISC/NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 8 years ago
  78. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 8 years ago
  79. e8a175e Issue #27117: Make ColorDelegator htest and turtledemo work with dark theme. by Terry Jan Reedy · 8 years ago
  80. c352620 backout 3c9512d8ac0d by Benjamin Peterson · 8 years ago
  81. 6bb91f3 Issue #20699: Document that “io” methods accept bytes-like objects by Martin Panter · 8 years ago
  82. fc36e66 Issue #27138: Fix the doc comment for FileFinder.find_spec(). by Eric Snow · 8 years ago
  83. c618ae8 Issue #5784: wbits=0 apparently added in zlib v1.2.3.5 by Martin Panter · 8 years ago
  84. 0fdf41d Issue #5784: Expand documentation and tests for zlib wbits parameter by Martin Panter · 8 years ago
  85. 33bc4a2 Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError by Steve Dower · 8 years ago
  86. b22c708 Comment/docstring tweaks for typing.py. by Guido van Rossum · 8 years ago
  87. 0025eb1 test_warnings: catch stderr and check warning by Victor Stinner · 8 years ago
  88. 43593a1 Issue #18383: Avoid adding duplicate filters when warnings is reloaded by Martin Panter · 8 years ago
  89. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  90. eb9aca3 Added Type[C] implementation to typing.py. by Guido van Rossum · 8 years ago
  91. 05d3921 Issue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android). by Serhiy Storchaka · 8 years ago
  92. 5917f97 Issue #26673: Protect IDLE from Linux fonts with reported default size 0. by Terry Jan Reedy · 8 years ago
  93. 0a91e43 Fixed an error in previous commit. by Serhiy Storchaka · 8 years ago
  94. 53a0035 Temporary skip curses tests on non-tty (issue #27067). by Serhiy Storchaka · 8 years ago
  95. f0200e0 asyncio: Fix BytesWarning (use typed=True in lru_cache for _ipaddr_info) by Yury Selivanov · 8 years ago
  96. 0eb39e7 Issue #27067: Improved curses tests. by Serhiy Storchaka · 8 years ago
  97. eaaaee8 asyncio: Fix getaddrinfo to accept None/str/bytes for 'port' arg by Yury Selivanov · 8 years ago
  98. 0dad755 Issue #27063: Some unittest loader tests were silently skipped. by Serhiy Storchaka · 8 years ago
  99. 13e602e Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  100. 3dc5129 asyncio: Fix an SSL warning in StreamReaderProtocol.eof_received by Yury Selivanov · 8 years ago