COMMITS
/ Doc/whatsnew/3.8.rst September 3, 2025
M
[3.14] GH-101100: Resolve reference warnings in whatsnew/3.8.rst (GH-138409) (#138437)
Miss Islington (bot) committed
November 24, 2024
Y
gh-101100: Fix sphinx warnings of removed opcodes (#127222)
Yuki Kobayashi committed
November 11, 2024
R
Add missing fullstop `.` to whatsnew/3.8.rst (GH-126553)
Rafael Fontenelle committed
October 4, 2024
N
Fix console prompt syntax in What's New in Python 3.8 (#124968)
Nice Zombies committed
September 18, 2024
B
gh-124194: Fix wrong issue number in What's New in Python 3.8 (#124195)
Bradley Reynolds committed
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
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
April 15, 2024
H
Docs: add link roles with Sphinx extlinks (#117850)
Hugo van Kemenade 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 29, 2024
S
Fix more references to datetime and time classes (GH-114717)
Serhiy Storchaka committed
January 27, 2024
H
gh-101100: Fix Sphinx warnings in `whatsnew/3.11.rst` and related (#114531)
Hugo van Kemenade committed
January 3, 2024
H
gh-101100: Fix Sphinx warnings for removed dead batteries (#113669)
Hugo van Kemenade committed
December 13, 2023
M
Docs: Fix external link to devguide.python.org (GH-112899)
Miro Hrončok committed
October 19, 2023
A
GH-101100: Fix reference warnings for ``__getitem__`` (#110118)
Adam Turner committed
October 11, 2023
A
GH-107518: Remove the Argument Clinic How-To (#109900)
Adam Turner committed
September 23, 2023
S
gh-109634: Use :samp: role (GH-109635)
Serhiy Storchaka 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 27, 2023
S
gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)
Serhiy Storchaka committed
V
gh-107298: Fix more Sphinx warnings in the C API doc (#107329)
Victor Stinner 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 24, 2023
V
gh-104773: PEP 594: Remove cgi and cgitb modules (#104775)
Victor Stinner committed
May 2, 2023
R
GH-103484: Fix redirected permanently URLs (#104001)
Rafael Fontenelle committed
October 26, 2022
S
docs: Change links to label refs (#98454)
Stanley committed
October 4, 2022
A
gh-93738: Documentation C syntax (Use `c:struct`) (#97772)
Adam Turner committed
September 27, 2022
S
gh-96959: Update more HTTP links (GH-97536)
Serhiy Storchaka committed
September 21, 2022
S
gh-81039: Add small example of f-string's "=}" to tutorial (gh-92291)
Stanley committed
June 6, 2022
S
gh-83728: Add hmac.new default parameter deprecation (GH-91939)
Stanley committed
May 29, 2022
G
gh-92240 : Include release dates for "What's New In Python 3.X" (#92937)
georgically committed
May 13, 2022
J
Document Py_ssize_t. (GH-92512)
Julien Palard committed
May 10, 2022
G
gh-84131: Remove the deprecated pathlib.Path.link_to method. (#92505)
Gregory P. Smith committed
August 19, 2021
Ł
bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824)
Łukasz Langa committed
April 29, 2021
V
bpo-43774: Enhance debug build documentation (GH-25712)
Victor Stinner committed
V
bpo-43908: Document Static Types in the C API (GH-25710)
Victor Stinner committed
April 8, 2021
V
bpo-43774: Document configure options (GH-25283)
Victor Stinner committed
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 1, 2020
V
bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)
Victor Stinner committed
September 23, 2020
T
bpo-33822: Update IDLE section of What's New 3.8 (GH-22383)
Terry Jan Reedy committed
July 14, 2020
J
bpo-32528: Document the change in inheritance of asyncio.CancelledError (GH-21474)
JustAnotherArchivist committed
May 26, 2020
S
Remove duplicated words words (GH-20413)
Serhiy Storchaka committed
May 5, 2020
J
bpo-32117: Updated Simpsons names in docs (GH-19737)
Javier Buzzi committed
April 6, 2020
R
bpo-40197: Better describe the benchmark results table (GH-19386)
Raymond Hettinger committed
March 27, 2020
A
bpo-38237: Use divmod for positional arguments whatsnew example (GH-19171)
Ammar Askar committed
February 17, 2020
S
bpo-32892: Update the documentation for handling constants in AST. (GH-18514)
Serhiy Storchaka committed
February 5, 2020
B
Fix MinGW library generation command (GH-17917)
Baljak committed
January 25, 2020
F
Update 3.8.rst (GH-18173)
fireattack committed