1. 913fa1c bpo-37223, test_io: silence last 'Exception ignored in:' (GH-14029) by Victor Stinner · 5 years ago
  2. 0d19427 Make asyncio stream sendfile fail on error (was hang) (GH-14025) by Andrew Svetlov · 5 years ago
  3. ff6bb0a bpo-37236: pragma optimize off for _Py_c_quot on Windows arm64 (GH-13983) by Paul Monson · 5 years ago
  4. daf6262 bpo-37201: fix test_distutils failures for Windows ARM64 (GH-13902) by Paul Monson · 5 years ago
  5. 5287022 bpo-37160: Thread native ID NetBSD support (GH-13835) by David Carlier · 5 years ago
  6. 32dda26 bpo-35545: Skip `test_asyncio.test_create_connection_ipv6_scope` on AIX (GH-14011) by Michael Felt · 5 years ago
  7. a6e190e bpo-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991) by Ammar Askar · 5 years ago
  8. 405f648 bpo-32625: Updated documentation for EXTENDED_ARG. (GH-13985) by Yao Zuo · 5 years ago
  9. 376ce98 bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13997) by Victor Stinner · 5 years ago
  10. eb976e4 bpo-36918: Fix "Exception ignored in" in test_urllib (GH-13996) by Victor Stinner · 5 years ago
  11. efdf6ca bpo-35766: compile(): rename feature_version parameter (GH-13994) by Victor Stinner · 5 years ago
  12. 10b55c1 bpo-35766: Change format for feature_version to (major, minor) (GH-13992) by Guido van Rossum · 5 years ago
  13. 04856c2 bpo-37238: Enable building for Windows using Visual Studio 2019 (GH-13988) by Paul Monson · 5 years ago
  14. 9b33ce4 bpo-35766: What's new in the ast and typing modules (#13984) by Guido van Rossum · 5 years ago
  15. 44867bb Fix test_posix if RWF_HIPRI is defined but not preadv2. (GH-13980) by Benjamin Peterson · 5 years ago
  16. 910b3fc closes bpo-33758: Skip test_get_type_hints_modules_forwardref. (GH-13977) by Benjamin Peterson · 5 years ago
  17. 65aa64f bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971) by Andrew Svetlov · 5 years ago
  18. 1f11cf9 bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13965) by Raymond Hettinger · 5 years ago
  19. 408a2ef closes bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup parsing of pyexpat line in Setup. (GH-13064) by aaronpaulhurst · 5 years ago
  20. b589cef bpo-37223: test_io: silence destructor errors (GH-13954) by Victor Stinner · 5 years ago
  21. 4f6f7c5 bpo-18748: Fix _pyio.IOBase destructor (closed case) (GH-13952) by Victor Stinner · 5 years ago
  22. 8a8b59c bpo-37215: Fix dtrace issue introduce by bpo-36842 (GH-13940) by Christian Heimes · 5 years ago
  23. e042a45 Do not use explicit inheritance from object in the documentation. (GH-13936) by Serhiy Storchaka · 5 years ago
  24. c879ff2 bpo-36785: PEP 574 What's New entry (#13931) by Antoine Pitrou · 5 years ago
  25. b9438ce Add some placeholder notes for major 3.8 features (GH-13927) by Nick Coghlan · 5 years ago
  26. 45a1494 bpo-11122: fix hardcoded path checking for rpmbuild in bdist_rpm.py (GH-10594) by Marcin Niemira · 5 years ago
  27. e119b3d bpo-37178: Allow a one argument form of math.perm() (GH-13905) by Raymond Hettinger · 5 years ago
  28. 8cc605a bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727) by Rémi Lapeyre · 5 years ago
  29. a15a7bc bpo-29505: Fix interpreter in fuzzing targets to be relocatable (GH-13907) by Ammar Askar · 5 years ago
  30. d407d2a bpo-37173: Show passed class in inspect.getfile error (GH-13861) by Philipp A · 5 years ago
  31. 65e5860 cross port importlib-metadata PR #76 (#13903) by Anthony Sottile · 5 years ago
  32. 03d5831 bpo-37150: Throw ValueError if FileType class object was passed in add_argument (GH-13805) by zygocephalus · 5 years ago
  33. 1f95317 bpo-37138: fix undefined behaviour with memcpy() on NULL array (GH-13867) by Jeroen Demeyer · 5 years ago
  34. e7e5039 bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872) by Paul Monson · 5 years ago
  35. 740a84d bpo-37191: Move TestPEP590 from test_capi to test_call (GH-13892) by Victor Stinner · 5 years ago
  36. 3bf0f3a bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888) by Victor Stinner · 5 years ago
  37. 3f345c3 bpo-37151: simplify classmethoddescr_call (GH-13340) by Jeroen Demeyer · 5 years ago
  38. 307d4cb Use assertEqual(). (#13883) by Stefan Krah · 5 years ago
  39. 7f8a38a IDLE: Standardize naming convention for DummyEditwin in tests (GH-13876) by Cheryl Sabella · 5 years ago
  40. 0690c79 bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13881) by Eric Wieser · 5 years ago
  41. 554450f bpo-37177: make IDLE's search dialogs transient (GH-13869) by Tal Einat · 5 years ago
  42. de76c07 bpo-37134: Add PEP570 notation to the signature of byte{array}.translate (GH-13874) by Pablo Galindo · 5 years ago
  43. dc24765 bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) by Zackery Spytz · 5 years ago
  44. f6713e8 bpo-36520: Email header folded incorrectly (#13608) by websurfer5 · 5 years ago
  45. e0c0c7e bpo-37156: Fix libssl DLL tag in MSI sources (GH-13866) by Steve Dower · 5 years ago
  46. 013a18a bpo-36763, _testembed: enable assert() in release mode (GH-13857) by Victor Stinner · 5 years ago
  47. 6af2303 bpo-2661: Make mapping tests better usable for custom mapping classes. (GH-11157) by Walter Dörwald · 5 years ago
  48. cb65202 bpo-35551: remove mac_centeuro encoding (GH-13856) by Inada Naoki · 5 years ago
  49. 4867eaa Add importlib.metadata to what's new. (#13855) by Barry Warsaw · 5 years ago
  50. c4c421d bpo-37134: Use PEP570 syntax for sum() (GH-13851) by Pablo Galindo · 5 years ago
  51. e985804 bpo-37165: Convert _count_elements to the argument clinic (GH-13848) by Raymond Hettinger · 5 years ago
  52. c4c15ed bpo-35551: encodings update (GH-11446) by Ashwin Ramaswami · 5 years ago
  53. 54edb04 bpo-37134: Add PEP570 notation to the documentation (GH-13743) by Pablo Galindo · 5 years ago
  54. 1e77ab0 bpo-33725, multiprocessing doc: rephase warning against fork on macOS (GH-13841) by Victor Stinner · 5 years ago
  55. 66c4f3f bpo-21315: Fix parsing of encoded words with missing leading ws. (#13425) by Abhilash Raj · 5 years ago
  56. 142566c [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620) by Serhiy Storchaka · 5 years ago
  57. 6c01ebc bpo-37158: Simplify and speed-up statistics.fmean() (GH-13832) by Raymond Hettinger · 5 years ago
  58. ccf0efb bpo-26836: Document os.memfd_create() name parameter (GH-13838) by Victor Stinner · 5 years ago
  59. 9aa7856 bpo-34767: Do not always create a collections.deque() in asyncio.Lock() (GH-13834) by Zackery Spytz · 5 years ago
  60. d4cf099 Fix documentation (GH-13721) by Benjamin Yeh · 5 years ago
  61. 6d64a8f bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [streams] (GH-13671) by Emmanuel Arias · 5 years ago
  62. 949fe97 bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791) by Terry Jan Reedy · 5 years ago
  63. 59e7bbc Doc: Python 3.9 in sidebar and version switcher. (GH-13824) by Julien Palard · 5 years ago
  64. 19a1e1e bpo-34282: Remove deprecated enum _convert method (GH-13823) by Zachary Ware · 5 years ago
  65. 750767f Bump version in AppVeyor config (#13822) by Zachary Ware · 5 years ago
  66. 9ab2fb1 Bump to 3.9.0a0 by Łukasz Langa · 5 years ago
  67. 23d7ce7 Merge tag 'v3.8.0b1' by Łukasz Langa · 5 years ago
  68. 001d63c bpo-35047: Update whatsnew/3.8 for better mock error message (GH-13746) by Petter Strandmark · 5 years ago
  69. aa79707 bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598) by Abhilash Raj · 5 years ago
  70. 3b5deb0 Python 3.8.0b1 by Łukasz Langa · 5 years ago
  71. 46d88a1 bpo-35805: Add parser for Message-ID email header. (GH-13397) by Abhilash Raj · 5 years ago
  72. bc6469f bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816) by Victor Stinner · 5 years ago
  73. 8d0ef0b bpo-36742: Corrects fix to handle decomposition in usernames (#13812) by Steve Dower · 5 years ago
  74. 800d786 Fix extraneous whitespace in QueueListener.prepare (GH-13803) by Boris Feld · 5 years ago
  75. f0b5ae4 bpo-30699: Improve example on datetime tzinfo instances (GH-4290) by Mario Corchero · 5 years ago
  76. ca612a9 bpo-36778: Remove outdated comment from CodePageTest (GH-13807) by Victor Stinner · 5 years ago
  77. ea9f168 bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13809) by Victor Stinner · 5 years ago
  78. 8d56109 bpo-37142: Make asyncio stream tests more robust again (GH-13804) by Andrew Svetlov · 5 years ago
  79. 35890ab Make StreamServer.close() tests more robust (GH-13790) by Andrew Svetlov · 5 years ago
  80. 7f9a2ae Revert "bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786)" (#13802) by Łukasz Langa · 5 years ago
  81. 8f4bbb5 Fix grammar (GH-13801) by Raymond Hettinger · 5 years ago
  82. 8bcf262 More updates to the annotated assignments docs (GH-13794) by Ivan Levkivskyi · 5 years ago
  83. 4cdbc45 bpo-37148: Fix asyncio test that check for warning when running the test suite with huntleaks (GH-13800) by Pablo Galindo · 5 years ago
  84. 963eb0f bpo-35431: Drop the k <= n requirement (GH-13798) by Raymond Hettinger · 5 years ago
  85. 0fd2c30 Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795) by Victor Stinner · 5 years ago
  86. 9535aff Revert "bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (#13630)" (GH-13793) by Andrew Svetlov · 5 years ago
  87. eddef86 bpo-37146: disable opcache when Py_DEBUG is defined (GH-13787) by Inada Naoki · 5 years ago
  88. 0f0a30f bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786) by Victor Stinner · 5 years ago
  89. 78c7d52 bpo-37120: Add SSLContext.num_tickets (GH-13719) by Christian Heimes · 5 years ago
  90. 47eb223 bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248) by Christian Heimes · 5 years ago
  91. e35d1ba bpo-34271: Fix compatibility with 1.0.2 (GH-13728) by Christian Heimes · 5 years ago
  92. 06651ee bpo-37081: Test with OpenSSL 1.1.1c (GH-13631) by Christian Heimes · 5 years ago
  93. e225beb Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)" (GH-13780) by Victor Stinner · 5 years ago
  94. 49a7e34 bpo-37137: Fix test_asyncio: use TestCase.set_event_loop() (GH-13779) by Victor Stinner · 5 years ago
  95. 0b9956e bpo-37087: Adding native ID support for OpenBSD (GH-13654) by David Carlier · 5 years ago
  96. 141da44 Doc fix: duplicate object description of email.message (GH-13742) by Julien Palard · 5 years ago
  97. 01ae897 Add credits to What's New in Python 3.8 (GH-13776) by Victor Stinner · 5 years ago
  98. 395420e bpo-26219: remove unused code (GH-13775) by Inada Naoki · 5 years ago
  99. 91234a1 bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884) by Inada Naoki · 5 years ago
  100. 29ec422 Pin macOS installer Sphinx to v2.0.1 (GH-13774) by Ned Deily · 5 years ago