summaryrefslogtreecommitdiff
path: root/Grammar
Commit message (Expand)AuthorAgeFilesLines
* bpo-35814: Allow unpacking in r.h.s of annotated assignment expressions (GH-1...Pablo Galindo2019-06-031-1/+1
* bpo-36540: PEP 570 -- Implementation (GH-12701)Pablo Galindo2019-04-291-2/+44
* bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)Guido van Rossum2019-03-072-4/+6
* bpo-35877: Make parenthesis optional for named expression in while statement ...Xtreak2019-02-011-1/+1
* bpo-35766: Merge typed_ast back into CPython (GH-11645)Guido van Rossum2019-01-312-9/+24
* bpo-35814: Allow same r.h.s. in annotated assignments as in normal ones (GH-1...Ivan Levkivskyi2019-01-251-1/+1
* bpo-35224: PEP 572 Implementation (#10497)Emily Morehouse2019-01-242-2/+5
* bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-...Serhiy Storchaka2018-12-221-0/+62
* bpo-32117: Allow tuple unpacking in return and yield statements (gh-4509)David Cuthbert2018-09-211-2/+2
* bpo-30406: Make async and await proper keywords (#1669)Jelle Zijlstra2017-10-051-4/+5
* bpo-30737: Update DevGuide links to new URL (GH-3228)Lisa Hewus Fresh2017-08-301-1/+1
* remove comment about updating the parser module; we do not need to do that an...Benjamin Peterson2017-01-251-7/+0
* Issue #28008: Implement PEP 530 -- asynchronous comprehensions.Yury Selivanov2016-09-091-1/+1
* Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-081-2/+3
* Issue #27518: Merge from 3.5Berker Peksag2016-07-151-1/+1
|\
| * Issue #27518: Fix typo in Grammar/GrammarBerker Peksag2016-07-151-1/+1
* | Issue #9232: Support trailing commas in function declarations.Robert Collins2015-08-121-6/+11
|/
* Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.Yury Selivanov2015-08-051-1/+1
* Issue #24435: Use the devguide link instead of PEP 306 in Grammar/Grammar.Berker Peksag2015-06-131-2/+2
|\
| * Issue #24435: Use the devguide link instead of PEP 306 in Grammar/Grammar.Berker Peksag2015-06-131-2/+2
* | allow test node after ** in calls (closes #24176)Benjamin Peterson2015-05-161-1/+1
* | PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-111-3/+8
* | PEP 448: additional unpacking generalizations (closes #2292)Benjamin Peterson2015-05-051-6/+18
* | Removed unintentional trailing spaces in text files.Serhiy Storchaka2015-03-291-1/+1
* | Issue #21972: Make it clear that the PEP 401 future import works,Martin v. Löwis2014-08-051-1/+1
* | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-091-2/+2
|/
* Backed out changeset 521232b05b97Benjamin Peterson2013-03-201-2/+1
* fix compiler warningBenjamin Peterson2013-03-191-1/+2
* Remove lingering artifact of an initial PEP 380 Grammar change that was later...Nick Coghlan2012-01-141-1/+1
* Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-131-2/+3
* input() in this sense is goneBenjamin Peterson2011-12-151-1/+1
* Clarify the existence of the <> operator in Grammar/Grammar with a comment, f...Eli Bendersky2011-11-141-0/+2
* Issue #2009: refactor varargslist and typedargslist productions to make them ...Mark Dickinson2010-07-121-6/+6
* Kill gratuitous space.Mark Dickinson2010-07-071-1/+1
* untabifyBenjamin Peterson2010-07-051-6/+6
* fix an ambiguity in the grammar from the implementation of extended unpackingBenjamin Peterson2009-09-271-8/+7
* Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,...Benjamin Peterson2009-06-111-1/+2
* Merged revisions 72924 via svnmerge fromGeorg Brandl2009-05-251-2/+2
* The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!Brett Cannon2009-04-011-1/+1
* allow keyword args after *args in a function callBenjamin Peterson2008-08-191-1/+3
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-311-1/+1
* Merged revisions 56154-56264 via svnmerge fromGuido van Rossum2007-07-111-1/+1
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-1/+1
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-2/+3
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-8/+4
* Merged revisions 55225-55227,55229-55269 via svnmerge fromGuido van Rossum2007-05-111-2/+3
* Hide list comp variables and support set comprehensionsNick Coghlan2007-04-151-24/+13
* "from ... import x" should not be a syntax error... makeGeorg Brandl2007-03-191-1/+2
* Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ...Georg Brandl2007-03-181-1/+1
* Implement PEP 3115 -- new metaclass syntax and semantics.Guido van Rossum2007-03-181-1/+1