1. 870c286 bp-29304: Simplify dictobject.c (GH-2347) by INADA Naoki · 7 years ago
  2. 18ede06 bpo-24813: IDLE: Add default title to help_about (#2366) by csabella · 7 years ago
  3. 8f52588 bpo-30726: expat: Fix compiler warnings on Windows 64-bit (#2368) by Victor Stinner · 7 years ago
  4. 50c2850 Trivial cleanup: remove redundant variable stores in ceval.c (#2012) by Adrian Wielgosik · 7 years ago
  5. 48fbe52 bpo-30664: The description of a unittest subtest now preserves the (#2265) by Serhiy Storchaka · 7 years ago
  6. c38e32a bpo-30645: don't append to an inner loop path in imp.load_package() (GH-2268) by Alexandru Ardelean · 7 years ago
  7. d174d24 bpo-30730: Prevent environment variables injection in subprocess on Windows. (#2325) by Serhiy Storchaka · 7 years ago
  8. d352d68 bpo-24813: IDLE: Add icon to help_about (#2335) by csabella · 7 years ago
  9. f87b85f bpo-21071: struct.Struct.format type is now str (#845) by Victor Stinner · 7 years ago
  10. a4b091e bpo-30604: Skip CoExtra tests if ctypes is missing (#2356) by Victor Stinner · 7 years ago
  11. c8d6ab2 bpo-30602: Fix lastarg in os.spawnve() (#2287) by Victor Stinner · 7 years ago
  12. 87c6555 bpo-30726: Fix elementtree warnings on Windows due to expat upgrade (#2319) by Segev Finer · 7 years ago
  13. 32cb968 bpo-30727: Fix a race condition in test_threading. (#2334) by Serhiy Storchaka · 7 years ago
  14. c8fb58b bpo-30726: PCbuild _elementtree: remove duplicate defines (#2348) by Victor Stinner · 7 years ago
  15. 073ae48 bpo-29304: simplify lookdict_index() function. (GH-2273) by INADA Naoki · 7 years ago
  16. 279a962 bpo-30736: upgrade to Unicode 10.0 (#2344) by Benjamin Peterson · 7 years ago
  17. b066edf bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) by _ = NaN · 7 years ago
  18. ea00798 Add "Misc/NEWS.d" directory tree for "blurb". (GH-2316) by larryhastings · 7 years ago
  19. 6580c19 bpo-30619: Clarify typing.Union documentation (GH-2326) by khyox · 7 years ago
  20. a3d91b4 bpo-29212: Fix the ugly repr() ThreadPoolExecutor thread name. (#2315) by Gregory P. Smith · 7 years ago
  21. a0e911b Fix typo in idlelib.config_key.py (#2322) by terryjreedy · 7 years ago
  22. f3cffd2 bpo-30604: clean up co_extra support (#2144) by Dino Viehland · 7 years ago
  23. c90e960 bpo-30183: Fixes HP-UX cc compilation error in pytime.c (#1351) by haney · 7 years ago
  24. dcc8ce4 bpo-30616: Functional API of enum allows to create empty enums. (#2304) by Dong-hee Na · 7 years ago
  25. 5ff7132 bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) by Victor Stinner · 7 years ago
  26. f3e8209 Fix trivial typo in idlelib/config.py (GH-2309) by KunYuChen · 7 years ago
  27. 77f68e3 Fix typo in 3.7 whatsnew (#2308) by Daniel Porteous · 7 years ago
  28. 76c567e Fix trivial typo in json module docstring (GH-2274) by dong-jy · 7 years ago
  29. 5200a7c bpo-29933: Improve set_write_buffer_limits description (GH-2262) by Kojo Idrissa · 7 years ago
  30. 5ea4c06 bpo-30054: Expose tracemalloc C API (#1236) by Victor Stinner · 7 years ago
  31. 26cb465 bpo-29755: Fixed the lgettext() family of functions in the gettext module. (#2266) by Serhiy Storchaka · 7 years ago
  32. 8457706 bpo-30500: Fix the NEWS entry (#2293) by Victor Stinner · 7 years ago
  33. 3a7f035 bpo-30597: Show expected input in custom 'print' error message. (#2009) by Sanyam Khurana · 7 years ago
  34. 90e01e5 urllib: Simplify splithost by calling into urlparse. (#1849) by postmasters · 7 years ago
  35. 5cc7ac2 bpo-30629: Add Motoki Naruse to Misc/ACKS (#2284) by Motoki Naruse · 7 years ago
  36. 40a23e8 bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat (#2252) by Steve Dower · 7 years ago
  37. eb81795 bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260) by Nick Coghlan · 7 years ago
  38. 6a98a04 bpo-30038: add Misc/NEWS entry. (#2258) by Ned Deily · 7 years ago
  39. ceb817d bpo-23894: add Misc/NEWS entry. (#2256) by Ned Deily · 7 years ago
  40. 3358d58 bpo-30629: Remove second call of str.lower() in html.parser.parse_endtag. (#2099) by Motoki Naruse · 7 years ago
  41. 2d98c53 Revert "bpo-30673: test.bat: add -t option (timeout) (#2211)" (#2245) by Victor Stinner · 7 years ago
  42. b0c58d3 bpo-30523: Add --list-cases unittest (#2243) by Louie Lu · 7 years ago
  43. 11e97f2 bpo-30682: Removed a too-strict assertion that failed for certain f-strings. (#2232) by ericvsmith · 7 years ago
  44. a49c935 bpo-30523: regrtest: Add --list-cases option (#2238) by mlouielu · 7 years ago
  45. 272d888 bpo-29783: Replace codecs.open() with io.open() (#599) by Victor Stinner · 7 years ago
  46. faa63d1 Add IDLE items to NEWS and idlelib/NEWS.txt (#2239) by terryjreedy · 7 years ago
  47. cb8c048 bpo-30450: Add NEWS and whatsnew (GH-2236) by Zachary Ware · 7 years ago
  48. 116dd5e bpo-30176: Add missing curses cell attributes constants (GH-1302) by Xiang Zhang · 7 years ago
  49. c931885 bpo-30631: Silence MSVC warnings in third-party code (GH-1963) by Segev Finer · 7 years ago
  50. 51599e2 bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) by Zachary Ware · 7 years ago
  51. 7a80183 bpo-30620: Remove dead lines from textwrap.dedent (GH-2064) by Jonathan Eunice · 7 years ago
  52. 214f7ee bpo-30603: add tests to textwrap.dedent (GH-2206) by Jonathan Eunice · 7 years ago
  53. 258bfc4 bpo-30673: test.bat: add -t option (timeout) (#2211) by Victor Stinner · 7 years ago
  54. 145541c bpo-30626: Fix error handling in PyImport_Import(). (#2103) by Serhiy Storchaka · 7 years ago
  55. 96c7c06 bpo-20627: Fix error message when keyword arguments are used (#2115) by Sylvain · 7 years ago
  56. 8acb4cf bpo-30602: Fix refleak in os.spawnv() (#2212) by Victor Stinner · 7 years ago
  57. 7926516 bpo-28180: Standard stream & FS encoding differ on Mac OS X (GH-2208) by Nick Coghlan · 7 years ago
  58. 23ec4b5 bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) by Victor Stinner · 7 years ago
  59. f7e0784 bpo-30284: Fix regrtest for out of tree build (#1481) by Victor Stinner · 7 years ago
  60. 8c3f05e bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when parent isn't a package (GH-1899) by Milan Oberkirch · 7 years ago
  61. 32fd874 bpo-15786: Fix IDLE autocomplete return problem. (#2198) by terryjreedy · 7 years ago
  62. b18563d bpo-30231: Remove skipped test_imaplib tests (#1419) by Victor Stinner · 7 years ago
  63. 778b484 bpo-15786: IDLE: Fix mouse clicks on autocompletetion window (#1811) by mlouielu · 7 years ago
  64. 4ebf03d Fix trivial typo in Readme (GH-2185) by csabella · 7 years ago
  65. 526b226 bpo-30602: Fix refleak in os.spawnve() (#2184) by Victor Stinner · 7 years ago
  66. 3402f72 bpo-30649: Revert utime delta in test_os (#2176) by Victor Stinner · 7 years ago
  67. 188aedf bpo-25514: Improve IDLE's connection refused message (#2177) by terryjreedy · 7 years ago
  68. 8f6eeaf bpo-30595: Increase test_queue_feeder_donot_stop_onexc() timeout (#2148) by Victor Stinner · 7 years ago
  69. c94caca bpo-30649: test_os tolerates 50 ms delta for utime (#2156) by Victor Stinner · 7 years ago
  70. 184bd82 bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173) by Ben Hoyt · 7 years ago
  71. 601483d bpo-30603: Add test case to textwrap.dedent (GH-2014) by Jonathan Eunice · 7 years ago
  72. 049cf2b bpo-27922: Stop gui flash from idle_test.test_parenmatch (#2171) by terryjreedy · 7 years ago
  73. 2d0afef bpo-30656: Fix Python C API Module Objects documentation (GH-2170) by Emily Morehouse · 7 years ago
  74. b9c3da5 bpo-24744: Raises error in pkgutil.walk_packages if path is str (#1926) by Sanyam Khurana · 7 years ago
  75. 1eb6c00 bpo-24484: Avoid race condition in multiprocessing cleanup (#2159) by Antoine Pitrou · 7 years ago
  76. 8323189 Fix ref leak in idle_test.test_macosx (#2163) by terryjreedy · 7 years ago
  77. 0d32218 bpo-30650: Fixed a syntax error: missed right parentheses (#2154) by messi Liao · 7 years ago
  78. 4563099 bpo-28180: assume UTF-8 for Mac OS X PEP 538 tests (GH-2130) by Nick Coghlan · 7 years ago
  79. b070fd2 bpo-30642: IDLE: Fix test_query refleak (#2147) by mlouielu · 7 years ago
  80. 023564b bpo-30635: Fix refleak in test_c_locale_coercion (#2126) by Victor Stinner · 7 years ago
  81. eb52ac8 bpo-28180: Fix test_capi.test_forced_io_encoding() (#2155) by Victor Stinner · 7 years ago
  82. d79c1d4 Mention how to disable signal fd wakeup (#2140) by Antoine Pitrou · 7 years ago
  83. 2b5cc5e bpo-30643: Fix race condition in signal wakeup in forkserver (followup to PR #1989) (#2139) by Antoine Pitrou · 7 years ago
  84. bd4e9e0 bpo-6519: Improve Python Input Output Tutorial (GH-2143) by Andrew Kuchling · 7 years ago
  85. 81f67b6 bpo-30636: Fix the indentation for the help (#2131) by Stéphane Wirtel · 7 years ago
  86. a77a35d bpo-30177: add NEWS entry (#2135) by Antoine Pietri · 7 years ago
  87. dfd5f34 Fix bpo-30589: improve Process.exitcode with forkserver (#1989) by Antoine Pitrou · 7 years ago
  88. ced36a9 bpo-30624 remaining bare except (#2108) by Giampaolo Rodola · 7 years ago
  89. 7d1017d bpo-30636: Add PYTHONCOERCECLOCALE to the help of the command line (GH-2125) by Stéphane Wirtel · 7 years ago
  90. b459f74 [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-595) by mircea-cosbuc · 7 years ago
  91. 3fd54d4 bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (#2034) by Serhiy Storchaka · 7 years ago
  92. 1dbce04 bpo-30621: Update Input Output Tutorial Example(GH-2074) by suketa · 7 years ago
  93. 09663de Revert "bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (#409)" (#2111) by Yury Selivanov · 7 years ago
  94. 7ce1c6f bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050) by Yury Selivanov · 7 years ago
  95. 36ff451 bpo-30501: Make the compiler producing optimized code for condition expressions. (#1851) by Serhiy Storchaka · 7 years ago
  96. 1efbf92 bpo-11822: Improve disassembly to show embedded code objects. (#1844) by Serhiy Storchaka · 7 years ago
  97. fdfca5f remove extra word (#2101) by Benjamin Peterson · 7 years ago
  98. dc1da9a clarify recv() and send() on SSLObject (#2100) by Benjamin Peterson · 7 years ago
  99. 3f8f16d Show what's changed when Travis fails regen check (GH-2095) by Zachary Ware · 7 years ago
  100. 6ea4186 bpo-28180: Implementation for PEP 538 (#659) by Nick Coghlan · 7 years ago