summaryrefslogtreecommitdiff
path: root/Grammar
Commit message (Expand)AuthorAgeFilesLines
* 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
* Provisional implementation of PEP 3104.Jeremy Hylton2007-02-271-1/+2
* Essential changes for print function changes.Guido van Rossum2007-02-091-3/+1
* Some more changes related to the new except syntax and semantics,Guido van Rossum2007-01-101-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* PEP 3107 - Function Annotations thanks to Tony LowndsNeal Norwitz2006-12-281-7/+14
* Jiwon Seo's PEP 3102 implementation.Guido van Rossum2006-10-271-1/+1
* Patch #1550786: ellipsis literal.Georg Brandl2006-09-061-2/+2
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-2/+1
* SF patch 1547796 by Georg Brandl -- set literals.Guido van Rossum2006-08-281-2/+2