summaryrefslogtreecommitdiffstats
path: root/Doc/reference/compound_stmts.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-103590: mention that the change is included in 3.11.4 and clarify except* ...Irit Katriel2023-05-031-2/+4
* Fix duplicated words in the docs (GH-102629)Виталий Дмитриев2023-03-121-1/+1
* gh-102011: use sys.exception() instead of sys.exc_info() in docs where possib...Irit Katriel2023-02-201-18/+15
* gh-81611: Improve `range` paragraph in 8.3 of language reference (#98353)4l4k4z4m2023-01-031-3/+2
* "Compound statement" docs: Fix with-statement step indexing (#100286)Frank Dana2022-12-161-1/+1
* Docs: Add 'as, match statement' to the index (#99001)Hugo van Kemenade2022-11-031-0/+1
* gh-98172: [doc] mention that except* handles naked exceptions (GH-98496)Irit Katriel2022-10-211-1/+13
* gh-98172: Fix formatting in `except*` docs (#98173)Jelle Zijlstra2022-10-111-12/+11
* gh-95975: Move except/*/finally ref labels to more precise locations (#95976)C.A.M. Gerlach2022-10-021-45/+76
* GH-96359: Fix docs that claim int(0|1) doesn't match False (GH-96361)Jonathan Oberländer2022-08-281-1/+1
* Fix async method reference links in `compound_stmts` docs (GH-94935)July Tikhonov2022-07-221-2/+2
* bpo-46033: Clarify for-statement execution (GH-30025)Michał D2022-04-031-11/+8
* bpo-12029: [doc] clarify that except does not match virtual subclasses of the...Irit Katriel2022-03-211-3/+4
* bpo-46725: Document starred expressions in for statements (GH-31481)Pablo Galindo Salgado2022-02-221-8/+13
* [doc]: Spotted errors while working on rstlint. (GH-30879)Julien Palard2022-01-271-1/+1
* bpo-45292: [PEP-654] exception groups and except* documentation (GH-30158)Irit Katriel2022-01-061-1/+47
* bpo-46095: Improve SeqIter documentation. (GH-30316)Raymond Hettinger2022-01-011-21/+0
* bpo-45640: [docs] Tokens are now clickable (GH-29260)Arthur Milchior2021-11-181-9/+10
* Fix class pattern docs to refer to class patterns (GH-28849)Christophe Nanteuil2021-10-101-1/+1
* bpo-45346: Keep docs consistent regarding true and false values (GH-28697)Raymond Hettinger2021-10-021-4/+4
* [codemod] Fix non-matching bracket pairs (GH-28473)Mohamad Mansour2021-09-211-1/+1
* bpo-44589: raise a SyntaxError when mapping patterns have duplicate literal k...Jack DeVries2021-07-151-4/+5
* Doc: Fix ambiguous pronoun (GH-26037)Daniel Shahaf2021-05-141-1/+1
* bpo-43977: Update pattern matching language reference docs (GH-25917)Ken Jin2021-05-141-7/+35
* bpo-44025: Clarify when '_' is a keyword. (#25873)Terry Jan Reedy2021-05-041-2/+4
* bpo-38605: Revert making 'from __future__ import annotations' the default (GH...Pablo Galindo2021-04-211-3/+7
* Use double quotes over single quotes for match statement grammar (GH-24943)Ken Jin2021-04-121-2/+2
* bpo-39702: Remove dotted_name from decorator documentation (GH-25234)Saiyang Gou2021-04-081-1/+0
* bpo-36540: Improve doc of function definition regarding positional-only argum...Saiyang Gou2021-04-071-2/+8
* Update pattern matching docs for changes to the PEP (#25185)Ken Jin2021-04-061-2/+2
* bpo-42128: Add documentation for pattern matching (PEP 634) (#24664)Daniel F Moisset2021-03-011-0/+597
* Document new parenthesized with statements (GH-24281)Pablo Galindo2021-01-251-1/+14
* bpo-35790: Correct the description of sys.exc_info() and add a code example (...Géry Ogam2020-12-211-3/+21
* bpo-42669: Document that `except` rejects nested tuples (GH-23822)Colin Watson2020-12-201-1/+2
* bpo-41879: Doc: Fix description of async for statement (GH-23548)Nick Gaya2020-12-111-4/+4
* [doc] Remove mention of async and await as soft keywords (GH-22144)Andre Delfino2020-10-121-4/+5
* bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)Batuhan Taskaya2020-10-061-7/+3
* bpo-41762: Fix usage of productionlist markup in the doc (GH-22281)Victor Stinner2020-09-181-11/+12
* Stick with the phrase "default parameter value" (GH-21590)Andre Delfino2020-07-221-2/+2
* bpo-39702: Update the Language Reference (PEP 614) (GH-18802)Brandt Bucher2020-03-071-1/+11
* bpo-39868: Update Language Reference for PEP 572. (#18793)Brandt Bucher2020-03-061-3/+3
* bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609)Géry Ogam2020-01-141-1/+1
* bpo-39037: Fix lookup order of magic methods in with statement documentation ...Géry Ogam2019-12-301-18/+49
* Regenerate topics file (GH-13642)Pablo Galindo2019-05-291-1/+1
* bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202)Pablo Galindo2019-05-281-2/+4
* bpo-35566: Add links to annotation glossary term (GH-11291)Cheryl Sabella2018-12-241-2/+2
* bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)Serhiy Storchaka2018-12-191-39/+35
* bpo-33699: Describe try's else clause with the rest of the try clause (GH-7252)Andrés Delfino2018-11-111-7/+5
* bpo-35054: Add yet more index entries for symbols. (GH-10121)Serhiy Storchaka2018-10-281-20/+18
* Fix mistakes on function coroutines related definitions (GH-9871)Andrés Delfino2018-10-281-8/+8