1. 2b1e6e9 bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) by Dong-hee Na · 7 years ago
  2. 1180e5a bpo-30879: os.listdir() and os.scandir() now emit bytes names when (#2634) by Serhiy Storchaka · 7 years ago
  3. b4baace bpo-30814: Fixed a race condition when import a submodule from a package. (#2580) by Serhiy Storchaka · 7 years ago
  4. e613e6a bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285) by Serhiy Storchaka · 7 years ago
  5. 7770394 bpo-30746: Prohibited the '=' character in environment variable names (#2382) by Serhiy Storchaka · 7 years ago
  6. 48fbe52 bpo-30664: The description of a unittest subtest now preserves the (#2265) by Serhiy Storchaka · 7 years ago
  7. c38e32a bpo-30645: don't append to an inner loop path in imp.load_package() (GH-2268) by Alexandru Ardelean · 7 years ago
  8. d174d24 bpo-30730: Prevent environment variables injection in subprocess on Windows. (#2325) by Serhiy Storchaka · 7 years ago
  9. f87b85f bpo-21071: struct.Struct.format type is now str (#845) by Victor Stinner · 7 years ago
  10. 279a962 bpo-30736: upgrade to Unicode 10.0 (#2344) by Benjamin Peterson · 7 years ago
  11. a3d91b4 bpo-29212: Fix the ugly repr() ThreadPoolExecutor thread name. (#2315) by Gregory P. Smith · 7 years ago
  12. f3cffd2 bpo-30604: clean up co_extra support (#2144) by Dino Viehland · 7 years ago
  13. dcc8ce4 bpo-30616: Functional API of enum allows to create empty enums. (#2304) by Dong-hee Na · 7 years ago
  14. 5ff7132 bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) by Victor Stinner · 7 years ago
  15. 26cb465 bpo-29755: Fixed the lgettext() family of functions in the gettext module. (#2266) by Serhiy Storchaka · 7 years ago
  16. 8457706 bpo-30500: Fix the NEWS entry (#2293) by Victor Stinner · 7 years ago
  17. 3a7f035 bpo-30597: Show expected input in custom 'print' error message. (#2009) by Sanyam Khurana · 7 years ago
  18. 90e01e5 urllib: Simplify splithost by calling into urlparse. (#1849) by postmasters · 7 years ago
  19. 40a23e8 bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat (#2252) by Steve Dower · 7 years ago
  20. 6a98a04 bpo-30038: add Misc/NEWS entry. (#2258) by Ned Deily · 7 years ago
  21. ceb817d bpo-23894: add Misc/NEWS entry. (#2256) by Ned Deily · 7 years ago
  22. 11e97f2 bpo-30682: Removed a too-strict assertion that failed for certain f-strings. (#2232) by ericvsmith · 7 years ago
  23. faa63d1 Add IDLE items to NEWS and idlelib/NEWS.txt (#2239) by terryjreedy · 7 years ago
  24. cb8c048 bpo-30450: Add NEWS and whatsnew (GH-2236) by Zachary Ware · 7 years ago
  25. 116dd5e bpo-30176: Add missing curses cell attributes constants (GH-1302) by Xiang Zhang · 7 years ago
  26. 23ec4b5 bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) by Victor Stinner · 7 years ago
  27. 8c3f05e bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when parent isn't a package (GH-1899) by Milan Oberkirch · 7 years ago
  28. b9c3da5 bpo-24744: Raises error in pkgutil.walk_packages if path is str (#1926) by Sanyam Khurana · 7 years ago
  29. 1eb6c00 bpo-24484: Avoid race condition in multiprocessing cleanup (#2159) by Antoine Pitrou · 7 years ago
  30. a77a35d bpo-30177: add NEWS entry (#2135) by Antoine Pietri · 7 years ago
  31. dfd5f34 Fix bpo-30589: improve Process.exitcode with forkserver (#1989) by Antoine Pitrou · 7 years ago
  32. b459f74 [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-595) by mircea-cosbuc · 7 years ago
  33. 3fd54d4 bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (#2034) by Serhiy Storchaka · 7 years ago
  34. 09663de Revert "bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (#409)" (#2111) by Yury Selivanov · 7 years ago
  35. 7ce1c6f bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050) by Yury Selivanov · 7 years ago
  36. 36ff451 bpo-30501: Make the compiler producing optimized code for condition expressions. (#1851) by Serhiy Storchaka · 7 years ago
  37. 1efbf92 bpo-11822: Improve disassembly to show embedded code objects. (#1844) by Serhiy Storchaka · 7 years ago
  38. 6ea4186 bpo-28180: Implementation for PEP 538 (#659) by Nick Coghlan · 7 years ago
  39. c94c41c Add IDLE NEWS items for 3.7 (#2090) by terryjreedy · 7 years ago
  40. 05dc20f #30624 / selectors: use bare except clause in order to not leave the fd in a bad state in case of error (#2082) by Giampaolo Rodola · 7 years ago
  41. 29fda8d bpo-28556: Updates to typing module (#2076) by Ivan Levkivskyi · 7 years ago
  42. 1b7863c bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027) by Victor Stinner · 7 years ago
  43. 171b9a3 bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (#2016) by Roy Williams · 7 years ago
  44. a608d2d bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (#409) by Nikolay Kim · 7 years ago
  45. 70fede1 Add a NEWS entry for #29870 (PR #981) (#2047) by Yury Selivanov · 7 years ago
  46. a0e3d2d Closing transport during handshake process leaks socket (#480) by Nikolay Kim · 7 years ago
  47. 7be651c bpo-27585: Add a NEWS entry for #1031 (#2036) by Yury Selivanov · 7 years ago
  48. fbfaa6f bpo-30014: make poll-like selector's modify() method faster (#1030) by Giampaolo Rodola · 7 years ago
  49. 57161aa bpo-30266: support "= None" pattern in AbstractContextManager (#1448) by Jelle Zijlstra · 7 years ago
  50. d52aa31 bpo-30418: Popen.communicate() always ignore EINVAL (#2002) by Victor Stinner · 7 years ago
  51. 64505a1 bpo-30486: Allow setting cell value (#1840) by Lisa Roach · 7 years ago
  52. 0ecdc52 bpo-30537: use PyNumber in itertools.islice instead of PyLong (#1918) by Will Roberts · 7 years ago
  53. ff48739 bpo-30463: Add an empty __slots__ to abc.ABC. by Aaron Hall, MBA · 7 years ago
  54. 6260d9f bpo-30520: Implemented pickling for loggers. (#1956) by Vinay Sajip · 7 years ago
  55. e6a23c8 bpo-30557: faulthandler now correctly filters and displays exception codes on Windows (#1924) by Steve Dower · 7 years ago
  56. 3c2817b Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_through attribute (#1922) by Antoine Pitrou · 7 years ago
  57. 7a82f9c bpo-30052: Always regenerate cross-references (#1339) by Nick Coghlan · 7 years ago
  58. aead53b bpo-30245: Fix possible overflow when organize struct.pack_into error message (#1682) by Johan Liu · 7 years ago
  59. 0b4b57d bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1676) by Xiang Zhang · 7 years ago
  60. fc354f0 bpo-25324: copy tok_name before changing it (#1608) by Albert-Jan Nijburg · 7 years ago
  61. f7ecfac Doc nits for bpo-16500 (#1841) by Antoine Pitrou · 7 years ago
  62. c0364fc bpo-20210: Support the *disabled* marker in Setup files (GH-132) by xdegaye · 7 years ago
  63. 346cbd3 bpo-16500: Allow registering at-fork handlers (#1715) by Antoine Pitrou · 7 years ago
  64. f931fd1 bpo-30470: Deprecate invalid ctypes call protection on Windows. (GH-1810) by Mariatta · 7 years ago
  65. bc50f03 bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (#1683) by grzgrzgrz3 · 7 years ago
  66. 0cd7a3f bpo-29104: Fixed parsing backslashes in f-strings. (#490) by Serhiy Storchaka · 7 years ago
  67. 9498782 bpo-29851: Have importlib.reload() raise ImportError if the module's spec is not found (GH-972) by Garvit Khatri · 7 years ago
  68. 6b4be19 bpo-22257: Small changes for PEP 432. (#1728) by Eric Snow · 7 years ago
  69. f9169ce bpo-25532: Protect against infinite loops in inspect.unwrap() (#1717) by Thomas Kluyver · 7 years ago
  70. e377416 bpo-29102: Add a unique ID to PyInterpreterState. (#1639) by Eric Snow · 7 years ago
  71. ddbfa2c Add --with-assertions configure flag to enable C assertions(#1731) by T. Wouters · 7 years ago
  72. 89a5e03 bpo-30003: Fix handling escape characters in HZ codec (#1556) by Xiang Zhang · 7 years ago
  73. 753bca3 bpo-27945: Fixed various segfaults with dict. (#1657) by Serhiy Storchaka · 7 years ago
  74. d896985 bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (#1652) by Serhiy Storchaka · 7 years ago
  75. ab4413a bpo-30039: Don't run signal handlers while resuming a yield from stack (#1081) by Nathaniel J. Smith · 7 years ago
  76. 378d706 bpo-30149: Fix partialmethod without explicit self parameter (#1308) by Dong-hee Na · 7 years ago
  77. 6f75bc0 bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601) by Xiang Zhang · 7 years ago
  78. d97b7dc bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613) by Serhiy Storchaka · 7 years ago
  79. c7ac728 bpo-30375: Correct the stacklevel of regex compiling warnings. (#1595) by Serhiy Storchaka · 7 years ago
  80. 79ef7f8 bpo-30357: test_thread now uses threading_cleanup() (#1592) by Victor Stinner · 7 years ago
  81. 83a2c28 bpo-30329: Catch Windows error 10022 on shutdown() (#1538) by Victor Stinner · 7 years ago
  82. edef358 bpo-29196: Removed old-deprecated classes Plist, Dict and _InternalDict (#488) by Serhiy Storchaka · 7 years ago
  83. d812eb7 bpo-9850: Document macpath deprecation in Misc/NEWS (#1590) by Victor Stinner · 7 years ago
  84. 4ab6abf bpo-30299: Display a bytecode when compile a regex in debug mode. (#1491) by Serhiy Storchaka · 7 years ago
  85. 821a9d1 bpo-30340: Enhanced regular expressions optimization. (#1542) by Serhiy Storchaka · 7 years ago
  86. 7e19dbc bpo-28974: `object.__format__(x, '')` is now equivalent to `str(x)` (#506) by Serhiy Storchaka · 7 years ago
  87. 991adca bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1097) by INADA Naoki · 7 years ago
  88. f6eae5b bpo-28787: Fix out of tree --with-dtrace builds (#135) by stratakis · 7 years ago
  89. 305ccbe bpo-30298: Weaken the condition of deprecation warnings for inline modifiers. (#1490) by Serhiy Storchaka · 7 years ago
  90. 6d336a0 bpo-30285: Optimize case-insensitive matching and searching (#1482) by Serhiy Storchaka · 7 years ago
  91. f93234b bpo-30024: Circular imports involving absolute imports with binding (#1264) by Serhiy Storchaka · 7 years ago
  92. 9da408d bpo-29990: Fix range checking in GB18030 decoder (#1495) by Xiang Zhang · 7 years ago
  93. cc3fa20 bpo-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorage (#991) by Pierre Quentel · 7 years ago
  94. 3763ea8 Revert bpo-26293 for zipfile breakage. See also bpo-29094. (#1484) by Serhiy Storchaka · 7 years ago
  95. a12df7b bpo-30218: support path-like objects in shutil.unpack_archive() (GH-1367) by Jelle Zijlstra · 7 years ago
  96. a1054c3 bpo-29243: Fix Makefile with respect to --enable-optimizations (#1478) by torsava · 7 years ago
  97. 76a3e51 bpo-30243: Fixed the possibility of a crash in _json. (#1420) by Serhiy Storchaka · 7 years ago
  98. 898ff03 bpo-30215: Make re.compile() locale agnostic. (#1361) by Serhiy Storchaka · 7 years ago
  99. 6dd4d73 bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (#1319) by Antoine Pitrou · 7 years ago
  100. a5c62a8 bpo-23404: make touch becomes make regen-all (#1405) by Victor Stinner · 7 years ago