COMMITS
/ Doc/reference/compound_stmts.rst 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
December 15, 2016
Y
Issue #28091: Document PEP 525 & PEP 530.
Yury Selivanov committed
September 8, 2016
E
Issue #24254: Drop cls.__definition_order__.
Eric Snow committed
E
Issue #28030: Update the language reference for PEP 468.
Eric Snow committed
September 5, 2016
E
Issue #24254: Preserve class attribute definition order.
Eric Snow committed
August 3, 2016
B
Issue #26576: Merge from 3.5
Berker Peksag committed
B
Issue #26576: Clarify that the @deco syntax is not always an equivalent of f = deco(f)
Berker Peksag committed
June 9, 2016
Y
Merge 3.5 (issue #27243)
Yury Selivanov committed
Y
Issue #27243: Fix __aiter__ protocol
Yury Selivanov committed
May 17, 2016
B
merge 3.5 (#27042)
Benjamin Peterson committed
B
class definitions only get argument lists (closes #27042)
Benjamin Peterson committed
B
Backed out changeset 71ff2235bb4c (closes #27042)
Benjamin Peterson committed
March 31, 2016
S
Remove redundant leading zeroes in PEP references.
Serhiy Storchaka committed
S
Remove redundant leading zeroes in PEP references.
Serhiy Storchaka committed
August 11, 2015
R
Issue #9232: Support trailing commas in function declarations.
Robert Collins committed
August 1, 2015
Y
docs: Fix productionlist for async def functions
Yury Selivanov committed
July 22, 2015
Y
Issue #24619: New approach for tokenizing async/await.
Yury Selivanov committed
June 24, 2015
Y
Issue #24439: Improve PEP 492 related docs.
Yury Selivanov committed
June 22, 2015
Y
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov committed
May 21, 2015
Y
Issue 24180: Documentation for PEP 492 changes.
Yury Selivanov committed
August 23, 2014
T
Issue #22243: fix except grammar in reference.
Terry Jan Reedy committed
June 3, 2014
Z
Issue #21439: Fix a couple of typos.
Zachary Ware committed
May 27, 2014
R
Issue 21439: Minor issues in the reference manual.
Raymond Hettinger committed
May 6, 2014
Z
Add prompts to interactive example.
Zachary Ware committed
Z
Issue #21366: Document the fact that ``return`` in a ``finally`` clause
Zachary Ware committed
April 29, 2014
T
Closes 21048: Index 'as' in import and with statements.
Terry Jan Reedy committed
October 6, 2013
G
merge with 3.3
Georg Brandl committed
G
Use "lambda expression" as preferred to "lambda form".
Georg Brandl committed
February 10, 2013
B
evaluate positional defaults before keyword-only defaults (closes #16967)
Benjamin Peterson committed
December 25, 2012
C
Add additional links and index entries for "argument" and "parameter".
Chris Jerdonek committed