1. 37143a8 bpo-39176: Improve error message for 'named assignment' (GH-17777) by Ned Batchelder · 4 years, 10 months ago
  2. ba82ee8 Fix idlelib README typo. (GH-17770) by Terry Jan Reedy · 4 years, 10 months ago
  3. 8e1f26e Minor doc fixes in urllib.parse (GH-17745) by Борис Верховский · 4 years, 10 months ago
  4. d0c92e8 closes bpo-37446: resolve undefined behavior in Python/hamt.c (GH-17727) by Batuhan Taşkaya · 4 years, 10 months ago
  5. dfef986 bpo-38588: Optimize list comparison. (GH-17766) by Inada Naoki · 4 years, 10 months ago
  6. 2d5bf56 bpo-38588: Fix possible crashes in dict and list when calling PyObject_RichCompareBool (GH-17734) by Dong-hee Na · 4 years, 10 months ago
  7. ee9ff05 bpo-34118: memoryview, range, and tuple are classes (GH-17761) by Terry Jan Reedy · 4 years, 10 months ago
  8. d9e561d bpo-38610: Fix possible crashes in several list methods (GH-17022) by Zackery Spytz · 4 years, 10 months ago
  9. 09c482f bpo-39019: Implement missing __class_getitem__ for SpooledTemporaryFile (GH-17560) by Batuhan Taşkaya · 4 years, 10 months ago
  10. 4dc5a9d bpo-39019: Implement missing __class_getitem__ for subprocess classes (GH-17558) by Batuhan Taşkaya · 4 years, 10 months ago
  11. 89aa7f0 bpo-34790: Implement deprecation of passing coroutines to asyncio.wait() (GH-16977) by Kyle Stanley · 4 years, 10 months ago
  12. 88dce26 Fix handling of line numbers around finally-blocks. (#17737) by Mark Shannon · 4 years, 10 months ago
  13. 226e6e7 bpo-39037: Fix lookup order of magic methods in with statement documentation (GH-17608) by Géry Ogam · 4 years, 10 months ago
  14. 32a12ae Fix typos and remove deprecated deprecation warning. (GH-17741) by Antoine · 4 years, 10 months ago
  15. 8f0703f bpo-39157: Skip test_pidfd_send_signal if the system does not have enough privileges to use pidfd (GH-17740) by Pablo Galindo · 4 years, 10 months ago
  16. be287c3 Fix error when running with -uall in test_unparse (GH-17739) by Pablo Galindo · 4 years, 10 months ago
  17. 23a226b bpo-38870: Run always tests that heavily use grammar features in test_unparse (GH-17738) by Pablo Galindo · 4 years, 10 months ago
  18. cbd0408 links in importlib.metadata.rst replaced with sphinx references (GH-17730) by Oleg Höfling · 4 years, 10 months ago
  19. 6c7bb38 bpo-39136: Fixed typos (GH-17720) by Gurupad Hegde · 4 years, 10 months ago
  20. 98f0f04 bpo-38731: Fix function signature of quiet in docs (GH-17719) by Batuhan Taşkaya · 4 years, 10 months ago
  21. ef7eaaf bpo-39144 Align ctags and etags behaviours in the makefile and include Python stdlib files (GH-17721) by Anthony Shaw · 4 years, 10 months ago
  22. 9091398 Move comment about permanent generation to gcmodule.c (GH-17718) by Pablo Galindo · 4 years, 10 months ago
  23. 91874bb closes bpo-39135: Remove 'time.clock()' mention in docs. (GH17709) by Michael Wayne Goodman · 4 years, 10 months ago
  24. c0052f3 closes bpo-30364: Replace deprecated no_address_safety_analysis attribute. (GH-17702) by Batuhan Taşkaya · 4 years, 10 months ago
  25. f460eea Update what's new with the latest GC improvements (GH-17708) by Pablo Galindo · 4 years, 10 months ago
  26. 03c8e5d Update 3.9.0a2.rst (GH-17703) by Aurora Lanes · 4 years, 10 months ago
  27. e28aff5 bpo-33961: Adjusted dataclasses docs to correct exceptions raised. (GH-7917) (GH-17677) by Fabio Sangiovanni · 4 years, 10 months ago
  28. 527f9de Fix the miscellaneous typo (GH-17700) by cocoatomo · 4 years, 10 months ago
  29. dd117c3 Update 3.9.0a2.rst - correct small typos (GH-17665) by toonarmycaptain · 4 years, 10 months ago
  30. 5c7ed75 Minor C API documentation improvements. (GH-17696) by William Ayd · 4 years, 10 months ago
  31. 025eeaa Fix import path for asyncio.TimeoutError (#17691) by Andrew Svetlov · 4 years, 10 months ago
  32. 3c75f31 Add comment to avoid ACKS losing order (GH-17678) by Éric Araujo · 4 years, 10 months ago
  33. d69cbeb Revert "bpo-38870: Remove dependency on contextlib to avoid performance regression on import (GH-17376)" (GH-17687) by Pablo Galindo · 4 years, 10 months ago
  34. 4b3b122 bpo-38870: Refactor delimiting with context managers in ast.unparse (GH-17612) by Batuhan Taşkaya · 4 years, 10 months ago
  35. 9f9dac0 bpo-38914 Do not require email field in setup.py. (GH-17388) by Jürgen Gmach · 4 years, 10 months ago
  36. e7b406f [typo] fix dupe in datetime.fromisoformat docs (GH-17295) by Michael Morehouse · 4 years, 10 months ago
  37. 068768f Add missing markup (GH-17680) by cocoatomo · 4 years, 10 months ago
  38. eae87e3 bpo-38878: Fix os.PathLike __subclasshook__ (GH-17336) by Bar Harel · 4 years, 10 months ago
  39. f522a6d bpo-38918: Add __module__ entry for function & method type in inspect docs table (GH-17408) by Parth Sharma · 4 years, 10 months ago
  40. dd1a20f reorder entries in Misc/ACKS (#17663) by Éric Araujo · 4 years, 10 months ago
  41. b0d4949 Doc typo (#17667) by Jesús Cea · 4 years, 10 months ago
  42. 791073f Post 3.9.0a2 by Łukasz Langa · 4 years, 10 months ago
  43. 6202d85 Python 3.9.0a2 by Łukasz Langa · 4 years, 10 months ago
  44. 673c393 bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652) by Victor Stinner · 4 years, 10 months ago
  45. 75bb07e bpo-39028: Performance enhancement in keyword extraction (GH-17576) by Sebastian Berg · 4 years, 10 months ago
  46. 50d4f12 bpo-39080: Starred Expression's column offset fix when inside a CALL (GH-17645) by Lysandros Nikolaou · 4 years, 10 months ago
  47. a9d0a6a bpo-36500: Simplify PCbuild/build.bat and prevent path separator changing in comments (GH-17644) by Steve Dower · 4 years, 10 months ago
  48. 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 · 4 years, 10 months ago
  49. 9707e8e bpo-38546: multiprocessing tests stop the resource tracker (GH-17641) by Victor Stinner · 4 years, 10 months ago
  50. 630c8df bpo-38858: Small integer per interpreter (GH-17315) by Victor Stinner · 4 years, 10 months ago
  51. f501db2 Add whatsnew for removal of asyncio.loop.create_datagram_endpoint()'s *reuse_address* parameter (#17595) by Kyle Stanley · 4 years, 10 months ago
  52. 6a263cf bpo-39041: Add GitHub Actions badge to README.rst (GH-17628) by Steve Dower · 4 years, 10 months ago
  53. a76ba36 bpo-39041: Add GitHub Actions support (GH-17594) by Steve Dower · 4 years, 10 months ago
  54. 814d687 bpo-38348: Extend command line options of ast parsing tool (GH-16540) by Batuhan Taşkaya · 4 years, 10 months ago
  55. a322f50 bpo-38870: Remove dead code related with argument unparsing (GH-17613) by Batuhan Taşkaya · 4 years, 10 months ago
  56. 092435e bpo-38811: Check for presence of os.link method in pathlib (GH-17225) by Toke Høiland-Jørgensen · 4 years, 10 months ago
  57. 1ca8fb1 Add tests and design notes for Counter subset/superset operations. (GH-17625) by Raymond Hettinger · 4 years, 10 months ago
  58. 79f02fe bpo-39033: Fix NameError in zipimport during hash validation (GH-17588) by Xtreak · 4 years, 10 months ago
  59. d587272 bpo-38316: Fix co_stacksize documentation (GH-16983) by Batuhan Taşkaya · 4 years, 10 months ago
  60. cb8b946 bpo-38629: implement __floor__ and __ceil__ for float type (GH-16985) by Batuhan Taşkaya · 4 years, 10 months ago
  61. b08d3f7 The comment in ast_for_namedexpr shouldn't include if_stmt (GH-17586) by Guido van Rossum · 4 years, 10 months ago
  62. 39afa2d bpo-38021: Modify AIX platform_tag so it covers PEP 425 needs (GH-17303) by Michael Felt · 4 years, 10 months ago
  63. 94d2c8d bpo-39035: travis: Don't use beta group (GH-17602) by Inada Naoki · 4 years, 11 months ago
  64. 40c01c3 Fix typo in site module (GH-17597) by Daniel Andersson · 4 years, 11 months ago
  65. 5936a4c Fix elif start column offset when there is an else following (GH-17596) by Lysandros Nikolaou · 4 years, 11 months ago
  66. 95826c7 Add PYTHONUTF8 to commandline usage. (GH-17587) by Inada Naoki · 4 years, 11 months ago
  67. 8289e27 bpo-36406: Handle namespace packages in doctest (GH-12520) by Xtreak · 4 years, 11 months ago
  68. 025a602 bpo-39031: Include elif keyword when producing lineno/col-offset info for if_stmt (GH-17582) by Lysandros Nikolaou · 4 years, 11 months ago
  69. 1988344 Fix warnings in test_asyncio.test_base_events (#17577) by Kyle Stanley · 4 years, 11 months ago
  70. 7772b1a bpo-38614: Use support timeout constants (GH-17572) by Victor Stinner · 4 years, 11 months ago
  71. 0d63bac bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566) by Victor Stinner · 4 years, 11 months ago
  72. b7a0109 bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568) by Jason R. Coombs · 4 years, 11 months ago
  73. d0802d0 bpo-39012: Fix RC version suffix for nuget release files (GH-17564) by Steve Dower · 4 years, 11 months ago
  74. 1d0f9b3 bpo-38614: Use test.support.INTERNET_TIMEOUT constant (GH-17565) by Victor Stinner · 4 years, 11 months ago
  75. c98b019 bpo-38614: Use test.support.LONG_TIMEOUT constant (GH-17562) by Victor Stinner · 4 years, 11 months ago
  76. bbc8b79 bpo-38614: Use default join_thread() timeout in tests (GH-17559) by Victor Stinner · 4 years, 11 months ago
  77. 07871b2 bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554) by Victor Stinner · 4 years, 11 months ago
  78. 680068c Minor fixes to the NEWS entries (GH-17556) by Pablo Galindo · 4 years, 11 months ago
  79. 8237497 bpo-39004: increment large sendfile() test timeout (GH-17552) by Giampaolo Rodola · 4 years, 11 months ago
  80. abdeb57 Fix Windows release builds (GH-17550) by Steve Dower · 4 years, 11 months ago
  81. e9df88e Clean imports in test_unparse (GH-17545) by Pablo Galindo · 4 years, 11 months ago
  82. bbc4162 bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416) by JohnnyNajera · 4 years, 11 months ago
  83. 232689b bpo-38944: Escape key now closes IDLE completion windows. (GH-17419) by JohnnyNajera · 4 years, 11 months ago
  84. 2ad7651 bpo-39009: Fix typo in test__locale (GH-17544) by Tim Gates · 4 years, 11 months ago
  85. a2ff283 bpo-27961: Replace PY_ULLONG_MAX with ULLONG_MAX (GH-17539) by Sergey Fedoseev · 4 years, 11 months ago
  86. ee17e37 bpo-39007: Add auditing events to functions in winreg (GH-17541) by Steve Dower · 4 years, 11 months ago
  87. b8cbe74 bpo-39008: Require Py_ssize_t for PySys_Audit formats rather than raise a deprecation warning (GH-17540) by Steve Dower · 4 years, 11 months ago
  88. ac22911 bpo-39003: Make sure all test are the same when using -R in test_unparse (GH-17537) by Pablo Galindo · 4 years, 11 months ago
  89. c18b805 bpo-39002: Fix simple typo: tranlation -> translation (GH-17517) by Tim Gates · 4 years, 11 months ago
  90. e89e159 Fix APPX registry key generation (GH-17489) by Steve Dower · 4 years, 11 months ago
  91. a1a99b4 bpo-20443: No longer make sys.argv[0] absolute for script (GH-17534) by Victor Stinner · 4 years, 11 months ago
  92. d219cc4 bpo-34776: Fix dataclasses to support __future__ "annotations" mode (#9518) by Yury Selivanov · 4 years, 11 months ago
  93. bba873e bpo-38992: avoid fsum test failure from constant-folding (GH-17513) by Mark Dickinson · 4 years, 11 months ago
  94. ab513a3 bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (#17311) by Kyle Stanley · 4 years, 11 months ago
  95. 82b4950 bpo-39006: Fix asyncio when the ssl module is missing (GH-17524) by Victor Stinner · 4 years, 11 months ago
  96. 0131aba bpo-38916: array.array: remove fromstring() and tostring() (GH-17487) by Victor Stinner · 4 years, 11 months ago
  97. a1838ec bpo-38547: Fix test_pty if the process is the session leader (GH-17519) by Victor Stinner · 4 years, 11 months ago
  98. 109fc27 bpo-38673: dont switch to ps2 if the line starts with comment or whitespace (GH-17421) by Batuhan Taşkaya · 4 years, 11 months ago
  99. 3ae4ea1 bpo-38708: email: Fix a potential IndexError when parsing Message-ID (GH-17504) by Abhilash Raj · 4 years, 11 months ago
  100. 68157da bpo-38698: Add a new InvalidMessageID token to email header parser. (GH-17503) by Abhilash Raj · 4 years, 11 months ago