1. 171b9a3 bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (#2016) by Roy Williams · 7 years ago
  2. a608d2d bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (#409) by Nikolay Kim · 7 years ago
  3. 70fede1 Add a NEWS entry for #29870 (PR #981) (#2047) by Yury Selivanov · 7 years ago
  4. a0e3d2d Closing transport during handshake process leaks socket (#480) by Nikolay Kim · 7 years ago
  5. 7be651c bpo-27585: Add a NEWS entry for #1031 (#2036) by Yury Selivanov · 7 years ago
  6. fbfaa6f bpo-30014: make poll-like selector's modify() method faster (#1030) by Giampaolo Rodola · 7 years ago
  7. 57161aa bpo-30266: support "= None" pattern in AbstractContextManager (#1448) by Jelle Zijlstra · 7 years ago
  8. d52aa31 bpo-30418: Popen.communicate() always ignore EINVAL (#2002) by Victor Stinner · 7 years ago
  9. 64505a1 bpo-30486: Allow setting cell value (#1840) by Lisa Roach · 7 years ago
  10. 0ecdc52 bpo-30537: use PyNumber in itertools.islice instead of PyLong (#1918) by Will Roberts · 7 years ago
  11. 897bba7 bpo-30584: Fix test_os fails on non-English Windows (#1980) by Denis Osipov · 7 years ago
  12. add98eb bpo-30177: pathlib: include the full path in resolve(strict=False) (#1893) by Antoine Pietri · 7 years ago
  13. ff48739 bpo-30463: Add an empty __slots__ to abc.ABC. by Aaron Hall, MBA · 7 years ago
  14. 6260d9f bpo-30520: Implemented pickling for loggers. (#1956) by Vinay Sajip · 7 years ago
  15. 8b7a4cc bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439) by Oz N Tiram · 7 years ago
  16. e6a23c8 bpo-30557: faulthandler now correctly filters and displays exception codes on Windows (#1924) by Steve Dower · 7 years ago
  17. 3c2817b Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_through attribute (#1922) by Antoine Pitrou · 7 years ago
  18. ae8750b bpo-24899: Add comparison table for os.path -> pathlib (GH-1753) by Jamiel Almeida · 7 years ago
  19. 7a82f9c bpo-30052: Always regenerate cross-references (#1339) by Nick Coghlan · 7 years ago
  20. aead53b bpo-30245: Fix possible overflow when organize struct.pack_into error message (#1682) by Johan Liu · 7 years ago
  21. 0b4b57d bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1676) by Xiang Zhang · 7 years ago
  22. fc354f0 bpo-25324: copy tok_name before changing it (#1608) by Albert-Jan Nijburg · 7 years ago
  23. f7ecfac Doc nits for bpo-16500 (#1841) by Antoine Pitrou · 7 years ago
  24. c0364fc bpo-20210: Support the *disabled* marker in Setup files (GH-132) by xdegaye · 7 years ago
  25. 346cbd3 bpo-16500: Allow registering at-fork handlers (#1715) by Antoine Pitrou · 7 years ago
  26. f931fd1 bpo-30470: Deprecate invalid ctypes call protection on Windows. (GH-1810) by Mariatta · 7 years ago
  27. bc50f03 bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (#1683) by grzgrzgrz3 · 7 years ago
  28. 0cd7a3f bpo-29104: Fixed parsing backslashes in f-strings. (#490) by Serhiy Storchaka · 7 years ago
  29. 9498782 bpo-29851: Have importlib.reload() raise ImportError if the module's spec is not found (GH-972) by Garvit Khatri · 7 years ago
  30. 7c2f82d bpo-28845: Clean up known issues for AIX (GH-1670) by Eric N. Vander Weele · 7 years ago
  31. 6b4be19 bpo-22257: Small changes for PEP 432. (#1728) by Eric Snow · 7 years ago
  32. f9169ce bpo-25532: Protect against infinite loops in inspect.unwrap() (#1717) by Thomas Kluyver · 7 years ago
  33. e377416 bpo-29102: Add a unique ID to PyInterpreterState. (#1639) by Eric Snow · 7 years ago
  34. f82c951 bpo-30395 _PyGILState_Reinit deadlock fix (#1734) by Jason Fried · 7 years ago
  35. ddbfa2c Add --with-assertions configure flag to enable C assertions(#1731) by T. Wouters · 7 years ago
  36. 89a5e03 bpo-30003: Fix handling escape characters in HZ codec (#1556) by Xiang Zhang · 7 years ago
  37. 753bca3 bpo-27945: Fixed various segfaults with dict. (#1657) by Serhiy Storchaka · 7 years ago
  38. 763557e bpo-17188: DOC: Document 'from None' in raise statement (#1671) by csabella · 7 years ago
  39. d896985 bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (#1652) by Serhiy Storchaka · 7 years ago
  40. ab4413a bpo-30039: Don't run signal handlers while resuming a yield from stack (#1081) by Nathaniel J. Smith · 7 years ago
  41. 378d706 bpo-30149: Fix partialmethod without explicit self parameter (#1308) by Dong-hee Na · 7 years ago
  42. 6f75bc0 bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601) by Xiang Zhang · 7 years ago
  43. d97b7dc bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613) by Serhiy Storchaka · 7 years ago
  44. c7ac728 bpo-30375: Correct the stacklevel of regex compiling warnings. (#1595) by Serhiy Storchaka · 7 years ago
  45. 79ef7f8 bpo-30357: test_thread now uses threading_cleanup() (#1592) by Victor Stinner · 7 years ago
  46. 83a2c28 bpo-30329: Catch Windows error 10022 on shutdown() (#1538) by Victor Stinner · 7 years ago
  47. edef358 bpo-29196: Removed old-deprecated classes Plist, Dict and _InternalDict (#488) by Serhiy Storchaka · 7 years ago
  48. d812eb7 bpo-9850: Document macpath deprecation in Misc/NEWS (#1590) by Victor Stinner · 7 years ago
  49. 4ab6abf bpo-30299: Display a bytecode when compile a regex in debug mode. (#1491) by Serhiy Storchaka · 7 years ago
  50. 821a9d1 bpo-30340: Enhanced regular expressions optimization. (#1542) by Serhiy Storchaka · 7 years ago
  51. 600c5ad bpo-30178: Add Jim Fasarakis-Hilliard to Misc/ACKS (GH-1572) by Mariatta · 7 years ago
  52. 7e19dbc bpo-28974: `object.__format__(x, '')` is now equivalent to `str(x)` (#506) by Serhiy Storchaka · 7 years ago
  53. 991adca bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1097) by INADA Naoki · 7 years ago
  54. f6eae5b bpo-28787: Fix out of tree --with-dtrace builds (#135) by stratakis · 7 years ago
  55. 305ccbe bpo-30298: Weaken the condition of deprecation warnings for inline modifiers. (#1490) by Serhiy Storchaka · 7 years ago
  56. 6d336a0 bpo-30285: Optimize case-insensitive matching and searching (#1482) by Serhiy Storchaka · 7 years ago
  57. f93234b bpo-30024: Circular imports involving absolute imports with binding (#1264) by Serhiy Storchaka · 7 years ago
  58. 9da408d bpo-29990: Fix range checking in GB18030 decoder (#1495) by Xiang Zhang · 7 years ago
  59. cc3fa20 bpo-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorage (#991) by Pierre Quentel · 7 years ago
  60. 3763ea8 Revert bpo-26293 for zipfile breakage. See also bpo-29094. (#1484) by Serhiy Storchaka · 7 years ago
  61. a12df7b bpo-30218: support path-like objects in shutil.unpack_archive() (GH-1367) by Jelle Zijlstra · 7 years ago
  62. a1054c3 bpo-29243: Fix Makefile with respect to --enable-optimizations (#1478) by torsava · 7 years ago
  63. 76a3e51 bpo-30243: Fixed the possibility of a crash in _json. (#1420) by Serhiy Storchaka · 7 years ago
  64. 898ff03 bpo-30215: Make re.compile() locale agnostic. (#1361) by Serhiy Storchaka · 7 years ago
  65. 6dd4d73 bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (#1319) by Antoine Pitrou · 7 years ago
  66. a5c62a8 bpo-23404: make touch becomes make regen-all (#1405) by Victor Stinner · 7 years ago
  67. 13f1f42 bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (#1326) by Xiang Zhang · 7 years ago
  68. f06e021 bpo-28556: Routine updates to typing (#1366) by Ivan Levkivskyi · 7 years ago
  69. 495b502 bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux (#1370) by Antoine Pitrou · 7 years ago
  70. 9997073 bpo-30228: FileIO seek() and tell() set seekable (#1384) by Victor Stinner · 7 years ago
  71. 5d7a8d0 bpo-30190: improved error msg for assertAlmostEqual(delta=...) (#1331) by Giampaolo Rodola · 7 years ago
  72. d1a1def bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. (#1341) by Serhiy Storchaka · 7 years ago
  73. ab7886b bpo-30101: Add support for curses.A_ITALIC. (#1015) by Eijebong · 7 years ago
  74. 08c1601 bpo:29950: Rename SlotWrapperType to WrapperDescriptorType (GH-926) by Jim Fasarakis-Hilliard · 7 years ago
  75. fcfe80e bpo-29822: Make inspect.isabstract() work during __init_subclass__. (#678) by Nate · 7 years ago
  76. 9eb5ca0 bpo-29751: add Cheryl Sabella to Misc/ACKS (GH-1268) by Mariatta · 7 years ago
  77. 7bfd740 Remove unneeded Misc/NEWS entry for bpo-29802. (#1251) by Serhiy Storchaka · 7 years ago
  78. 9616a82 bpo-29960 _random.Random corrupted on exception in setstate(). (#1019) by bladebryan · 7 years ago
  79. 40db90c bpo-29802: Fix reference counting in module-level struct functions (#1213) by Serhiy Storchaka · 7 years ago
  80. b4dc6af bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1168) by Dong-hee Na · 7 years ago
  81. a79f4c2 bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (#1131) by Serhiy Storchaka · 7 years ago
  82. d90045f bpo-22352: Adjust widths in the output of dis.dis() for large line numbers and (#1153) by Serhiy Storchaka · 7 years ago
  83. bf623ae bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) by Serhiy Storchaka · 7 years ago
  84. fdbd011 bpo-10076: Compiled regular expression and match objects now are copyable. (#1000) by Serhiy Storchaka · 7 years ago
  85. baf9f29 bpo-29839: Raise ValueError rather than OverflowError in len() for negative values. (#701) by Serhiy Storchaka · 7 years ago
  86. 026435c bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1130) by Xiang Zhang · 7 years ago
  87. 39f5956 bpo-29738: Add Olivier Vielpeau to Misc/ACKS (GH-1146) by Mariatta · 7 years ago
  88. f9f87f0 bpo-11913: Add README.rst to the distutils standard READMEs list (#563) by Ryan Gonzalez · 7 years ago
  89. 9476299 bpo-29869: Add Nevada Sanchez to Misc/ACKS (GH-1125) by Mariatta · 7 years ago
  90. 22a594a bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-1089) by Armin Rigo · 7 years ago
  91. 5908300 bpo-29995: re.escape() now escapes only special characters. (#1007) by Serhiy Storchaka · 7 years ago
  92. a6902e6 bpo-26985: Add missing info of code object in inspect documentation (GH-1090) by Xiang Zhang · 7 years ago
  93. 4c0d9ea bpo-30017: Allowed calling the close() method of the zip entry writer object (#1041) by Serhiy Storchaka · 7 years ago
  94. e8a6bb4 bpo-29692: Add missing ACKS entry (#1079) by Nick Coghlan · 7 years ago
  95. 00c75e9 bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeError (GH-949) by svelankar · 7 years ago
  96. 19e0494 bpo-29506: Clarify deep copy note in copy module by Sanyam Khurana · 7 years ago
  97. 0e6cb2e bpo-26187: Test that set_trace_callback() is not called multiple times (GH-461) by Aviv Palivoda · 7 years ago
  98. b785396 bpo-29998: Pickling and copying ImportError now preserves name and path (#1010) by Serhiy Storchaka · 7 years ago
  99. 205e00c bpo-29914: Fix default implementations of __reduce__ and __reduce_ex__(). (#843) by Serhiy Storchaka · 7 years ago
  100. 93b4b47 bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a 'trailer', e.g. zip()[x] (#24) by Stuart Berg · 7 years ago