COMMITS
/ Doc/reference/compound_stmts.rst 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
October 26, 2012
C
Fix formatting of syntax description of function definition.
Chris Jerdonek committed
September 24, 2012
M
Issue #14167: restore statement about breaks in finally clauses.
Mark Dickinson committed
August 14, 2012
A
Issue #14167: Document return statement in finally blocks.
Andrew Svetlov committed
March 10, 2012
G
January 3, 2012
B
exception support is correct now (closes #13705)
Benjamin Peterson committed
December 24, 2011
B
parameter_list was meant here
Benjamin Peterson committed
B
kill superfluous 'comprehension' case (closes #13658)
Benjamin Peterson committed
October 19, 2011
E
Remove duplication.
Ezio Melotti committed
June 26, 2011
E
#11669: rephrase footnote in the Compound Statements page.
Ezio Melotti committed
March 11, 2011
E
#11446: merge with 3.1.
Ezio Melotti committed
E
#11446: fix incorrect PEP link.
Ezio Melotti committed
January 9, 2011
G
Merged revisions 87789-87790 via svnmerge from
Georg Brandl committed
January 6, 2011
G
Fix various issues (mostly Python 2 relics) found by Jacques Ducasse.
Georg Brandl committed
November 26, 2010
November 22, 2010
É
Merged revisions 86670 via svnmerge from
Éric Araujo committed
É
Remove unnecessary `object` base class in docs (#10366).
Éric Araujo committed
October 17, 2010
G
#9117: fix syntax for class definition.
Georg Brandl committed
October 6, 2010
G
September 3, 2010
G
#9760: clarify what context expression is.
Georg Brandl committed
August 2, 2010
G
#6928: fix class docs w.r.t. new metaclasses.
Georg Brandl committed