summaryrefslogtreecommitdiff
path: root/Doc/reference/compound_stmts.rst
Commit message (Expand)AuthorAgeFilesLines
* [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-051-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-231-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
* bpo-35054: Add more index entries for symbols. (GH-10064)Serhiy Storchaka2018-10-261-9/+33
* bpo-33726, doc: Add short descriptions to PEP references in seealso (GH-7294)Andrés Delfino2018-10-201-1/+9
* Update compound_stmts.rst (#9864)Andrés Delfino2018-10-141-4/+4
* Use 'for example' instead of 'in other words' in compound statement doc (GH-8...Andrés Delfino2018-07-301-1/+1
* Fix typo: variables(s) (GH-8482)Andrés Delfino2018-07-261-1/+1
* bpo-33702: Add some missing links in production lists and do a little polish ...Andrés Delfino2018-07-071-6/+8
* bpo-32996: The bulk of What's New in Python 3.7 (GH-6978)Elvis Pranskevichus2018-05-191-0/+2
* bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)Serhiy Storchaka2018-03-181-6/+7
* String annotations [PEP 563] (#4390)Guido van Rossum2018-01-261-6/+19
* Remove redundant 'exc = True' line (GH-4357)Berker Peksag2017-11-111-1/+0
* Issue #28091: Document PEP 525 & PEP 530.Yury Selivanov2016-12-151-1/+1
* Issue #24254: Drop cls.__definition_order__.Eric Snow2016-09-081-9/+3
* Issue #28030: Update the language reference for PEP 468.Eric Snow2016-09-081-5/+6
* Issue #24254: Preserve class attribute definition order.Eric Snow2016-09-051-0/+11
* Issue #26576: Merge from 3.5Berker Peksag2016-08-031-4/+5
|\
| * Issue #26576: Clarify that the @deco syntax is not always an equivalent of f ...Berker Peksag2016-08-031-4/+5
* | Merge 3.5 (issue #27243)Yury Selivanov2016-06-091-1/+1
|\ \ | |/
| * Issue #27243: Fix __aiter__ protocolYury Selivanov2016-06-091-1/+1
* | merge 3.5 (#27042)Benjamin Peterson2016-05-161-2/+2
|\ \ | |/
| * class definitions only get argument lists (closes #27042)Benjamin Peterson2016-05-161-1/+1
| * Backed out changeset 71ff2235bb4c (closes #27042)Benjamin Peterson2016-05-161-1/+1
* | Remove redundant leading zeroes in PEP references.Serhiy Storchaka2016-03-311-1/+1
|\ \ | |/
| * Remove redundant leading zeroes in PEP references.Serhiy Storchaka2016-03-311-1/+1
* | Issue #9232: Support trailing commas in function declarations.Robert Collins2015-08-121-4/+4
|/
* docs: Fix productionlist for async def functionsYury Selivanov2015-08-011-1/+1
* Issue #24619: New approach for tokenizing async/await.Yury Selivanov2015-07-221-3/+1
* Issue #24439: Improve PEP 492 related docs.Yury Selivanov2015-06-241-10/+15
* Issue #24400: Introduce a distinct type for 'async def' coroutines.Yury Selivanov2015-06-221-3/+18
* Issue 24180: Documentation for PEP 492 changes.Yury Selivanov2015-05-211-0/+109
* Issue #22243: fix except grammar in reference.Terry Jan Reedy2014-08-231-1/+1
* Issue #21439: Fix a couple of typos.Zachary Ware2014-06-031-1/+1
* Issue 21439: Minor issues in the reference manual.Raymond Hettinger2014-05-261-10/+18
* Add prompts to interactive example.Zachary Ware2014-05-061-8/+8
* Issue #21366: Document the fact that ``return`` in a ``finally`` clauseZachary Ware2014-05-061-0/+14
* Closes 21048: Index 'as' in import and with statements.Terry Jan Reedy2014-04-291-1/+3