1. fae8f4a bpo-29854: Fix segfault in call_readline() (GH-728) by Nir Soffer · 7 years ago
  2. 25a4206 bpo-30780: Fix error in idlelib.test_idle.test_configdialog (#2606) by terryjreedy · 7 years ago
  3. 529746c Make test_shutil test_disk_usage not depend on the cwd fs (#2597) by Gregory P. Smith · 7 years ago
  4. b4baace bpo-30814: Fixed a race condition when import a submodule from a package. (#2580) by Serhiy Storchaka · 7 years ago
  5. 1ccbad9 Update idlelib/NEWS.txt with merges upto 2017 Jul 5. (#2595) by terryjreedy · 7 years ago
  6. 833a3b0 bpo-30828: Fix out of bounds write in `asyncio.CFuture.remove_done_callback() (#2569) by Yury Selivanov · 7 years ago
  7. 8207c17 Revert "bpo-30822: Fix testing of datetime module." (#2588) by Victor Stinner · 7 years ago
  8. 2000150 bpo-21624: IDLE -- minor htest fixes (#2575) by terryjreedy · 7 years ago
  9. 7eb5883 bpo-30777: IDLE: configdialog - add docstrings and improve comments (#2440) by csabella · 7 years ago
  10. 3df9dec bpo-30845: Enhance test_concurrent_futures cleanup (#2564) by Victor Stinner · 7 years ago
  11. 4835041 bpo-29293: multiprocessing.Condition.notify() lacks parameter `n` (#2480) by Antoine Pitrou · 7 years ago
  12. 246ff3b bpo-6691: Pyclbr now reports nested classes and functions. (#2503) by csabella · 7 years ago
  13. 5e87592 bpo-30764: Fix regrtest --fail-env-changed --forever (#2536) by Victor Stinner · 7 years ago
  14. 34b5487 bpo-30822: Deduplicate ZoneInfoTest classes in test_datetime. (#2534) by Serhiy Storchaka · 7 years ago
  15. 98b6bc3 bpo-30822: Fix testing of datetime module. (#2530) by Utkarsh Upadhyay · 7 years ago
  16. 8a8d285 bpo-30441: Fix bug when modifying os.environ while iterating over it (#2409) by Osvaldo Santana Neto · 7 years ago
  17. 85f6430 bpo-30695: Add set_nomemory(start, stop) to _testcapi (GH-2406) by xdegaye · 7 years ago
  18. 5e742fa bpo-30804: fix macOS build with framework enabled. (#2516) by INADA Naoki · 7 years ago
  19. 7352864 bpo-30818: test_ftplib calls asyncore.close_all() (#2514) by Victor Stinner · 7 years ago
  20. 45dba3a test_urllib2_localnet: clear server variable (#2510) by Victor Stinner · 7 years ago
  21. 7eebeb8 bpo-30812: Fix test_warnings, restore _showwarnmsg (#2504) by Victor Stinner · 7 years ago
  22. e4f9a2d bpo-30813: Fix unittest when hunting refleaks (#2502) by Victor Stinner · 7 years ago
  23. b903067 bpo-30280: Cleanup threads in ayncio tests (#2501) by Victor Stinner · 7 years ago
  24. 21a0a6c threading_cleanup() failure marks test as ENV_CHANGED (#2500) by Victor Stinner · 7 years ago
  25. 729780a bpo-30807: signal.setitimer() may disable the timer by mistake (#2493) by Antoine Pitrou · 7 years ago
  26. 42bc8be bpo-30495: IDLE: improve textview with docstrings, PEP8 names, more tests. (#2283) by csabella · 7 years ago
  27. 18974c3 bpo-30647: Check nl_langinfo(CODESET) in locale coercion (GH-2374) by Nick Coghlan · 7 years ago
  28. f7d090c bpo-30796: Fix failures in signal delivery stress test (#2488) by Antoine Pitrou · 7 years ago
  29. beeca6e bpo-30776: regrtest: reduce memleak false positive (#2484) by Victor Stinner · 7 years ago
  30. c08177a bpo-30703: Improve signal delivery (#2415) by Antoine Pitrou · 7 years ago
  31. b01c574 bpo-29585: Define PYTHONFRAMEWORK in PC/pyconfig.h (#2477) by Victor Stinner · 7 years ago
  32. a8f8d5b bpo-29585: optimize site.py startup time (GH-136) by INADA Naoki · 7 years ago
  33. 79d37ae Clear potential ref cycle between Process and Process target (#2470) by Antoine Pitrou · 7 years ago
  34. a79f8fa bpo-30775: Fix refleaks in test_multiprocessing (#2467) by Antoine Pitrou · 7 years ago
  35. f7eae0a [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302) by Serhiy Storchaka · 7 years ago
  36. 592eda1 bpo-24813: IDLE tagline is Integrated Development and Learning Environment (#2451) by Mark Roseman · 7 years ago
  37. fae2c35 bpo-30723: IDLE -- Enhance parenmatch; add style, flash, and help (#2306) by wohlganger · 7 years ago
  38. 84d9d14 bpo-29512: Add test.bisect, bisect failing tests (#2452) by Victor Stinner · 7 years ago
  39. e613e6a bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285) by Serhiy Storchaka · 7 years ago
  40. 65474b9 bpo-30674: IDLE: add docstrings to grep.py (#2213) by csabella · 7 years ago
  41. 44913e5 bpo-21519: IDLE basic custom key entry better detects duplicates. (#2428) by terryjreedy · 7 years ago
  42. 213ce12 bpo-29910: IDLE no longer deletes a character after commenting out a region (#825) by Serhiy Storchaka · 7 years ago
  43. 9a02ae3 bpo-24813: IDLE: Add build bitness to About Idle title (#2380) by csabella · 7 years ago
  44. 48b5c42 bpo-30776: reduce regrtest -R false positives (#2422) by Victor Stinner · 7 years ago
  45. bac7d33 bpo-30728: IDLE: Refactor configdialog to PEP8 names (#2307) by csabella · 7 years ago
  46. b350c22 bpo-30532: Fix whitespace folding in certain cases by Joel Hillacre · 7 years ago
  47. 63f54c6 bpo-30764: regrtest: add --fail-env-changed option (#2402) by Victor Stinner · 7 years ago
  48. cdee3f1 bpo-30764: test_subprocess uses SuppressCrashReport (#2405) by Victor Stinner · 7 years ago
  49. ace56d5 bpo-30523: regrtest --list-cases --match (#2401) by Victor Stinner · 7 years ago
  50. 8c78aa7 bpo-6739: IDLE: Check for valid keybinding in config_keys (#2377) by csabella · 7 years ago
  51. af5392f bpo-30746: Port more tests for os.spawnvpe() and os.execve() from 2.7. (#2394) by Serhiy Storchaka · 7 years ago
  52. 7770394 bpo-30746: Prohibited the '=' character in environment variable names (#2382) by Serhiy Storchaka · 7 years ago
  53. 13e96cc Fix bpo-30596: Add close() method to multiprocessing.Process (#2010) by Antoine Pitrou · 7 years ago
  54. cab4692 Fix a typo in a comment in coroutines.py (GH-2267) by Johan de Jager · 7 years ago
  55. 18ede06 bpo-24813: IDLE: Add default title to help_about (#2366) by csabella · 7 years ago
  56. 48fbe52 bpo-30664: The description of a unittest subtest now preserves the (#2265) by Serhiy Storchaka · 7 years ago
  57. c38e32a bpo-30645: don't append to an inner loop path in imp.load_package() (GH-2268) by Alexandru Ardelean · 7 years ago
  58. d174d24 bpo-30730: Prevent environment variables injection in subprocess on Windows. (#2325) by Serhiy Storchaka · 7 years ago
  59. d352d68 bpo-24813: IDLE: Add icon to help_about (#2335) by csabella · 7 years ago
  60. f87b85f bpo-21071: struct.Struct.format type is now str (#845) by Victor Stinner · 7 years ago
  61. a4b091e bpo-30604: Skip CoExtra tests if ctypes is missing (#2356) by Victor Stinner · 7 years ago
  62. 32cb968 bpo-30727: Fix a race condition in test_threading. (#2334) by Serhiy Storchaka · 7 years ago
  63. 279a962 bpo-30736: upgrade to Unicode 10.0 (#2344) by Benjamin Peterson · 7 years ago
  64. a3d91b4 bpo-29212: Fix the ugly repr() ThreadPoolExecutor thread name. (#2315) by Gregory P. Smith · 7 years ago
  65. a0e911b Fix typo in idlelib.config_key.py (#2322) by terryjreedy · 7 years ago
  66. f3cffd2 bpo-30604: clean up co_extra support (#2144) by Dino Viehland · 7 years ago
  67. dcc8ce4 bpo-30616: Functional API of enum allows to create empty enums. (#2304) by Dong-hee Na · 7 years ago
  68. f3e8209 Fix trivial typo in idlelib/config.py (GH-2309) by KunYuChen · 7 years ago
  69. 76c567e Fix trivial typo in json module docstring (GH-2274) by dong-jy · 7 years ago
  70. 26cb465 bpo-29755: Fixed the lgettext() family of functions in the gettext module. (#2266) by Serhiy Storchaka · 7 years ago
  71. 3a7f035 bpo-30597: Show expected input in custom 'print' error message. (#2009) by Sanyam Khurana · 7 years ago
  72. 90e01e5 urllib: Simplify splithost by calling into urlparse. (#1849) by postmasters · 7 years ago
  73. eb81795 bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260) by Nick Coghlan · 7 years ago
  74. 3358d58 bpo-30629: Remove second call of str.lower() in html.parser.parse_endtag. (#2099) by Motoki Naruse · 7 years ago
  75. b0c58d3 bpo-30523: Add --list-cases unittest (#2243) by Louie Lu · 7 years ago
  76. 11e97f2 bpo-30682: Removed a too-strict assertion that failed for certain f-strings. (#2232) by ericvsmith · 7 years ago
  77. a49c935 bpo-30523: regrtest: Add --list-cases option (#2238) by mlouielu · 7 years ago
  78. 272d888 bpo-29783: Replace codecs.open() with io.open() (#599) by Victor Stinner · 7 years ago
  79. faa63d1 Add IDLE items to NEWS and idlelib/NEWS.txt (#2239) by terryjreedy · 7 years ago
  80. 7a80183 bpo-30620: Remove dead lines from textwrap.dedent (GH-2064) by Jonathan Eunice · 7 years ago
  81. 214f7ee bpo-30603: add tests to textwrap.dedent (GH-2206) by Jonathan Eunice · 7 years ago
  82. 96c7c06 bpo-20627: Fix error message when keyword arguments are used (#2115) by Sylvain · 7 years ago
  83. 7926516 bpo-28180: Standard stream & FS encoding differ on Mac OS X (GH-2208) by Nick Coghlan · 7 years ago
  84. f7e0784 bpo-30284: Fix regrtest for out of tree build (#1481) by Victor Stinner · 7 years ago
  85. 8c3f05e bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when parent isn't a package (GH-1899) by Milan Oberkirch · 7 years ago
  86. 32fd874 bpo-15786: Fix IDLE autocomplete return problem. (#2198) by terryjreedy · 7 years ago
  87. b18563d bpo-30231: Remove skipped test_imaplib tests (#1419) by Victor Stinner · 7 years ago
  88. 778b484 bpo-15786: IDLE: Fix mouse clicks on autocompletetion window (#1811) by mlouielu · 7 years ago
  89. 3402f72 bpo-30649: Revert utime delta in test_os (#2176) by Victor Stinner · 7 years ago
  90. 188aedf bpo-25514: Improve IDLE's connection refused message (#2177) by terryjreedy · 7 years ago
  91. 8f6eeaf bpo-30595: Increase test_queue_feeder_donot_stop_onexc() timeout (#2148) by Victor Stinner · 7 years ago
  92. c94caca bpo-30649: test_os tolerates 50 ms delta for utime (#2156) by Victor Stinner · 7 years ago
  93. 601483d bpo-30603: Add test case to textwrap.dedent (GH-2014) by Jonathan Eunice · 7 years ago
  94. 049cf2b bpo-27922: Stop gui flash from idle_test.test_parenmatch (#2171) by terryjreedy · 7 years ago
  95. b9c3da5 bpo-24744: Raises error in pkgutil.walk_packages if path is str (#1926) by Sanyam Khurana · 7 years ago
  96. 1eb6c00 bpo-24484: Avoid race condition in multiprocessing cleanup (#2159) by Antoine Pitrou · 7 years ago
  97. 8323189 Fix ref leak in idle_test.test_macosx (#2163) by terryjreedy · 7 years ago
  98. 4563099 bpo-28180: assume UTF-8 for Mac OS X PEP 538 tests (GH-2130) by Nick Coghlan · 7 years ago
  99. b070fd2 bpo-30642: IDLE: Fix test_query refleak (#2147) by mlouielu · 7 years ago
  100. 023564b bpo-30635: Fix refleak in test_c_locale_coercion (#2126) by Victor Stinner · 7 years ago