COMMITS
/ Doc/reference/compound_stmts.rst 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
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
March 7, 2020
B
bpo-39702: Update the Language Reference (PEP 614) (GH-18802)
Brandt Bucher committed
March 6, 2020
B
bpo-39868: Update Language Reference for PEP 572. (#18793)
Brandt Bucher committed
January 14, 2020
G
bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609)
Géry Ogam committed
December 30, 2019
May 29, 2019
P
Regenerate topics file (GH-13642)
Pablo Galindo committed
May 28, 2019
P
bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202)
Pablo Galindo committed
December 24, 2018
C
bpo-35566: Add links to annotation glossary term (GH-11291)
Cheryl Sabella committed
December 19, 2018
S
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka committed
November 11, 2018
A
bpo-33699: Describe try's else clause with the rest of the try clause (GH-7252)
Andrés Delfino committed
October 28, 2018
S
bpo-35054: Add yet more index entries for symbols. (GH-10121)
Serhiy Storchaka committed
A
Fix mistakes on function coroutines related definitions (GH-9871)
Andrés Delfino committed
October 26, 2018
S
bpo-35054: Add more index entries for symbols. (GH-10064)
Serhiy Storchaka committed
October 19, 2018
A
bpo-33726, doc: Add short descriptions to PEP references in seealso (GH-7294)
Andrés Delfino committed
October 14, 2018
A
Update compound_stmts.rst (#9864)
Andrés Delfino committed
July 30, 2018
A
Use 'for example' instead of 'in other words' in compound statement doc (GH-8401)
Andrés Delfino committed
July 26, 2018
A
Fix typo: variables(s) (GH-8482)
Andrés Delfino committed
July 7, 2018
A
bpo-33702: Add some missing links in production lists and do a little polish (GH-7259)
Andrés Delfino committed
May 20, 2018
E
bpo-32996: The bulk of What's New in Python 3.7 (GH-6978)
Elvis Pranskevichus committed
March 18, 2018
S
bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)
Serhiy Storchaka committed