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
*
bpo-46095: Improve SeqIter documentation. (GH-30316)
Raymond Hettinger
2022-01-01
1
-21/+0
*
bpo-45640: [docs] Tokens are now clickable (GH-29260)
Arthur Milchior
2021-11-18
1
-9/+10
*
Fix class pattern docs to refer to class patterns (GH-28849)
Christophe Nanteuil
2021-10-10
1
-1/+1
*
bpo-45346: Keep docs consistent regarding true and false values (GH-28697)
Raymond Hettinger
2021-10-02
1
-4/+4
*
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour
2021-09-21
1
-1/+1
*
bpo-44589: raise a SyntaxError when mapping patterns have duplicate literal k...
Jack DeVries
2021-07-15
1
-4/+5
*
Doc: Fix ambiguous pronoun (GH-26037)
Daniel Shahaf
2021-05-14
1
-1/+1
*
bpo-43977: Update pattern matching language reference docs (GH-25917)
Ken Jin
2021-05-14
1
-7/+35
*
bpo-44025: Clarify when '_' is a keyword. (#25873)
Terry Jan Reedy
2021-05-04
1
-2/+4
*
bpo-38605: Revert making 'from __future__ import annotations' the default (GH...
Pablo Galindo
2021-04-21
1
-3/+7
*
Use double quotes over single quotes for match statement grammar (GH-24943)
Ken Jin
2021-04-12
1
-2/+2
*
bpo-39702: Remove dotted_name from decorator documentation (GH-25234)
Saiyang Gou
2021-04-08
1
-1/+0
*
bpo-36540: Improve doc of function definition regarding positional-only argum...
Saiyang Gou
2021-04-07
1
-2/+8
*
Update pattern matching docs for changes to the PEP (#25185)
Ken Jin
2021-04-06
1
-2/+2
*
bpo-42128: Add documentation for pattern matching (PEP 634) (#24664)
Daniel F Moisset
2021-03-01
1
-0/+597
*
Document new parenthesized with statements (GH-24281)
Pablo Galindo
2021-01-25
1
-1/+14
*
bpo-35790: Correct the description of sys.exc_info() and add a code example (...
Géry Ogam
2020-12-21
1
-3/+21
*
bpo-42669: Document that `except` rejects nested tuples (GH-23822)
Colin Watson
2020-12-20
1
-1/+2
*
bpo-41879: Doc: Fix description of async for statement (GH-23548)
Nick Gaya
2020-12-11
1
-4/+4
*
[doc] Remove mention of async and await as soft keywords (GH-22144)
Andre Delfino
2020-10-12
1
-4/+5
*
bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)
Batuhan Taskaya
2020-10-06
1
-7/+3
*
bpo-41762: Fix usage of productionlist markup in the doc (GH-22281)
Victor Stinner
2020-09-18
1
-11/+12
*
Stick with the phrase "default parameter value" (GH-21590)
Andre Delfino
2020-07-22
1
-2/+2
*
bpo-39702: Update the Language Reference (PEP 614) (GH-18802)
Brandt Bucher
2020-03-07
1
-1/+11
*
bpo-39868: Update Language Reference for PEP 572. (#18793)
Brandt Bucher
2020-03-06
1
-3/+3
*
bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609)
Géry Ogam
2020-01-14
1
-1/+1
*
bpo-39037: Fix lookup order of magic methods in with statement documentation ...
Géry Ogam
2019-12-30
1
-18/+49
*
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
[next]