COMMITS
/ Doc/whatsnew/3.9.rst March 21, 2026
H
Docs: replace all `datetime` imports with `import datetime as dt` (#145640)
Hugo van Kemenade committed
July 8, 2025
S
gh-136162: Document `encodings` package functions (#136164)
Stan Ulbrych committed
July 7, 2025
S
gh-101100: Fix sphinx warnings in `whatsnew/3.9` (#136163)
sobolevn committed
April 11, 2025
B
gh-111178: fix incorrect function signatures in docs (#132395)
Bénédikt Tran committed
November 24, 2024
Y
gh-101100: Fix sphinx warnings of removed opcodes (#127222)
Yuki Kobayashi committed
September 25, 2024
September 1, 2024
W
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang committed
August 30, 2024
W
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang committed
June 23, 2024
K
GH-120804: add docs for removal for asyncio child watchers (#120895)
Kumar Aditya committed
May 26, 2024
N
docs: fix a few typos identified by codespell (#119516)
Ned Batchelder committed
April 28, 2024
H
gh-101100: Fix Sphinx warnings in `whatsnew/3.9.rst` (#118364)
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 3, 2024
H
gh-101100: Fix Sphinx warnings for removed dead batteries (#113669)
Hugo van Kemenade committed
January 2, 2024
H
gh-101100: Fix Sphinx warnings from removed `~!` references (#113629)
Hugo van Kemenade committed
September 23, 2023
A
GH-95913: Add the release date for Python 3.11 (#109750)
Adam Turner 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
August 21, 2023
S
gh-107298: Fix references to deprecated and removed PyUnicode C API (GH-108077)
Serhiy Storchaka committed
July 27, 2023
V
gh-107298: Fix more Sphinx warnings in the C API doc (#107329)
Victor Stinner committed
July 23, 2023
S
gh-107091: Fix the use of some C domain roles (#107092)
Serhiy Storchaka committed
July 22, 2023
S
gh-106948: Add standard external names to nitpick_ignore (GH-106949)
Serhiy Storchaka committed
July 21, 2023
S
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka committed
S
gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894)
Serhiy Storchaka committed
S
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka committed
May 25, 2023
V
gh-104773: PEP 594: Remove the audioop module (#104937)
Victor Stinner committed
V
gh-104773: PEP 594: Remove the crypt module (#104908)
Victor Stinner committed
May 24, 2023
V
gh-104773: PEP 594: Remove the nntplib module (#104894)
Victor Stinner committed
V
gh-104773: PEP 594: Remove cgi and cgitb modules (#104775)
Victor Stinner committed
May 23, 2023
V
gh-104780: Remove 2to3 program and lib2to3 module (#104781)
Victor Stinner committed
May 2, 2023
R
GH-103484: Fix redirected permanently URLs (#104001)
Rafael Fontenelle committed
January 3, 2023
Z
gh-100700: Remove Date and Release fields in past whatsnews (GH-100728)
Zachary Ware committed
October 7, 2022
H
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade committed
October 5, 2022
A
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner committed
May 29, 2022
G
gh-92240 : Include release dates for "What's New In Python 3.X" (#92937)
georgically committed
March 31, 2022
E
bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698)
Erlend Egeberg Aasland committed
February 13, 2022
T
bpo-45447: Add entry to What's new 3.9 (GH-31305)
Terry Jan Reedy committed
January 26, 2022
T
bpo-41844: Update IDLE part of What's New 3.9 to 20228 (GH-30905)
Terry Jan Reedy committed
November 8, 2021
V
bpo-40170: Update What's New in Python 3.9 (GH-29470)
Victor Stinner committed
September 29, 2021
S
[docs] Use full names for time units (GH-28611)
Serhiy Storchaka committed
May 4, 2021
J
bpo-44001: improve Literal documentation (GH-25877)
Jelle Zijlstra committed
May 2, 2021
C
bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)
Christian Heimes committed
April 29, 2021
V
bpo-43908: Document Static Types in the C API (GH-25710)
Victor Stinner committed
April 23, 2021
April 22, 2021
S
April 12, 2021
V
bpo-43774: Add more links to configure options (GH-25363)
Victor Stinner committed
April 8, 2021
V
bpo-43774: Document configure options (GH-25283)
Victor Stinner committed
April 6, 2021
February 15, 2021
K
bpo-42967: Fix urllib.parse docs and make logic clearer (GH-24536)
Ken Jin committed