1. 5659a72 bpo-31008: Fix asyncio test_wait_for_handle on Windows (#3065) by Victor Stinner · 7 years ago
  2. 957d0e9 bpo-26762: _test_multiprocessing reports dangling (#3064) by Victor Stinner · 7 years ago
  3. b97d99c regrtest: count also env changed as failures in progress (#3061) by Victor Stinner · 7 years ago
  4. b501147 Enhance support.reap_children() (#3036) by Victor Stinner · 7 years ago
  5. aa8ec34 bpo-31151: Add socketserver.ForkingMixIn.server_close() (#3057) by Victor Stinner · 7 years ago
  6. 6c8c294 bpo-31160: test_tempfile: Fix reap_children() warning (#3056) by Victor Stinner · 7 years ago
  7. 7b7c6dc bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) by Victor Stinner · 7 years ago
  8. 3b0f620 bpo-19903: IDLE: Calltips changed to use inspect.signature (#2822) by Louie Lu · 7 years ago
  9. 3ca9f50 bpo-31160: test_builtin: don't check waitpid() status (#3050) by Victor Stinner · 7 years ago
  10. da5e930 bpo-31160: Fix test_random for zombie process (#3045) by Victor Stinner · 7 years ago
  11. e3510d7 bpo-31160: regrtest now reaps child processes (#3044) by Victor Stinner · 7 years ago
  12. 4baca1b bpo-31160: Fix test_builtin for zombie process (#3043) by Victor Stinner · 7 years ago
  13. b811d66 bpo-31072: Add filter to zipapp (#3021) by Jeffrey Rackauckas · 7 years ago
  14. 9b0d1d6 bpo-31070: Fix a race condition in importlib _get_module_lock(). (#3033) by Serhiy Storchaka · 7 years ago
  15. 88eee44 bpo-31150: Wait for child process in test_forkinthread to avoid thread reaped warnings (#3032) by Ammar Askar · 7 years ago
  16. cd7e9c1 ttk: fix LabeledScale and OptionMenu destroy() method (#3025) by Victor Stinner · 7 years ago
  17. 733d0f6 bpo-31130: IDLE -- stop leaks in test_configdialog. (#3016) by Terry Jan Reedy · 7 years ago
  18. 8922587 bpo-29910: IDLE - revert `break`s that disabled calltip close. (#2997) by Terry Jan Reedy · 7 years ago
  19. c4c9866 bpo-31107: Fix copyreg mangled slot names calculation. (#2989) by Shane Harvey · 7 years ago
  20. 5075416 bpo-30978: str.format_map() now passes key lookup exceptions through. (#2790) by Serhiy Storchaka · 7 years ago
  21. 25e4f77 bpo-31071: Avoid masking original TypeError in call with * unpacking (#2957) by Serhiy Storchaka · 7 years ago
  22. 49b2734 Spelling fixes (#2902) by Ville Skyttä · 7 years ago
  23. 6ea56d2 bpo-31080: Allowed logging.config.fileConfig() to accept both args and kwargs. (GH-2979) by Preston Landers · 7 years ago
  24. de34cbe bpo-31061: fix crash in asyncio speedup module (GH-2966) by Alexander Mohr · 7 years ago
  25. 173ff4a bpo-30897: Add is_mount() to pathlib.Path (#2669) by Cooper Lees · 7 years ago
  26. adfe344 bpo-31084: QueueHandler now formats messages correctly. (GH-2954) by favll · 7 years ago
  27. 6f446be bpo-31083: IDLE: Describe the Page classes in configdialog (#2965) by csabella · 7 years ago
  28. 018d353 Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. (#2896) by Alexander Belopolsky · 7 years ago
  29. a568e52 bpo-25684: ttk.OptionMenu radiobuttons weren't unique (#2276) by csabella · 7 years ago
  30. e8eb17b bpo-31050: IDLE: Factor GenPage class from ConfigDialog (#2952) by csabella · 7 years ago
  31. 75f0b5d Updated LoggerAdapter.isEnabledFor to take advantage of caching. (GH-2951) by Vinay Sajip · 7 years ago
  32. 9397e2a bpo-31004: IDLE: Factor out FontPage class from configdialog (step 1) (#2905) by csabella · 7 years ago
  33. c3aa47f bpo-30928: Update IDLE News.txt. (#2948) by Terry Jan Reedy · 7 years ago
  34. 2543f50 bpo-30522: Implemented a method to allow setting a logging.StreamHander's stream. (GH-2921) by Vinay Sajip · 7 years ago
  35. 78c18a9 bpo-30962: Added caching to Logger.isEnabledFor() (GH-2752) by Avram Lubkin · 7 years ago
  36. ceb93f4 bpo-31027: Fix test_listcomps failure when run directly (#2939) by Zackery Spytz · 7 years ago
  37. b331f80 bpo-30781: IDLE - Use ttk Notebook in ConfigDialog (#2938) by Terry Jan Reedy · 7 years ago
  38. 5d0f30a bpo-30853: IDLE - touch-up configdialog.VarTrace and tests. (#2936) by Terry Jan Reedy · 7 years ago
  39. 5b59154 bpo-30853: IDLE: Convert font and general vars to use VarTrace (#2914) by csabella · 7 years ago
  40. 28ce07a bpo-31066: Fix test_httpservers.test_last_modified() (#2933) by Victor Stinner · 7 years ago
  41. cc42c12 bpo-31067: test_subprocess calls reap_children() (#2931) by Victor Stinner · 7 years ago
  42. ba9ddb7 bpo-29585: fix test fail on macOS Framework build (GH-2928) by INADA Naoki · 7 years ago
  43. c22bd58 bpo-28095: Re-enable temporarily disabled part of test_startup_imports on macOS (#2927) by Ned Deily · 7 years ago
  44. b166080 bpo-31060: IDLE: Finish regrouping ConfigDialog methods (#2908) by Terry Jan Reedy · 7 years ago
  45. 12953ff bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) by Victor Stinner · 7 years ago
  46. fd46561 bpo-31028: Fix test_pydoc when run directly (#2864) by Victor Stinner · 7 years ago
  47. 2bc8f0e bpo-31003: IDLE - Add more tests for General tab (#2859) by Terry Jan Reedy · 7 years ago
  48. 45bf723 bpo-30853: IDLE: Factor a VarTrace class from configdialog.ConfigDialog. (#2872) by csabella · 7 years ago
  49. 067931d bpo-30188: fix TypeError in test_nntplib (GH-2892) by INADA Naoki · 7 years ago
  50. ede9084 bpo-31043: fixed test_datetime run twice. (GH-2891) by Utkarsh Upadhyay · 7 years ago
  51. 2db6482 bpo-31019: Fix multiprocessing.Process.is_alive() (#2875) by Victor Stinner · 7 years ago
  52. cc5a65c bpo-30302 Make timedelta.__repr__ more informative. (#1493) by Utkarsh Upadhyay · 7 years ago
  53. 8300809 bpo-31034: Reliable signal handler for test_asyncio (#2867) by Victor Stinner · 7 years ago
  54. 302bbbe bpo-31009: Fix support.fd_count() on Windows (#2862) by Victor Stinner · 7 years ago
  55. 90addd6 bpo-31029: test_tokenize Add missing import unittest (#2865) by Stéphane Wirtel · 7 years ago
  56. b4c5296 bpo-26762: test_multiprocessing close more queues (#2855) by Victor Stinner · 7 years ago
  57. ffb4940 test_multiprocessing detects dangling per test case (#2841) by Victor Stinner · 7 years ago
  58. d7e64d9 test_multiprocessing: Fix dangling process/thread (#2850) by Victor Stinner · 7 years ago
  59. c648a93 bpo-30980: Fix double close in asyncore.file_wrapper (#2789) by Nir Soffer · 7 years ago
  60. 5b4feb7 bpo-30188: test_nntplib catch also ssl.SSLEOFError (#2843) by Victor Stinner · 7 years ago
  61. 0663495 bpo-26762: Avoid daemon process in _test_multiprocessing (#2842) by Victor Stinner · 7 years ago
  62. 77e97ca bpo-30993: IDLE - Improve configdialog font page and tests. (#2831) by Terry Jan Reedy · 7 years ago
  63. 07ba305 bpo-30993: IDLE - Improve configdialog font page and tests. (#2818) by Terry Jan Reedy · 7 years ago
  64. 3051f0b bpo-30919: shared memory allocation performance regression in multiprocessing (#2708) by Antoine Pitrou · 7 years ago
  65. 2b1e6e9 bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) by Dong-hee Na · 7 years ago
  66. 896145d bpo-26732: fix too many fds in processes started with the "forkserver" method (#2813) by Antoine Pitrou · 7 years ago
  67. 616ecf1 bpo-30981: IDLE: Augment one configdialog font page test (#2810) by Terry Jan Reedy · 7 years ago
  68. ff92ff5 Fix test failure without ctypes (#2802) by Antoine Pitrou · 7 years ago
  69. e72b135 bpo-30891: Fix again importlib _find_and_load() (#2665) by Victor Stinner · 7 years ago
  70. 3913bad bpo-19896: Add typecodes 'q' and 'Q' to multiprocessing.sharedctypes (#2741) by Gareth Rees · 7 years ago
  71. 7c5798e bpo-30981: temporarity skip failing IDLE test class (#2798) by Terry Jan Reedy · 7 years ago
  72. d0969d6 bpo-30981: IDLE -- Add more configdialog font page tests. (#2794) by Terry Jan Reedy · 7 years ago
  73. a54a8f1 bpo-28523: IDLE: Use 'color' instead of 'colour'. (#2787) by Terry Jan Reedy · 7 years ago
  74. 287c559 bpo-30822: Fix testing of datetime module. (#2530) (#2783) by Utkarsh Upadhyay · 7 years ago
  75. 5b392bb bpo-30822: Exclude tzdata from regrtest --all (#2775) by Victor Stinner · 7 years ago
  76. 9f9192a bpo-30968: Fix test_get_font in IDLE's test_config. (#2769) by terryjreedy · 7 years ago
  77. 856cbcc bpo-29403: Fix mock's broken autospec behavior on method-bound builtin functions (GH-3) by Aaron Gallagher · 7 years ago
  78. ed014f7 bpo-30917: IDLE: Fix mock_config deepcopy to read_string (#2754) by Louie Lu · 7 years ago
  79. d81bea6 Use pythontest.net instead of debian.org in test_urllib2net (GH-2755) by Ammar Askar · 7 years ago
  80. f776eb0 bpo-30917: IDLE: Add config.IdleConf unittests (#2691) by Louie Lu · 7 years ago
  81. ba75af7 bpo-30794: added kill() method to multiprocessing.Process (#2528) by Vitor Pereira · 7 years ago
  82. 68d663c [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) by Steve Dower · 7 years ago
  83. 49f6449 bpo-30936: Fix a reference leak in json when fail to sort keys. (#2712) by Serhiy Storchaka · 7 years ago
  84. 95bebb7 bpo-30934: Document coverage details for idlelib tests (#2711) by terryjreedy · 7 years ago
  85. f0b6a26 bpo-30836: fix test_c_locale_coercion on AIX (GH-2713) by Nick Coghlan · 7 years ago
  86. 0d0a32f Update idlelib/NEWS.txt. (#2703) by terryjreedy · 7 years ago
  87. 36329a4 bpo-30913: IDLE: Document tk vars, attributes, and methods for ConfigDialog (#2697) by csabella · 7 years ago
  88. 9b622fb bpo-30870: IDLE: Add configdialog fontlist selection unittest (#2666) by Louie Lu · 7 years ago
  89. d3aaa2f bpo-30911: Add tests for bad boolean arguments for accelerated json (#2690) by Serhiy Storchaka · 7 years ago
  90. ab025e3 Fix a spelling mistake and tweak tense of output for test.bisect (GH-2683) by Brett Cannon · 7 years ago
  91. 50c9435 bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser subclasses. (#2662) by Louie Lu · 7 years ago
  92. d1cc037 bpo-30908: Fix dangling thread in test_os.TestSendfile (#2680) by Victor Stinner · 7 years ago
  93. 8a9cd20 bpo-30876: Relative import from unloaded package now reimports the package (#2639) by Serhiy Storchaka · 7 years ago
  94. 6d13b22 bpo-30779: IDLE: fix changes.delete_section calls in configdialog (#2667) by csabella · 7 years ago
  95. ba35227 bpo-30881: IDLE: add docstrings to browser.py (#2638) by csabella · 7 years ago
  96. 5b62b35 bpo-30870: IDLE -- fix logic error in eae2537. (#2660) by terryjreedy · 7 years ago
  97. 1180e5a bpo-30879: os.listdir() and os.scandir() now emit bytes names when (#2634) by Serhiy Storchaka · 7 years ago
  98. 4f9a446 bpo-30891: Fix importlib _find_and_load() race condition (#2646) by Victor Stinner · 7 years ago
  99. aa8d0a2 bpo-30851: IDLE: Remove unused tk variables in configdialog. (#2626) by csabella · 7 years ago
  100. 3b69d91 bpo-30886: Fix multiprocessing.Queue.join_thread() (#2642) by Victor Stinner · 7 years ago