COMMITS
/ Doc/reference/compound_stmts.rst May 14, 2026
M
[3.13] Link to existing rules in compound_stmts.rst (GH-149811) (GH-149838)
Miss Islington (bot) committed
February 18, 2026
M
[3.13] gh-144386: Update equivalent code for "with", "async with" and "async for" (GH-144472) (GH-144946)
Miss Islington (bot) committed
February 15, 2026
M
[3.13] gh-101100: Resolve reference warnings in reference/ (GH-138418) (#138681)
Miss Islington (bot) committed
December 13, 2025
M
[3.13] Add missing comma to tuple in `except*` docs (GH-142395) (#142684)
Miss Islington (bot) committed
December 1, 2025
H
[3.13] GH-101100: Remove some entries from ``nitpick_ignore`` (GH-138464) (#141827)
Hugo van Kemenade committed
September 21, 2025
M
[3.13] Make sure the ``:keyword:`` role works for ``case`` (GH-138878) (#139201)
Miss Islington (bot) committed
September 17, 2025
M
[3.13] gh-135629: rewrite language reference section on except* to improve clarity (GH-136150) (#139060)
Miss Islington (bot) committed
September 2, 2025
M
[3.13] gh-138297 Point link in docs for `finally` to try/else, instead of if/else (GH-138298) (#138382)
Miss Islington (bot) committed
August 6, 2025
M
[3.13] Docs: Small clarity change for ``except*`` (GH-121073) (#137495)
Miss Islington (bot) committed
March 22, 2025
M
[3.13] gh-131457: Fix typo in BNF description of function signatures (GH-131460) (#131575)
Miss Islington (bot) committed
January 21, 2025
M
[3.13] gh-122845: fix parameter_list_starargs in function definition pseudo-grammar (GH-122847) (#129150)
Miss Islington (bot) committed
December 24, 2024
M
[3.13] gh-126664: revert: Use `else` instead of `finally` in docs explaining "with" (GH-128169) (#128170)
Miss Islington (bot) committed
November 11, 2024
M
[3.13] gh-126664: Use `else` instead of `finally` in "The with statement" documentation. (GH-126665) (#126670)
Miss Islington (bot) committed
September 26, 2024
M
[3.13] gh-115528: Update language reference for PEP 646 (GH-121181) (#124632)
Miss Islington (bot) committed
September 4, 2024
M
[3.13] gh-123580: Fix `signed_number` token in documentation (GH-123582) (GH-123623)
Miss Islington (bot) committed
June 19, 2024
M
[3.13] gh-120521: clarify except* documentation to allow tuples (GH-120523) (#120750)
Miss Islington (bot) committed
May 3, 2024
J
gh-116126: Implement PEP 696 (#116129)
Jelle Zijlstra committed
January 2, 2024
J
gh-81094: Refer to PEP 318 in compound_statements.rst (#113588)
John D. McDonald committed
December 11, 2023
A
gh-101100: Improve documentation on function attributes (#112933)
Alex Waygood committed
October 19, 2023
A
GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (#110112)
Adam Turner committed
A
GH-101100: Fix reference warnings for ``__getitem__`` (#110118)
Adam Turner committed
October 11, 2023
E
gh-110631: Fix reST indentation in `Doc/reference` (#110708)
Ezio Melotti committed
July 21, 2023
S
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka committed
May 26, 2023
J
gh-103921: Document PEP 695 (#104642)
Jelle Zijlstra committed
May 6, 2023
A
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner committed
May 4, 2023
A
GH-97950: Use new-style index directive ('statement') (#104162)
Adam Turner committed
A
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner committed
A
GH-97950: Use new-style index directive ('keyword') (#104153)
Adam Turner committed
A
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner committed
May 3, 2023
March 12, 2023
В
Fix duplicated words in the docs (GH-102629)
Виталий Дмитриев committed
February 20, 2023
I
gh-102011: use sys.exception() instead of sys.exc_info() in docs where possible (#102012)
Irit Katriel committed
January 3, 2023
4
gh-81611: Improve `range` paragraph in 8.3 of language reference (#98353)
4l4k4z4m committed
December 16, 2022
F
"Compound statement" docs: Fix with-statement step indexing (#100286)
Frank Dana committed
November 3, 2022
H
Docs: Add 'as, match statement' to the index (#99001)
Hugo van Kemenade committed
October 21, 2022
I
gh-98172: [doc] mention that except* handles naked exceptions (GH-98496)
Irit Katriel committed
October 11, 2022
J
gh-98172: Fix formatting in `except*` docs (#98173)
Jelle Zijlstra committed
October 2, 2022
C
gh-95975: Move except/*/finally ref labels to more precise locations (#95976)
C.A.M. Gerlach committed
August 28, 2022
J
GH-96359: Fix docs that claim int(0|1) doesn't match False (GH-96361)
Jonathan Oberländer committed
July 22, 2022
J
Fix async method reference links in `compound_stmts` docs (GH-94935)
July Tikhonov committed
April 3, 2022
M
bpo-46033: Clarify for-statement execution (GH-30025)
Michał D committed
March 21, 2022
February 22, 2022
P
bpo-46725: Document starred expressions in for statements (GH-31481)
Pablo Galindo Salgado committed
January 27, 2022
J
[doc]: Spotted errors while working on rstlint. (GH-30879)
Julien Palard committed
January 6, 2022
I
bpo-45292: [PEP-654] exception groups and except* documentation (GH-30158)
Irit Katriel committed
January 1, 2022
R
bpo-46095: Improve SeqIter documentation. (GH-30316)
Raymond Hettinger committed
November 18, 2021
A
bpo-45640: [docs] Tokens are now clickable (GH-29260)
Arthur Milchior committed
October 10, 2021
C
Fix class pattern docs to refer to class patterns (GH-28849)
Christophe Nanteuil committed
October 2, 2021
R
bpo-45346: Keep docs consistent regarding true and false values (GH-28697)
Raymond Hettinger committed