COMMITS
/ Doc/whatsnew/3.9.rst September 2, 2024
W
[3.12] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123576)
Wei-Hsiang (Matt) Wang committed
August 30, 2024
W
[3.12] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123512)
Wei-Hsiang (Matt) Wang committed
May 26, 2024
H
[3.12] docs: fix a few typos identified by codespell (GH-119516) (#119571)
Hugo van Kemenade committed
April 28, 2024
H
[3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.9.rst` (GH-118364) (#118365)
Hugo van Kemenade committed
April 15, 2024
H
[3.12] Docs: add link roles with Sphinx extlinks (GH-117850) (#117910)
Hugo van Kemenade committed
February 29, 2024
M
[3.12] Docs: mark up NotImplemented using the :data: role throughout the docs (GH-116135) (#116147)
Miss Islington (bot) committed
February 15, 2024
M
[3.12] gh-100734: What's New in 3.x: Add missing detail from 3.x branch (GH-114689) (#115526)
Miss Islington (bot) committed
January 3, 2024
H
[3.12] gh-101100: Fix Sphinx warnings for removed dead batteries (GH-113669) (#113681)
Hugo van Kemenade committed
September 24, 2023
M
[3.12] GH-95913: Add the release date for Python 3.11 (GH-109750) (#109771)
Miss Islington (bot) committed
H
[3.12] Docs: Update Donghee Na's name (GH-109743) (#109758)
Hugo van Kemenade committed
August 22, 2023
M
[3.12] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) (#108284)
Miss Islington (bot) committed
August 21, 2023
M
[3.12] gh-107298: Fix references to deprecated and removed PyUnicode C API (GH-108077) (#108225)
Miss Islington (bot) committed
July 28, 2023
S
[3.12] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-107376)
Serhiy Storchaka committed
July 23, 2023
M
[3.12] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107113)
Miss Islington (bot) committed
S
[3.12] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#107060)
Serhiy Storchaka committed
July 21, 2023
S
[3.12] gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) (GH-106954)
Serhiy Storchaka committed
S
[3.12] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106956)
Serhiy Storchaka committed
S
[3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106951)
Serhiy Storchaka 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
February 14, 2021
A
bpo-42967: only use '&' as a query string separator (#24297)
Adam Goldschmidt committed
December 25, 2020
K
Sync what's new in 3.9 with 3.9 branch (GH-23943)
Ken Jin committed
November 21, 2020
Q
bpo-42419: Correct 'deprecatations' is What's New 3.9 (GH-23421)
Quentin Hibon committed
November 19, 2020
November 1, 2020
D
bpo-37483: Add PyObject_CallOneArg() in the What's New in Python 3.9 (GH-23062)
Dong-hee Na committed
October 24, 2020
T
bpo-42139: Update What's New 3.9 for master (#22936)
Terry Jan Reedy committed
October 18, 2020
S
3.9 whatsnew: fix bpo issue for AST change (GH-22742)
Shantanu committed
October 14, 2020
R
Update timings for the final release (GH-22697)
Raymond Hettinger committed
September 23, 2020
T
bpo-41844: Add IDLE section to What's New 3.9 (GN-22382)
Terry Jan Reedy committed
September 18, 2020
S
Remove duplicated words words (GH-22298)
Serhiy Storchaka committed
T
bpo-41808: Add What's New 3.9 entry missing from master (#22294)
Terry Jan Reedy committed
September 17, 2020
S
bpo-27032, bpo-37328: Document removing HTMLParser.unescape(). (GH-22288)
Serhiy Storchaka committed
August 11, 2020
P
Add PEP 573 additions to What's New (GH-21374)
Petr Viktorin committed