COMMITS
/ Doc/reference/compound_stmts.rst February 18, 2026
S
gh-144386: Update equivalent code for "with", "async with" and "async for" (GH-144472)
Serhiy Storchaka committed
December 13, 2025
D
Add missing comma to tuple in `except*` docs (#142395)
dr-carlos committed
September 21, 2025
S
Make sure the ``:keyword:`` role works for ``case`` (#138878)
sobolevn committed
September 16, 2025
I
gh-135629: rewrite language reference section on except* to improve clarity (#136150)
Irit Katriel committed
September 8, 2025
A
GH-101100: Remove some entries from ``nitpick_ignore`` (#138464)
Adam Turner committed
A
gh-101100: Resolve reference warnings in reference/ (#138418)
Adam Turner committed
September 2, 2025
J
gh-138297 Point link in docs for `finally` to try/else, instead of if/else (#138298)
James Parrott committed
August 6, 2025
G
Docs: Small clarity change for ``except*`` (#121073)
Greg Stein committed
July 28, 2025
J
gh-136843: Document how multiple inheritance works (#136844)
Jelle Zijlstra committed
July 22, 2025
D
gh-132661: Document t-strings and `templatelib` (#135229)
Dave Peck committed
May 21, 2025
Y
gh-134026: Fix grammar description of for statement (GH-134034)
Yash Vijay committed
May 11, 2025
J
gh-119180: More documentation for PEP 649/749 (#133552)
Jelle Zijlstra committed
April 8, 2025
H
Python 3.14.0a7
Hugo van Kemenade committed
April 1, 2025
P
gh-131831: Implement PEP 758 – Allow except and except* expressions without parentheses (#131833)
Pablo Galindo Salgado committed
March 22, 2025
S
gh-131457: Fix typo in BNF description of function signatures (#131460)
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) committed
March 17, 2025
I
gh-130080: implement PEP 765 (#130087)
Irit Katriel committed
January 21, 2025
S
gh-122845: fix parameter_list_starargs in function definition pseudo-grammar (#122847)
Sergey B Kirpichev committed
December 22, 2024
G
gh-126664: revert: Use `else` instead of `finally` in docs explaining "with" (#128169)
Gregory P. Smith committed
November 11, 2024
September 26, 2024
M
gh-115528: Update language reference for PEP 646 (#121181)
Matthew Rahtz committed
September 25, 2024
September 11, 2024
J
gh-119180: Documentation for PEP 649 and 749 (#122235)
Jelle Zijlstra committed
September 3, 2024
C
gh-123580: Fix `signed_number` token in documentation (GH-123582)
CBerJun committed
June 19, 2024
D
gh-120521: clarify except* documentation to allow tuples (#120523)
Danny Yang 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