COMMITS
/ Doc/reference/compound_stmts.rst March 13, 2023
A
[3.10] Fix duplicated words in the docs (#102645)
Alex Waygood committed
January 4, 2023
M
[3.10] gh-81611: Improve `range` paragraph in 8.3 of language reference (GH-98353) (#100705)
Miss Islington (bot) committed
December 16, 2022
M
"Compound statement" docs: Fix with-statement step indexing (GH-100286)
Miss Islington (bot) committed
November 3, 2022
M
Docs: Add 'as, match statement' to the index (GH-99001)
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
March 21, 2022
January 1, 2022
M
bpo-46095: Improve SeqIter documentation. (GH-30316) (GH-30330)
Miss Islington (bot) committed
November 18, 2021
M
bpo-45640: [docs] Tokens are now clickable (GH-29260) (GH-29621)
Miss Islington (bot) committed
October 10, 2021
M
Fix class pattern docs to refer to class patterns (GH-28849)
Miss Islington (bot) committed
October 2, 2021
M
bpo-45346: Keep docs consistent regarding true and false values (GH-28697) (GH-28698)
Miss Islington (bot) committed
September 21, 2021
Ł
[3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)
Łukasz Langa committed
July 15, 2021
M
[3.10] bpo-44589: raise a SyntaxError when mapping patterns have duplicate literal keys (GH-27131) (GH-27157)
Miss Islington (bot) committed
May 14, 2021
M
bpo-43977: Update pattern matching language reference docs (GH-25917) (GH-26117)
Miss Islington (bot) committed
May 4, 2021
M
bpo-44025: Clarify when '_' is a keyword. (GH-25873)
Miss Islington (bot) 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
January 26, 2018
G
String annotations [PEP 563] (#4390)
Guido van Rossum committed
November 11, 2017
B
Remove redundant 'exc = True' line (GH-4357)
Berker Peksag committed