COMMITS
/ Doc/whatsnew/3.10.rst December 10, 2025
B
GH-97850: Remove all uses and definitions of `load_module()` from importlib (#142205)
Brett Cannon committed
October 5, 2025
A
gh-105812: Use the ``:deco:`` role in place of manual decorator markup (#139619)
Adam Turner committed
September 3, 2025
A
GH-101100: Resolve reference warnings in whatsnew/3.10.rst (#138408)
Adam Turner committed
May 17, 2025
K
gh-88275: Add missing `__init__` method to `match` example (#120281)
Kirill Podoprigora committed
May 9, 2025
B
gh-133644: Remove deprecated Python initialization getter functions (#133661)
Bénédikt Tran committed
March 4, 2025
J
gh-105499: Merge typing.Union and types.UnionType (#105511)
Jelle Zijlstra committed
August 30, 2024
W
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang committed
April 28, 2024
H
gh-101100: Fix Sphinx warnings in `whatsnew/3.10.rst` (#118356)
Hugo van Kemenade committed
April 15, 2024
H
Docs: add link roles with Sphinx extlinks (#117850)
Hugo van Kemenade committed
February 29, 2024
E
Docs: mark up NotImplemented using the :data: role throughout the docs (#116135)
Erlend E. Aasland committed
February 15, 2024
H
gh-100734: What's New in 3.x: Add missing detail from 3.x branch (#114689)
Hugo van Kemenade committed
January 5, 2024
H
gh-101100: Fix Sphinx warnings in `library/pyclbr.rst` (#113739)
Hugo van Kemenade committed
January 3, 2024
A
Document the `co_lines` method on code objects (#113682)
Alex Waygood committed
H
gh-101100: Fix Sphinx warnings for removed dead batteries (#113669)
Hugo van Kemenade committed
December 6, 2023
A
gh-101100: Improve documentation of code object attributes (#112781)
Alex Waygood committed
December 5, 2023
A
gh-101100: Properly document frame object attributes (#112735)
Alex Waygood committed
October 11, 2023
E
gh-110631: fix wrong indentation in the `Doc/whatsnew` dir (#110632)
Ezio Melotti committed
September 22, 2023
H
Docs: Update Donghee Na's name (#109743)
Hugo van Kemenade committed
August 22, 2023
S
gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258)
Serhiy Storchaka committed
July 22, 2023
S
gh-106969: Indicate no modules were added in 3.10 & 3.12 (#106988)
Sebastiaan Zeeff committed
July 21, 2023
S
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka committed
S
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka committed
May 24, 2023
V
gh-104773: PEP 594: Remove cgi and cgitb modules (#104775)
Victor Stinner committed
May 3, 2023
A
GH-97850: Suppress cross-references to removed ``importlib.util`` functions (#104134)
Adam Turner committed
A
GH-97850: Suppress cross-references to the removed ``module_repr`` method (#104133)
Adam Turner committed
A
GH-98040: Suppress cross-references to the removed ``imp`` module (#104131)
Adam Turner committed
B
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
Barry Warsaw committed
January 13, 2023
S
gh-100160: Restore and deprecate implicit creation of an event loop (GH-100410)
Serhiy Storchaka committed
January 3, 2023
Z
gh-100700: Remove Date and Release fields in past whatsnews (GH-100728)
Zachary Ware committed
November 29, 2022
Y
whatsnew-3.10: Mention PEP 647 in the Release highlights section. (#99853)
Yilei "Dolee" Yang committed
October 19, 2022
R
Doc: Remove title text from internal links (#98409)
Rafael Fontenelle committed
October 7, 2022
H
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade committed
October 6, 2022
1
gh-95986: Fix the example using match keyword (#95989)
180909 committed
August 4, 2022
T
gh-95191: IDLE Prompts entry for What's New 3.10 (#95633)
Terry Jan Reedy committed
July 22, 2022
T
gh-95112: Fix What's New 3.10 contribution note periods (#95114)
Terry Jan Reedy committed
June 19, 2022
H
What's new in 3.10: fix link to issue (#93968)
Hugo van Kemenade committed
May 29, 2022
G
gh-92240 : Include release dates for "What's New In Python 3.X" (#92937)
georgically committed
April 30, 2022
S
gh-89253: Add 3.10 whatsnew section for itertools.pairwise (GH-91563)
slateny committed
March 31, 2022
E
bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698)
Erlend Egeberg Aasland committed
February 14, 2022
L
Fix missing import in dataclass code snippet (GH-29214)
Leo committed
February 13, 2022
T
bpo-45447: Add entry to What's new 3.10 (GH-31304)
Terry Jan Reedy committed
January 26, 2022
T
bpo-48146: Update IDLE part of What's New 3.10 to 2022 (GH-30906)
Terry Jan Reedy committed
December 26, 2021
R
docs: Fix typos and use anchor for internal link (GH-30236)
Rafael Fontenelle committed
December 19, 2021
R
bpo-46130: [docs] Add anchor for whatsnew/3.10 type hint section (GH-30199)
Rafael Fontenelle committed
December 8, 2021
R
doc: Add link issue 44010 (GH-29454)
Rafael Fontenelle committed
November 8, 2021
R
bpo-45741: docs: fix plural (GH-29461)
Rafael Fontenelle committed
October 9, 2021
L
Fix dataclassses spelling (GH-28837)
Landon Yarrington committed
October 7, 2021
P
Remove draft notice on the 3.10 What's new document (GH-28806)
Pablo Galindo Salgado committed
October 5, 2021
C
[doc] Fix typos found using codespell (GH-28744)
Christian Clauss committed
September 25, 2021
T
bpo-43914: Whats New 310: add new SyntaxError attributes (GH-28558)
Terry Jan Reedy committed