COMMITS
/ Doc/reference/compound_stmts.rst January 2, 2024
M
[3.11] gh-81094: Refer to PEP 318 in compound_statements.rst (GH-113588) (#113644)
Miss Islington (bot) committed
December 12, 2023
A
[3.11] gh-101100: Improve documentation on function attributes (#112933) (#113003)
Alex Waygood committed
October 19, 2023
M
[3.11] GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (GH-110112) (#111076)
Miss Islington (bot) committed
M
[3.11] GH-101100: Fix reference warnings for ``__getitem__`` (GH-110118) (#111074)
Miss Islington (bot) committed
October 12, 2023
E
[3.11] gh-110631: Fix reST indentation in `Doc/reference` (GH-110708) (#110741)
Ezio Melotti committed
July 21, 2023
S
[3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106952)
Serhiy Storchaka committed
May 6, 2023
M
[3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221)
Miss Islington (bot) committed
May 4, 2023
M
[3.11] GH-97950: Use new-style index directive ('statement') (GH-104162) (#104163)
Miss Islington (bot) committed
M
[3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)
Miss Islington (bot) committed
M
[3.11] GH-97950: Use new-style index directive ('keyword') (GH-104153) (#104155)
Miss Islington (bot) committed
A
[3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154)
Adam Turner committed
May 2, 2023
I
[3.11] gh-103590: do not wrap a single exception raised from a try-except* (#104094)
Irit Katriel committed
March 13, 2023
A
[3.11] Fix duplicated words in the docs (#102644)
Alex Waygood committed
February 21, 2023
M
gh-102011: use sys.exception() instead of sys.exc_info() in docs where possible (GH-102012)
Miss Islington (bot) committed
January 4, 2023
M
[3.11] gh-81611: Improve `range` paragraph in 8.3 of language reference (GH-98353) (#100704)
Miss Islington (bot) committed
December 16, 2022
M
[3.11] "Compound statement" docs: Fix with-statement step indexing (GH-100286) (GH-100300)
Miss Islington (bot) committed
November 3, 2022
M
Docs: Add 'as, match statement' to the index (GH-99001)
Miss Islington (bot) committed
October 21, 2022
M
gh-98172: [doc] mention that except* handles naked exceptions (GH-98496)
Miss Islington (bot) committed
October 11, 2022
M
gh-98172: Fix formatting in `except*` docs (GH-98173)
Miss Islington (bot) committed
October 2, 2022
M
gh-95975: Move except/*/finally ref labels to more precise locations (GH-95976)
Miss Islington (bot) committed
August 29, 2022
M
GH-96359: Fix docs that claim int(0|1) doesn't match False (GH-96361)
Miss Islington (bot) committed
July 22, 2022
M
Fix async method reference links in `compound_stmts` docs (GH-94935)
Miss Islington (bot) 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
September 21, 2021
M
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour committed
July 15, 2021
J
bpo-44589: raise a SyntaxError when mapping patterns have duplicate literal keys (GH-27131)
Jack DeVries committed
May 14, 2021
D
Doc: Fix ambiguous pronoun (GH-26037)
Daniel Shahaf committed
K
bpo-43977: Update pattern matching language reference docs (GH-25917)
Ken Jin committed
May 4, 2021
T
bpo-44025: Clarify when '_' is a keyword. (#25873)
Terry Jan Reedy committed
April 21, 2021
P
bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490)
Pablo Galindo committed
April 12, 2021
K
April 8, 2021
S
bpo-39702: Remove dotted_name from decorator documentation (GH-25234)
Saiyang Gou committed
April 7, 2021
S
April 6, 2021
K
Update pattern matching docs for changes to the PEP (#25185)
Ken Jin committed
March 1, 2021
D
bpo-42128: Add documentation for pattern matching (PEP 634) (#24664)
Daniel F Moisset committed
January 25, 2021
P
Document new parenthesized with statements (GH-24281)
Pablo Galindo committed
December 21, 2020
December 20, 2020
C
bpo-42669: Document that `except` rejects nested tuples (GH-23822)
Colin Watson committed
December 11, 2020
N
bpo-41879: Doc: Fix description of async for statement (GH-23548)
Nick Gaya committed
October 12, 2020
A
[doc] Remove mention of async and await as soft keywords (GH-22144)
Andre Delfino committed
October 6, 2020
B
bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)
Batuhan Taskaya committed
September 18, 2020
V
bpo-41762: Fix usage of productionlist markup in the doc (GH-22281)
Victor Stinner committed
July 22, 2020
A
Stick with the phrase "default parameter value" (GH-21590)
Andre Delfino committed