1. bc77eff bpo-33042: Fix pre-initialization sys module configuration (GH-6157) by Nick Coghlan · 6 years ago
  2. d02ac25 bpo-33136: Harden ssl module against CVE-2018-8970 (GH-6229) by Christian Heimes · 6 years ago
  3. e4ce9fa bpo-32943: Fix confusing error message for rot13 codec (GH-5869) by Xiang Zhang · 6 years ago
  4. c42e7aa Fix invalid escape sequence: use raw string. (GH-6225) by Eric V. Smith · 6 years ago
  5. 01d618c bpo-33134: dataclasses: use function dispatch table for hash, instead of a string lookup which then is tested with if tests. (GH-6222) by Eric V. Smith · 6 years ago
  6. f96ddad Trivial dataclass cleanups: (GH-6218) by Eric V. Smith · 6 years ago
  7. a95d986 bpo-33132: Fix reference counting issues in the compiler. (GH-6209) by Serhiy Storchaka · 6 years ago
  8. 4ca0739 bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) by Christian Heimes · 6 years ago
  9. e42ae91 bpo-24334: Remove inaccurate match_hostname call (#6211) by Christian Heimes · 6 years ago
  10. d8b291a bpo-32932: More revealing error message when non-str objects in __all__ (GH-5848) by Xiang Zhang · 6 years ago
  11. 5cbb841 bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (GH-6061) by Himanshu Lakhara · 6 years ago
  12. 8bcfa02 bpo-31639: Use threads in http.server module. (GH-5018) by Julien Palard · 6 years ago
  13. a0a42d2 Fix a reference to the MRE book in re docs (GH-1113) by Berker Peksag · 6 years ago
  14. 397466d bpo-30953: Improve error messages and add tests for jumping (GH-6196) by Serhiy Storchaka · 6 years ago
  15. 702f8f3 bpo-33041: Rework compiling an "async for" loop. (#6142) by Serhiy Storchaka · 6 years ago
  16. c65bf3f bpo-32999: ast: Convert useless check to assert (GH-6197) by INADA Naoki · 6 years ago
  17. 56970b8 bpo-32505: dataclasses: raise TypeError if a member variable is of type Field, but doesn't have a type annotation. (GH-6192) by Eric V. Smith · 6 years ago
  18. f757b72 bpo-32999: Revert GH-6002 (fc7df0e6) (GH-6189) by INADA Naoki · 6 years ago
  19. 40472dd bpo-33018: Improve issubclass() error checking and message. (GH-5944) by jab · 6 years ago
  20. d93b516 Upgrade pip to v9.0.3 and setuptools to v39.0.1 (#6184) by Donald Stufft · 6 years ago
  21. 8e4560a Add 'Field' to dataclasses.__all__. (GH-6182) by Eric V. Smith · 6 years ago
  22. dec1c77 FIX failure on OSX sem_getvalue (#6180) by Thomas Moreau · 6 years ago
  23. e2f33ad bpo-33078 - Fix queue size on pickling error (GH-6119) by Thomas Moreau · 6 years ago
  24. 9308dea Fix typos in mmap() error messages (GH-6173) by Zackery Spytz · 6 years ago
  25. 8f6eccd bpo-32896: Fix error when subclassing a dataclass with a field that uses a default_factory (GH-6170) by Eric V. Smith · 6 years ago
  26. 10b134a bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016) by Xiang Zhang · 6 years ago
  27. 5609b78 bpo-18802: Add more details to ipaddress documentation (GH-6083) by Cheryl Sabella · 6 years ago
  28. 4be79f2 bpo-28247: Document Windows executable creation in zipapp (GH-6158) by Cheryl Sabella · 6 years ago
  29. 2cb4661 bpo-33034: Improve exception message when cast fails for {Parse,Split}Result.port (GH-6078) by Matt Eaton · 6 years ago
  30. 7389fd9 bpo-33100: Dataclasses now handles __slots__ and default values correctly. (GH-6152) by Eric V. Smith · 6 years ago
  31. 4573820 bpo-33061: Add missing 'NoReturn' to __all__ in typing.py (GH-6127) by aetracht · 6 years ago
  32. f199bc6 bpo-32953: Dataclasses: frozen should not be inherited for non-dataclass derived classes (#6147) by Eric V. Smith · 6 years ago
  33. 3fe3304 bpo-19417: Add test_bdb.py (GH-5217) by xdegaye · 6 years ago
  34. f64aae4 Revert "bpo-30406: Make async and await proper keywords (#1669)" (GH-6143) by Jelle Zijlstra · 6 years ago
  35. fe2bbb1 bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822) by Serhiy Storchaka · 6 years ago
  36. 134cb01 bpo-32056: Improve exceptions in aifc, wave and sunau. (GH-5951) by Serhiy Storchaka · 6 years ago
  37. bc300ce bpo-33041: Add tests for jumps in/out of 'async with' blocks. (#6110) by Serhiy Storchaka · 6 years ago
  38. bbf7bb7 bpo-27645: Fix version number in 'database in transaction' fallback (GH-6131) by Aviv Palivoda · 6 years ago
  39. 7f81bb2 Update pip to 9.0.2 and setuptools to 38.6.1 (#6133) by Donald Stufft · 6 years ago
  40. c2b0b12 bpo-32374: m_traverse may be called with m_state=NULL (GH-5140) by Marcel Plch · 6 years ago
  41. d6e1404 bpo-33021: Fix GCC 7 warning (-Wmaybe-uninitialized) in mmapmodule.c (#6117) by Zackery Spytz · 6 years ago
  42. 74f5687 lib2to3: Add more tests (#6101) by Łukasz Langa · 6 years ago
  43. b8e9d6c bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6107) by xdegaye · 6 years ago
  44. 5affd5c bpo-32885: Tools/scripts/pathfix.py: Add -n option for no backup~ (#5772) by Miro Hrončok · 6 years ago
  45. b51f5de bpo-33064: lib2to3: support trailing comma after *args and **kwargs (#6096) by Łukasz Langa · 6 years ago
  46. a34510a bpo-29719: Remove Date and Release field in whatsnew/3.7 and 8 (GH-6093) by Ned Deily · 6 years ago
  47. 37ed6df Add macOS installer Conclusion file by Ned Deily · 6 years ago
  48. 019f5b3 bpo-22674: fix test_strsignal on OSX (GH-6085) by Antoine Pietri · 6 years ago
  49. b21505e Fix docs markup for asyncio current_task() and all_tasks() (#6089) by Andrew Svetlov · 6 years ago
  50. 095ee41 bpo-33056 FIX leaking fd in concurrent.futures.ProcessPoolExecutor (#6084) by Thomas Moreau · 6 years ago
  51. 5d2a27d signal: add strsignal() (#6017) by Antoine Pietri · 6 years ago
  52. 4484f9d bpo-33021: Release the GIL during fstat() calls (GH-6019) by Nir Soffer · 6 years ago
  53. e756f66 bpo-31804: Fix multiprocessing.Process with broken standard streams (#6079) by Antoine Pitrou · 6 years ago
  54. 9fb8415 Drop confusing commented out code in pystrtod.c (GH-6072) by Siddhesh Poyarekar · 6 years ago
  55. e2732d3 bpo-32970: Improve disassembly of the MAKE_FUNCTION instruction. (GH-5937) by Serhiy Storchaka · 6 years ago
  56. 3f7e9aa bpo-32925: Optimized iterating and containing test for literal lists (GH-5842) by Serhiy Storchaka · 6 years ago
  57. 4e24425 bpo-32946: Speed up "from ... import ..." from non-packages. (GH-5873) by Serhiy Storchaka · 6 years ago
  58. b931bd0 bpo-32338: OrderedDict import is no longer needed in re. (#4891) by Serhiy Storchaka · 6 years ago
  59. 26c9f56 bpo-33026: Fix jumping out of "with" block by setting f_lineno. (#6026) by Serhiy Storchaka · 6 years ago
  60. 51302a5 bpo-32996: Improve What's New in 3.7. (#5983) by Serhiy Storchaka · 6 years ago
  61. 9cf8c42 bpo-33045: Fix typos in SSL documentation (GH-6065) by Matt Eaton · 6 years ago
  62. 7280a4e bpo-27645: Skip test_bad_target_in_transaction if SQLite == 3.8.7.1 (GH-6067) by Berker Peksag · 6 years ago
  63. d7aed41 bpo-27645: Add support for native backup facility of SQLite (GH-4238) by Emanuele Gaifas · 6 years ago
  64. c10b288 bpo-30249: Improve struct.unpack_from() error messages (GH-6059) by Xiang Zhang · 6 years ago
  65. 67ee077 bpo-33041: Add missed error checks when compile "async for" (#6053) by Serhiy Storchaka · 6 years ago
  66. 24d3201 bpo-33041: Fixed bytecode generation for "async for" with a complex target. (#6052) by Serhiy Storchaka · 6 years ago
  67. 5e80a71 bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044) by Andrew Svetlov · 6 years ago
  68. 496431f bpo-26701: Improve documentation for the rounding special methods. (#6054) by Serhiy Storchaka · 6 years ago
  69. 308eab9 bpo-26701: Add documentation for __trunc__ (GH-6022) by Eric Appelt · 6 years ago
  70. 10485eb Warn that dbm.dumb.open() can crash Python (GH-6047) by Brett Cannon · 6 years ago
  71. f7a6ff6 Warn that compile() can crash when compiling to an AST object (GH-6043) by Brett Cannon · 6 years ago
  72. 7a7f100 bpo-32758: Warn that ast.parse() and ast.literal_eval() can segfault the interpreter (GH-5960) by Brett Cannon · 6 years ago
  73. 83d7062 controlflow: Use full example for "5 through 9" (GH-5907) by Steven M. Vascellaro · 6 years ago
  74. 3b20d34 bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname (#6010) by Alexey Izbyshev · 6 years ago
  75. 3c7ac7e Add two missing error checks in hamt.c (GH-5851) by Xiang Zhang · 6 years ago
  76. e405096 Fix some ipaddress documentation errors (GH-6021) by Xiang Zhang · 6 years ago
  77. fc7df0e bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002) by INADA Naoki · 6 years ago
  78. bc3f228 bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988) by Xiang Zhang · 6 years ago
  79. 8a38721 bpo-33009: Fix inspect.signature() for single-parameter partialmethods. (GH-6004) by Yury Selivanov · 6 years ago
  80. 5d92647 bpo-33005: Fix _PyGILState_Reinit() (#6001) by Victor Stinner · 6 years ago
  81. efd2bac Fix strncpy warning with gcc 8 (#5840) by Siddhesh Poyarekar · 6 years ago
  82. b9650a0 bpo-32991: Restore expectation that inspect.getfile raises TypeError on namespace package (GH-5980) by Jason R. Coombs · 6 years ago
  83. 6921e73 bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) by Steve Dower · 6 years ago
  84. 4c19b95 Add What's New for issues 32303 and 32305 (GH-5994) by Barry Warsaw · 6 years ago
  85. 22c82be bpo-32984: IDLE - set __file__ for startup files (GH-5981) by Terry Jan Reedy · 6 years ago
  86. 18fd892 bpo-30147: Add re.escape changes to 3.7 What's New (GH-5978) by Cheryl Sabella · 6 years ago
  87. 74382a3 bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5701) by Cheryl Sabella · 6 years ago
  88. 7023644 closes bpo-32980 Remove _PyFrame_Init (GH-5965) by Thomas Nyberg · 6 years ago
  89. 0e6c8ee bpo-32981: Fix catastrophic backtracking vulns (#5955) by Jamie Davis · 6 years ago
  90. 13cfd57 Fix missing coroutine declaration in the asyncio documentation. (#5964) by Joongi Kim · 6 years ago
  91. b21d155 bpo-32964: Reuse a testing implementation of the path protocol in tests. (#5930) by Serhiy Storchaka · 6 years ago
  92. bf63e8d bpo-30607: Use external python-doc-theme (GH-2017) by Jon Wayne Parrott · 6 years ago
  93. 5da8cfb Fixed incorrect default value for dataclass unsafe_hash. (GH-5949) by Eric V. Smith · 6 years ago
  94. 3e197c7 bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801) by Alexey Izbyshev · 6 years ago
  95. 982c723 Fix typo in logging doc: picked -> pickled (GH-5942) by James Walker · 6 years ago
  96. f0daa88 bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862) by Cheryl Sabella · 6 years ago
  97. 45ab51c Fix 3.8 whatsnew changelog link by Ned Deily · 6 years ago
  98. 881323d Minor improvements to the Windows build/release process (GH-5935) by Steve Dower · 6 years ago
  99. 0954c9e bpo-30928: Update idlelib/NEWS.txt, possibly for 3.7.0b2 (GH-5932) by Terry Jan Reedy · 6 years ago
  100. be50a7b Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (#5912) by Serhiy Storchaka · 6 years ago