index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
reference
/
compound_stmts.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Regenerate topics file (GH-13642)
Pablo Galindo
2019-05-29
1
-1/+1
*
bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202)
Pablo Galindo
2019-05-28
1
-2/+4
*
bpo-35566: Add links to annotation glossary term (GH-11291)
Cheryl Sabella
2018-12-24
1
-2/+2
*
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka
2018-12-19
1
-39/+35
*
bpo-33699: Describe try's else clause with the rest of the try clause (GH-7252)
Andrés Delfino
2018-11-11
1
-7/+5
*
bpo-35054: Add yet more index entries for symbols. (GH-10121)
Serhiy Storchaka
2018-10-28
1
-20/+18
*
Fix mistakes on function coroutines related definitions (GH-9871)
Andrés Delfino
2018-10-28
1
-8/+8
*
bpo-35054: Add more index entries for symbols. (GH-10064)
Serhiy Storchaka
2018-10-26
1
-9/+33
*
bpo-33726, doc: Add short descriptions to PEP references in seealso (GH-7294)
Andrés Delfino
2018-10-19
1
-1/+9
*
Update compound_stmts.rst (#9864)
Andrés Delfino
2018-10-14
1
-4/+4
*
Use 'for example' instead of 'in other words' in compound statement doc (GH-8...
Andrés Delfino
2018-07-30
1
-1/+1
*
Fix typo: variables(s) (GH-8482)
Andrés Delfino
2018-07-26
1
-1/+1
*
bpo-33702: Add some missing links in production lists and do a little polish ...
Andrés Delfino
2018-07-07
1
-6/+8
*
bpo-32996: The bulk of What's New in Python 3.7 (GH-6978)
Elvis Pranskevichus
2018-05-20
1
-0/+2
*
bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)
Serhiy Storchaka
2018-03-18
1
-6/+7
*
String annotations [PEP 563] (#4390)
Guido van Rossum
2018-01-26
1
-6/+19
*
Remove redundant 'exc = True' line (GH-4357)
Berker Peksag
2017-11-11
1
-1/+0
*
Issue #28091: Document PEP 525 & PEP 530.
Yury Selivanov
2016-12-15
1
-1/+1
*
Issue #24254: Drop cls.__definition_order__.
Eric Snow
2016-09-08
1
-9/+3
*
Issue #28030: Update the language reference for PEP 468.
Eric Snow
2016-09-08
1
-5/+6
*
Issue #24254: Preserve class attribute definition order.
Eric Snow
2016-09-05
1
-0/+11
*
Issue #26576: Merge from 3.5
Berker Peksag
2016-08-03
1
-4/+5
|
\
|
*
Issue #26576: Clarify that the @deco syntax is not always an equivalent of f ...
Berker Peksag
2016-08-03
1
-4/+5
*
|
Merge 3.5 (issue #27243)
Yury Selivanov
2016-06-09
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27243: Fix __aiter__ protocol
Yury Selivanov
2016-06-09
1
-1/+1
*
|
merge 3.5 (#27042)
Benjamin Peterson
2016-05-17
1
-2/+2
|
\
\
|
|
/
|
*
class definitions only get argument lists (closes #27042)
Benjamin Peterson
2016-05-17
1
-1/+1
|
*
Backed out changeset 71ff2235bb4c (closes #27042)
Benjamin Peterson
2016-05-17
1
-1/+1
*
|
Remove redundant leading zeroes in PEP references.
Serhiy Storchaka
2016-03-31
1
-1/+1
|
\
\
|
|
/
|
*
Remove redundant leading zeroes in PEP references.
Serhiy Storchaka
2016-03-31
1
-1/+1
*
|
Issue #9232: Support trailing commas in function declarations.
Robert Collins
2015-08-11
1
-4/+4
|
/
*
docs: Fix productionlist for async def functions
Yury Selivanov
2015-08-01
1
-1/+1
*
Issue #24619: New approach for tokenizing async/await.
Yury Selivanov
2015-07-22
1
-3/+1
*
Issue #24439: Improve PEP 492 related docs.
Yury Selivanov
2015-06-24
1
-10/+15
*
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov
2015-06-22
1
-3/+18
*
Issue 24180: Documentation for PEP 492 changes.
Yury Selivanov
2015-05-21
1
-0/+109
*
Issue #22243: fix except grammar in reference.
Terry Jan Reedy
2014-08-23
1
-1/+1
*
Issue #21439: Fix a couple of typos.
Zachary Ware
2014-06-03
1
-1/+1
*
Issue 21439: Minor issues in the reference manual.
Raymond Hettinger
2014-05-27
1
-10/+18
*
Add prompts to interactive example.
Zachary Ware
2014-05-06
1
-8/+8
*
Issue #21366: Document the fact that ``return`` in a ``finally`` clause
Zachary Ware
2014-05-06
1
-0/+14
*
Closes 21048: Index 'as' in import and with statements.
Terry Jan Reedy
2014-04-29
1
-1/+3
*
merge with 3.3
Georg Brandl
2013-10-06
1
-5/+5
|
\
|
*
Use "lambda expression" as preferred to "lambda form".
Georg Brandl
2013-10-06
1
-5/+5
*
|
evaluate positional defaults before keyword-only defaults (closes #16967)
Benjamin Peterson
2013-02-10
1
-8/+9
|
/
*
Add additional links and index entries for "argument" and "parameter".
Chris Jerdonek
2012-12-25
1
-4/+10
*
Fix formatting of syntax description of function definition.
Chris Jerdonek
2012-10-26
1
-2/+1
*
Issue #14167: restore statement about breaks in finally clauses.
Mark Dickinson
2012-09-24
1
-5/+5
*
Issue #14167: Document return statement in finally blocks.
Andrew Svetlov
2012-08-14
1
-6/+17
*
Closes #14186: add link to PEP 3107 (function annotations) to the function de...
Georg Brandl
2012-03-10
1
-0/+5
[next]