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
/
Grammar
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40334: Spacialized error message for invalid args after bare '*' (GH-19865)
Lysandros Nikolaou
2020-05-04
1
-0/+6
*
bpo-40493: fix function type comment parsing (GH-19894)
Shantanu
2020-05-04
1
-0/+4
*
bpo-40334: Refactor lambda_parameters similar to parameters (GH-19830)
Guido van Rossum
2020-05-01
1
-20/+34
*
bpo-40334: Correct return value of func_type_comment (GH-19833)
Pablo Galindo
2020-05-01
1
-1/+1
*
bpo-40334: Improve column offsets for thrown syntax errors by Pegen (GH-19782)
Batuhan Taskaya
2020-05-01
1
-1/+1
*
bpo-40334: Add support for feature_version in new PEG parser (GH-19827)
Lysandros Nikolaou
2020-05-01
1
-29/+51
*
bpo-40334: Support type comments (GH-19780)
Guido van Rossum
2020-04-30
1
-32/+77
*
bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721)
Pablo Galindo
2020-04-27
1
-1/+2
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
1
-0/+555
*
bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570)
Brandt Bucher
2020-03-03
1
-1/+1
*
bpo-35814: Allow unpacking in r.h.s of annotated assignment expressions (GH-1...
Pablo Galindo
2019-06-03
1
-1/+1
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29
1
-2/+44
*
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
Guido van Rossum
2019-03-07
2
-4/+6
*
bpo-35877: Make parenthesis optional for named expression in while statement ...
Xtreak
2019-02-01
1
-1/+1
*
bpo-35766: Merge typed_ast back into CPython (GH-11645)
Guido van Rossum
2019-01-31
2
-9/+24
*
bpo-35814: Allow same r.h.s. in annotated assignments as in normal ones (GH-1...
Ivan Levkivskyi
2019-01-25
1
-1/+1
*
bpo-35224: PEP 572 Implementation (#10497)
Emily Morehouse
2019-01-24
2
-2/+5
*
bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-...
Serhiy Storchaka
2018-12-22
1
-0/+62
*
bpo-32117: Allow tuple unpacking in return and yield statements (gh-4509)
David Cuthbert
2018-09-22
1
-2/+2
*
bpo-30406: Make async and await proper keywords (#1669)
Jelle Zijlstra
2017-10-06
1
-4/+5
*
bpo-30737: Update DevGuide links to new URL (GH-3228)
Lisa Hewus Fresh
2017-08-30
1
-1/+1
*
remove comment about updating the parser module; we do not need to do that an...
Benjamin Peterson
2017-01-26
1
-7/+0
*
Issue #28008: Implement PEP 530 -- asynchronous comprehensions.
Yury Selivanov
2016-09-09
1
-1/+1
*
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov
2016-09-09
1
-2/+3
*
Issue #27518: Merge from 3.5
Berker Peksag
2016-07-15
1
-1/+1
|
\
|
*
Issue #27518: Fix typo in Grammar/Grammar
Berker Peksag
2016-07-15
1
-1/+1
*
|
Issue #9232: Support trailing commas in function declarations.
Robert Collins
2015-08-11
1
-6/+11
|
/
*
Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
Yury Selivanov
2015-08-05
1
-1/+1
*
Issue #24435: Use the devguide link instead of PEP 306 in Grammar/Grammar.
Berker Peksag
2015-06-13
1
-2/+2
|
\
|
*
Issue #24435: Use the devguide link instead of PEP 306 in Grammar/Grammar.
Berker Peksag
2015-06-13
1
-2/+2
*
|
allow test node after ** in calls (closes #24176)
Benjamin Peterson
2015-05-16
1
-1/+1
*
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
2015-05-12
1
-3/+8
*
|
PEP 448: additional unpacking generalizations (closes #2292)
Benjamin Peterson
2015-05-06
1
-6/+18
*
|
Removed unintentional trailing spaces in text files.
Serhiy Storchaka
2015-03-29
1
-1/+1
*
|
Issue #21972: Make it clear that the PEP 401 future import works,
Martin v. Löwis
2014-08-05
1
-1/+1
*
|
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson
2014-04-10
1
-2/+2
|
/
*
Backed out changeset 521232b05b97
Benjamin Peterson
2013-03-20
1
-2/+1
*
fix compiler warning
Benjamin Peterson
2013-03-20
1
-1/+2
*
Remove lingering artifact of an initial PEP 380 Grammar change that was later...
Nick Coghlan
2012-01-14
1
-1/+1
*
Implement PEP 380 - 'yield from' (closes #11682)
Nick Coghlan
2012-01-13
1
-2/+3
*
input() in this sense is gone
Benjamin Peterson
2011-12-15
1
-1/+1
*
Clarify the existence of the <> operator in Grammar/Grammar with a comment, f...
Eli Bendersky
2011-11-13
1
-0/+2
*
Issue #2009: refactor varargslist and typedargslist productions to make them ...
Mark Dickinson
2010-07-12
1
-6/+6
*
Kill gratuitous space.
Mark Dickinson
2010-07-07
1
-1/+1
*
untabify
Benjamin Peterson
2010-07-05
1
-6/+6
*
fix an ambiguity in the grammar from the implementation of extended unpacking
Benjamin Peterson
2009-09-27
1
-8/+7
*
Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,...
Benjamin Peterson
2009-06-11
1
-1/+2
*
Merged revisions 72924 via svnmerge from
Georg Brandl
2009-05-25
1
-2/+2
*
The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!
Brett Cannon
2009-04-01
1
-1/+1
*
allow keyword args after *args in a function call
Benjamin Peterson
2008-08-19
1
-1/+3
[next]