1. cc5a65c bpo-30302 Make timedelta.__repr__ more informative. (#1493) by Utkarsh Upadhyay · 7 years ago
  2. 8300809 bpo-31034: Reliable signal handler for test_asyncio (#2867) by Victor Stinner · 7 years ago
  3. 302bbbe bpo-31009: Fix support.fd_count() on Windows (#2862) by Victor Stinner · 7 years ago
  4. 90addd6 bpo-31029: test_tokenize Add missing import unittest (#2865) by Stéphane Wirtel · 7 years ago
  5. ccfdb60 Fix a small typo in a comment (#2863) by Stéphane Wirtel · 7 years ago
  6. 3924377 bpo-31018: Switch to #pragma pack from __declspec(align) (#2848) by Segev Finer · 7 years ago
  7. b4c5296 bpo-26762: test_multiprocessing close more queues (#2855) by Victor Stinner · 7 years ago
  8. ffb4940 test_multiprocessing detects dangling per test case (#2841) by Victor Stinner · 7 years ago
  9. d7e64d9 test_multiprocessing: Fix dangling process/thread (#2850) by Victor Stinner · 7 years ago
  10. d439d3e Minor typo in curses.rst (#2763) by waxmoon · 7 years ago
  11. c648a93 bpo-30980: Fix double close in asyncore.file_wrapper (#2789) by Nir Soffer · 7 years ago
  12. 5b4feb7 bpo-30188: test_nntplib catch also ssl.SSLEOFError (#2843) by Victor Stinner · 7 years ago
  13. 0663495 bpo-26762: Avoid daemon process in _test_multiprocessing (#2842) by Victor Stinner · 7 years ago
  14. b364d9f More Mac installer fixes for git-based workflow (#2839) by Ned Deily · 7 years ago
  15. 77e97ca bpo-30993: IDLE - Improve configdialog font page and tests. (#2831) by Terry Jan Reedy · 7 years ago
  16. 26248ef bpo-30456: Clarify example for duplicates in second argument of isinstance (GH-1699) by Eli Boyarski · 7 years ago
  17. 4c7532e Mac installer build now needs venv for docs build (#2828) by Ned Deily · 7 years ago
  18. 07ba305 bpo-30993: IDLE - Improve configdialog font page and tests. (#2818) by Terry Jan Reedy · 7 years ago
  19. 3051f0b bpo-30919: shared memory allocation performance regression in multiprocessing (#2708) by Antoine Pitrou · 7 years ago
  20. 2b1e6e9 bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) by Dong-hee Na · 7 years ago
  21. 896145d bpo-26732: fix too many fds in processes started with the "forkserver" method (#2813) by Antoine Pitrou · 7 years ago
  22. 616ecf1 bpo-30981: IDLE: Augment one configdialog font page test (#2810) by Terry Jan Reedy · 7 years ago
  23. ff92ff5 Fix test failure without ctypes (#2802) by Antoine Pitrou · 7 years ago
  24. e72b135 bpo-30891: Fix again importlib _find_and_load() (#2665) by Victor Stinner · 7 years ago
  25. 3913bad bpo-19896: Add typecodes 'q' and 'Q' to multiprocessing.sharedctypes (#2741) by Gareth Rees · 7 years ago
  26. 7c5798e bpo-30981: temporarity skip failing IDLE test class (#2798) by Terry Jan Reedy · 7 years ago
  27. d0969d6 bpo-30981: IDLE -- Add more configdialog font page tests. (#2794) by Terry Jan Reedy · 7 years ago
  28. a54a8f1 bpo-28523: IDLE: Use 'color' instead of 'colour'. (#2787) by Terry Jan Reedy · 7 years ago
  29. b3527bf bpo-30964: Mention ensurepip in package installation docs (GH-2786) by Nicholas · 7 years ago
  30. 287c559 bpo-30822: Fix testing of datetime module. (#2530) (#2783) by Utkarsh Upadhyay · 7 years ago
  31. fff2a21 Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) by 靳阳 · 7 years ago
  32. 5b392bb bpo-30822: Exclude tzdata from regrtest --all (#2775) by Victor Stinner · 7 years ago
  33. 5bffcf3 Update doc download files size estimates. (#2771) by Ned Deily · 7 years ago
  34. 9f9192a bpo-30968: Fix test_get_font in IDLE's test_config. (#2769) by terryjreedy · 7 years ago
  35. 856cbcc bpo-29403: Fix mock's broken autospec behavior on method-bound builtin functions (GH-3) by Aaron Gallagher · 7 years ago
  36. ed014f7 bpo-30917: IDLE: Fix mock_config deepcopy to read_string (#2754) by Louie Lu · 7 years ago
  37. d81bea6 Use pythontest.net instead of debian.org in test_urllib2net (GH-2755) by Ammar Askar · 7 years ago
  38. f776eb0 bpo-30917: IDLE: Add config.IdleConf unittests (#2691) by Louie Lu · 7 years ago
  39. 5feda33 bpo-30450: Fix logic for retrying nuget.exe download (#2744) by Steve Dower · 7 years ago
  40. 4ed5ad7 bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747) by Xiang Zhang · 7 years ago
  41. ba75af7 bpo-30794: added kill() method to multiprocessing.Process (#2528) by Vitor Pereira · 7 years ago
  42. f474c5a bpo-30946: Remove obsolete fallback code in readline module (#2738) by Antoine Pitrou · 7 years ago
  43. efa26bc bpo-30450: Fall back to git.exe if no Python is found. (#2739) by Steve Dower · 7 years ago
  44. 588836d bpo-30450: Adds alternate download approach for nuget.exe (#2737) by Steve Dower · 7 years ago
  45. 2c8a5e4 bpo-30808: Use _Py_atomic API for concurrency-sensitive signal state (#2417) by Antoine Pitrou · 7 years ago
  46. 68d663c [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) by Steve Dower · 7 years ago
  47. 49f6449 bpo-30936: Fix a reference leak in json when fail to sort keys. (#2712) by Serhiy Storchaka · 7 years ago
  48. 95bebb7 bpo-30934: Document coverage details for idlelib tests (#2711) by terryjreedy · 7 years ago
  49. 50f5816 bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) by Ned Deily · 7 years ago
  50. f0b6a26 bpo-30836: fix test_c_locale_coercion on AIX (GH-2713) by Nick Coghlan · 7 years ago
  51. 286e1c1 Null merge so github sees fork as synchronized with python (#2710) by terryjreedy · 7 years ago
  52. be37beb Doc that 'sorted' args are keyword-only, fix 'reverse' default (#2706) by Łukasz Rogalski · 7 years ago
  53. 0d0a32f Update idlelib/NEWS.txt. (#2703) by terryjreedy · 7 years ago
  54. 36329a4 bpo-30913: IDLE: Document tk vars, attributes, and methods for ConfigDialog (#2697) by csabella · 7 years ago
  55. 9b622fb bpo-30870: IDLE: Add configdialog fontlist selection unittest (#2666) by Louie Lu · 7 years ago
  56. c40ad03 bpo-30731: python.manifest fix (#2328) by Segev Finer · 7 years ago
  57. 72b5433 bpo-30923: Suppress fall-through warnings in libmpdec. (#2698) by Stefan Krah · 7 years ago
  58. d3aaa2f bpo-30911: Add tests for bad boolean arguments for accelerated json (#2690) by Serhiy Storchaka · 7 years ago
  59. 541bd28 bpo-30911: Fix a crash in json on platforms with unsigned char (#2684) by Segev Finer · 7 years ago
  60. 3fbd700 bpo-30466: Add brief explanation of classes to tutorial (GH-1804) by Trey Hunner · 7 years ago
  61. ab025e3 Fix a spelling mistake and tweak tense of output for test.bisect (GH-2683) by Brett Cannon · 7 years ago
  62. 50c9435 bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser subclasses. (#2662) by Louie Lu · 7 years ago
  63. d1cc037 bpo-30908: Fix dangling thread in test_os.TestSendfile (#2680) by Victor Stinner · 7 years ago
  64. 8a9cd20 bpo-30876: Relative import from unloaded package now reimports the package (#2639) by Serhiy Storchaka · 7 years ago
  65. 6d13b22 bpo-30779: IDLE: fix changes.delete_section calls in configdialog (#2667) by csabella · 7 years ago
  66. f523255 Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2670) by Segev Finer · 7 years ago
  67. ba35227 bpo-30881: IDLE: add docstrings to browser.py (#2638) by csabella · 7 years ago
  68. 5b62b35 bpo-30870: IDLE -- fix logic error in eae2537. (#2660) by terryjreedy · 7 years ago
  69. 64e461b bpo-22207: Add checks for possible integer overflows in unicodeobject.c. (#2623) by Serhiy Storchaka · 7 years ago
  70. 1180e5a bpo-30879: os.listdir() and os.scandir() now emit bytes names when (#2634) by Serhiy Storchaka · 7 years ago
  71. 4f9a446 bpo-30891: Fix importlib _find_and_load() race condition (#2646) by Victor Stinner · 7 years ago
  72. b136f11 bpo-30892: Fix _elementtree module initialization (#2647) by Victor Stinner · 7 years ago
  73. aa8d0a2 bpo-30851: IDLE: Remove unused tk variables in configdialog. (#2626) by csabella · 7 years ago
  74. 64fa449 bpo-30866: Add _testcapi.stack_pointer() (#2601) by Victor Stinner · 7 years ago
  75. 3b69d91 bpo-30886: Fix multiprocessing.Queue.join_thread() (#2642) by Victor Stinner · 7 years ago
  76. 7e60192 Remove _PyArg_NoStackKeywords(). (#2641) by Serhiy Storchaka · 7 years ago
  77. bb2bae8 bpo-30870: IDLE: Change sample font when select by key-up/down (#2617) by Louie Lu · 7 years ago
  78. 9648088 bpo-30878: Fix error message when keyword arguments are passed (#2635) by Sylvain · 7 years ago
  79. aa6a4d6 bpo-29854: Skip history-size test on older readline (GH-2621) by Nir Soffer · 7 years ago
  80. 223c7e7 bpo-8231: Call idlelib.IdleConf.GetUserCfgDir only once. (#2629) by terryjreedy · 7 years ago
  81. 24f2e19 bpo-30779: News (#2627) by terryjreedy · 7 years ago
  82. 349abd9 bpo-30779: IDLE -- Factor ConfigChanges class from configdialog, put in config; test. (#2612) by terryjreedy · 7 years ago
  83. 1881bef bpo-29854: test_readline logs versions (#2619) by Victor Stinner · 7 years ago
  84. fae8f4a bpo-29854: Fix segfault in call_readline() (GH-728) by Nir Soffer · 7 years ago
  85. 25a4206 bpo-30780: Fix error in idlelib.test_idle.test_configdialog (#2606) by terryjreedy · 7 years ago
  86. 529746c Make test_shutil test_disk_usage not depend on the cwd fs (#2597) by Gregory P. Smith · 7 years ago
  87. be5ebe5 Fix case in .gitignore (GH-2607) by Segev Finer · 7 years ago
  88. 67ba4fa bpo-26506: hex() documentation: mention %x % int (GH-2525) by Manvisha Kodali · 7 years ago
  89. 0653fba bpo-30862: Updated Logger.setLevel documentation. (GH-2604) by Vinay Sajip · 7 years ago
  90. b4baace bpo-30814: Fixed a race condition when import a submodule from a package. (#2580) by Serhiy Storchaka · 7 years ago
  91. 1ccbad9 Update idlelib/NEWS.txt with merges upto 2017 Jul 5. (#2595) by terryjreedy · 7 years ago
  92. 833a3b0 bpo-30828: Fix out of bounds write in `asyncio.CFuture.remove_done_callback() (#2569) by Yury Selivanov · 7 years ago
  93. 8207c17 Revert "bpo-30822: Fix testing of datetime module." (#2588) by Victor Stinner · 7 years ago
  94. 0c31163 bpo-30854: Fix compile error when --without-threads (#2581) by Masayuki Yamamoto · 7 years ago
  95. aaa917f NEWS for 30777 (#2576) by terryjreedy · 7 years ago
  96. 2000150 bpo-21624: IDLE -- minor htest fixes (#2575) by terryjreedy · 7 years ago
  97. 7eb5883 bpo-30777: IDLE: configdialog - add docstrings and improve comments (#2440) by csabella · 7 years ago
  98. 67e1478 bpo-30319: socket.close() now ignores ECONNRESET (#2565) by Victor Stinner · 7 years ago
  99. 378ebb6 bpo-30789: Use a single memory block for co_extra. (#2555) by Serhiy Storchaka · 7 years ago
  100. 3df9dec bpo-30845: Enhance test_concurrent_futures cleanup (#2564) by Victor Stinner · 7 years ago