1. b19c0d77 bpo-39055: Reject a trailing \n in base64.b64decode() with validate=True. (GH-17616) by Serhiy Storchaka · 6 years ago
  2. 41ec17e bpo-39056: Fix handling invalid warning category in the -W option. (GH-17618) by Serhiy Storchaka · 6 years ago
  3. 6a265f0 bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619) by Serhiy Storchaka · 6 years ago
  4. ec007cb Fix SystemError when nested function has annotation on positional-only argument (GH-17826) by Anthony Sottile · 6 years ago
  5. 7dc72b8 bpo-28367: Add additional baud rates for termios (GH-13142) by Anthony Shaw · 6 years ago
  6. 3a5de51 Fix #39191: Don't spawn a task before failing (#17796) by Andrew Svetlov · 6 years ago
  7. e02ab59 bpo-38532: Add missing decrefs in PyCFuncPtr_FromDll() (GH-16857) by Zackery Spytz · 6 years ago
  8. b789202 Add link to zlib v1.1.3 vulnerability (GH-17156) by Emmanuel Nosa E · 6 years ago
  9. 4fcf5c1 bpo-39158: ast.literal_eval() doesn't support empty sets (GH-17742) by Raymond Hettinger · 6 years ago
  10. 32f1443 Update copyright year in macOS installer license copy (GH-17806) by Ned Deily · 6 years ago
  11. 946b29e Bring Python into the next decade. (GH-17801) by Benjamin Peterson · 6 years ago
  12. 7b35bef bpo-38870: Throw ValueError on invalid yield from usage (GH-17798) by Batuhan Taşkaya · 6 years ago
  13. 78018bb Remove outdated mention of hg.exe from Tools/msi/README.txt (GH-17792) by Anthony Shaw · 6 years ago
  14. 04ec7a1 bpo-39114: Fix tracing of except handlers with name binding (GH-17769) by Pablo Galindo · 6 years ago
  15. 149175c bpo-39183: Fix formatting in library/ensurepip (GH-17787) by Rafael Fontenelle · 6 years ago
  16. 5b90771 bpo-13601: always use line-buffering for sys.stderr (GH-17646) by Jendrik Seipp · 6 years ago
  17. 46abfc1 bpo-39142: Avoid converting namedtuple instances to ConvertingTuple. (GH-17773) by Vinay Sajip · 6 years ago
  18. 22424c0 Document CodeType.replace (GH-17776) by Anthony Sottile · 6 years ago
  19. 37143a8 bpo-39176: Improve error message for 'named assignment' (GH-17777) by Ned Batchelder · 6 years ago
  20. ba82ee8 Fix idlelib README typo. (GH-17770) by Terry Jan Reedy · 6 years ago
  21. 8e1f26e Minor doc fixes in urllib.parse (GH-17745) by Борис Верховский · 6 years ago
  22. d0c92e8 closes bpo-37446: resolve undefined behavior in Python/hamt.c (GH-17727) by Batuhan Taşkaya · 6 years ago
  23. dfef986 bpo-38588: Optimize list comparison. (GH-17766) by Inada Naoki · 6 years ago
  24. 2d5bf56 bpo-38588: Fix possible crashes in dict and list when calling PyObject_RichCompareBool (GH-17734) by Dong-hee Na · 6 years ago
  25. ee9ff05 bpo-34118: memoryview, range, and tuple are classes (GH-17761) by Terry Jan Reedy · 6 years ago
  26. d9e561d bpo-38610: Fix possible crashes in several list methods (GH-17022) by Zackery Spytz · 6 years ago
  27. 09c482f bpo-39019: Implement missing __class_getitem__ for SpooledTemporaryFile (GH-17560) by Batuhan Taşkaya · 6 years ago
  28. 4dc5a9d bpo-39019: Implement missing __class_getitem__ for subprocess classes (GH-17558) by Batuhan Taşkaya · 6 years ago
  29. 89aa7f0 bpo-34790: Implement deprecation of passing coroutines to asyncio.wait() (GH-16977) by Kyle Stanley · 6 years ago
  30. 88dce26 Fix handling of line numbers around finally-blocks. (#17737) by Mark Shannon · 6 years ago
  31. 226e6e7 bpo-39037: Fix lookup order of magic methods in with statement documentation (GH-17608) by Géry Ogam · 6 years ago
  32. 32a12ae Fix typos and remove deprecated deprecation warning. (GH-17741) by Antoine · 6 years ago
  33. 8f0703f bpo-39157: Skip test_pidfd_send_signal if the system does not have enough privileges to use pidfd (GH-17740) by Pablo Galindo · 6 years ago
  34. be287c3 Fix error when running with -uall in test_unparse (GH-17739) by Pablo Galindo · 6 years ago
  35. 23a226b bpo-38870: Run always tests that heavily use grammar features in test_unparse (GH-17738) by Pablo Galindo · 6 years ago
  36. cbd0408 links in importlib.metadata.rst replaced with sphinx references (GH-17730) by Oleg Höfling · 6 years ago
  37. 6c7bb38 bpo-39136: Fixed typos (GH-17720) by Gurupad Hegde · 6 years ago
  38. 98f0f04 bpo-38731: Fix function signature of quiet in docs (GH-17719) by Batuhan Taşkaya · 6 years ago
  39. ef7eaaf bpo-39144 Align ctags and etags behaviours in the makefile and include Python stdlib files (GH-17721) by Anthony Shaw · 6 years ago
  40. 9091398 Move comment about permanent generation to gcmodule.c (GH-17718) by Pablo Galindo · 6 years ago
  41. 91874bb closes bpo-39135: Remove 'time.clock()' mention in docs. (GH17709) by Michael Wayne Goodman · 6 years ago
  42. c0052f3 closes bpo-30364: Replace deprecated no_address_safety_analysis attribute. (GH-17702) by Batuhan Taşkaya · 6 years ago
  43. f460eea Update what's new with the latest GC improvements (GH-17708) by Pablo Galindo · 6 years ago
  44. 03c8e5d Update 3.9.0a2.rst (GH-17703) by Aurora Lanes · 6 years ago
  45. e28aff5 bpo-33961: Adjusted dataclasses docs to correct exceptions raised. (GH-7917) (GH-17677) by Fabio Sangiovanni · 6 years ago
  46. 527f9de Fix the miscellaneous typo (GH-17700) by cocoatomo · 6 years ago
  47. dd117c3 Update 3.9.0a2.rst - correct small typos (GH-17665) by toonarmycaptain · 6 years ago
  48. 5c7ed75 Minor C API documentation improvements. (GH-17696) by William Ayd · 6 years ago
  49. 025eeaa Fix import path for asyncio.TimeoutError (#17691) by Andrew Svetlov · 6 years ago
  50. 3c75f31 Add comment to avoid ACKS losing order (GH-17678) by Éric Araujo · 6 years ago
  51. d69cbeb Revert "bpo-38870: Remove dependency on contextlib to avoid performance regression on import (GH-17376)" (GH-17687) by Pablo Galindo · 6 years ago
  52. 4b3b122 bpo-38870: Refactor delimiting with context managers in ast.unparse (GH-17612) by Batuhan Taşkaya · 6 years ago
  53. 9f9dac0 bpo-38914 Do not require email field in setup.py. (GH-17388) by Jürgen Gmach · 6 years ago
  54. e7b406f [typo] fix dupe in datetime.fromisoformat docs (GH-17295) by Michael Morehouse · 6 years ago
  55. 068768f Add missing markup (GH-17680) by cocoatomo · 6 years ago
  56. eae87e3 bpo-38878: Fix os.PathLike __subclasshook__ (GH-17336) by Bar Harel · 6 years ago
  57. f522a6d bpo-38918: Add __module__ entry for function & method type in inspect docs table (GH-17408) by Parth Sharma · 6 years ago
  58. dd1a20f reorder entries in Misc/ACKS (#17663) by Éric Araujo · 6 years ago
  59. b0d4949 Doc typo (#17667) by Jesús Cea · 6 years ago
  60. 791073f Post 3.9.0a2 by Łukasz Langa · 6 years ago
  61. 6202d85 Python 3.9.0a2 by Łukasz Langa · 6 years ago
  62. 673c393 bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652) by Victor Stinner · 6 years ago
  63. 75bb07e bpo-39028: Performance enhancement in keyword extraction (GH-17576) by Sebastian Berg · 6 years ago
  64. 50d4f12 bpo-39080: Starred Expression's column offset fix when inside a CALL (GH-17645) by Lysandros Nikolaou · 6 years ago
  65. a9d0a6a bpo-36500: Simplify PCbuild/build.bat and prevent path separator changing in comments (GH-17644) by Steve Dower · 6 years ago
  66. 9e36589 bpo-36500: Add --regen option to PCbuild/build.bat so Windows users can regen grammar, opcodes, tokens and symbols (GH-12654) by Anthony Shaw · 6 years ago
  67. 9707e8e bpo-38546: multiprocessing tests stop the resource tracker (GH-17641) by Victor Stinner · 6 years ago
  68. 630c8df bpo-38858: Small integer per interpreter (GH-17315) by Victor Stinner · 6 years ago
  69. f501db2 Add whatsnew for removal of asyncio.loop.create_datagram_endpoint()'s *reuse_address* parameter (#17595) by Kyle Stanley · 6 years ago
  70. 6a263cf bpo-39041: Add GitHub Actions badge to README.rst (GH-17628) by Steve Dower · 6 years ago
  71. a76ba36 bpo-39041: Add GitHub Actions support (GH-17594) by Steve Dower · 6 years ago
  72. 814d687 bpo-38348: Extend command line options of ast parsing tool (GH-16540) by Batuhan Taşkaya · 6 years ago
  73. a322f50 bpo-38870: Remove dead code related with argument unparsing (GH-17613) by Batuhan Taşkaya · 6 years ago
  74. 092435e bpo-38811: Check for presence of os.link method in pathlib (GH-17225) by Toke Høiland-Jørgensen · 6 years ago
  75. 1ca8fb1 Add tests and design notes for Counter subset/superset operations. (GH-17625) by Raymond Hettinger · 6 years ago
  76. 79f02fe bpo-39033: Fix NameError in zipimport during hash validation (GH-17588) by Xtreak · 6 years ago
  77. d587272 bpo-38316: Fix co_stacksize documentation (GH-16983) by Batuhan Taşkaya · 6 years ago
  78. cb8b946 bpo-38629: implement __floor__ and __ceil__ for float type (GH-16985) by Batuhan Taşkaya · 6 years ago
  79. b08d3f7 The comment in ast_for_namedexpr shouldn't include if_stmt (GH-17586) by Guido van Rossum · 6 years ago
  80. 39afa2d bpo-38021: Modify AIX platform_tag so it covers PEP 425 needs (GH-17303) by Michael Felt · 6 years ago
  81. 94d2c8d bpo-39035: travis: Don't use beta group (GH-17602) by Inada Naoki · 6 years ago
  82. 40c01c3 Fix typo in site module (GH-17597) by Daniel Andersson · 6 years ago
  83. 5936a4c Fix elif start column offset when there is an else following (GH-17596) by Lysandros Nikolaou · 6 years ago
  84. 95826c7 Add PYTHONUTF8 to commandline usage. (GH-17587) by Inada Naoki · 6 years ago
  85. 8289e27 bpo-36406: Handle namespace packages in doctest (GH-12520) by Xtreak · 6 years ago
  86. 025a602 bpo-39031: Include elif keyword when producing lineno/col-offset info for if_stmt (GH-17582) by Lysandros Nikolaou · 6 years ago
  87. 1988344 Fix warnings in test_asyncio.test_base_events (#17577) by Kyle Stanley · 6 years ago
  88. 7772b1a bpo-38614: Use support timeout constants (GH-17572) by Victor Stinner · 6 years ago
  89. 0d63bac bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566) by Victor Stinner · 6 years ago
  90. b7a0109 bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568) by Jason R. Coombs · 6 years ago
  91. d0802d0 bpo-39012: Fix RC version suffix for nuget release files (GH-17564) by Steve Dower · 6 years ago
  92. 1d0f9b3 bpo-38614: Use test.support.INTERNET_TIMEOUT constant (GH-17565) by Victor Stinner · 6 years ago
  93. c98b019 bpo-38614: Use test.support.LONG_TIMEOUT constant (GH-17562) by Victor Stinner · 6 years ago
  94. bbc8b79 bpo-38614: Use default join_thread() timeout in tests (GH-17559) by Victor Stinner · 6 years ago
  95. 07871b2 bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554) by Victor Stinner · 6 years ago
  96. 680068c Minor fixes to the NEWS entries (GH-17556) by Pablo Galindo · 6 years ago
  97. 8237497 bpo-39004: increment large sendfile() test timeout (GH-17552) by Giampaolo Rodola · 6 years ago
  98. abdeb57 Fix Windows release builds (GH-17550) by Steve Dower · 6 years ago
  99. e9df88e Clean imports in test_unparse (GH-17545) by Pablo Galindo · 6 years ago
  100. bbc4162 bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416) by JohnnyNajera · 6 years ago