| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #27518: Merge from 3.5 | Berker Peksag | 2016-07-15 | 1 | -6/+11 |
|\ |
|
| * | Issue #9232: Support trailing commas in function declarations. | Robert Collins | 2015-08-12 | 1 | -6/+11 |
* | | Issue #27518: Fix typo in Grammar/Grammar | Berker Peksag | 2016-07-15 | 1 | -1/+1 |
|/ |
|
* | 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-11 | 1 | -3/+8 |
* | | PEP 448: additional unpacking generalizations (closes #2292) | Benjamin Peterson | 2015-05-05 | 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-09 | 1 | -2/+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-14 | 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 |
* | Issue #1066: implement PEP 3109, 2/3 of PEP 3134. | Collin Winter | 2007-08-31 | 1 | -1/+1 |
* | Merged revisions 56154-56264 via svnmerge from | Guido van Rossum | 2007-07-11 | 1 | -1/+1 |
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -1/+1 |
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -2/+3 |
* | Merged revisions 55328-55341 via svnmerge from | Guido van Rossum | 2007-05-15 | 1 | -8/+4 |
* | Merged revisions 55225-55227,55229-55269 via svnmerge from | Guido van Rossum | 2007-05-11 | 1 | -2/+3 |
* | Hide list comp variables and support set comprehensions | Nick Coghlan | 2007-04-15 | 1 | -24/+13 |
* | "from ... import x" should not be a syntax error... make | Georg Brandl | 2007-03-19 | 1 | -1/+2 |
* | Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ... | Georg Brandl | 2007-03-18 | 1 | -1/+1 |
* | Implement PEP 3115 -- new metaclass syntax and semantics. | Guido van Rossum | 2007-03-18 | 1 | -1/+1 |
* | Provisional implementation of PEP 3104. | Jeremy Hylton | 2007-02-27 | 1 | -1/+2 |
* | Essential changes for print function changes. | Guido van Rossum | 2007-02-09 | 1 | -3/+1 |
* | Some more changes related to the new except syntax and semantics, | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
* | PEP 3107 - Function Annotations thanks to Tony Lownds | Neal Norwitz | 2006-12-28 | 1 | -7/+14 |
* | Jiwon Seo's PEP 3102 implementation. | Guido van Rossum | 2006-10-27 | 1 | -1/+1 |
* | Patch #1550786: ellipsis literal. | Georg Brandl | 2006-09-06 | 1 | -2/+2 |
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -2/+1 |
* | SF patch 1547796 by Georg Brandl -- set literals. | Guido van Rossum | 2006-08-28 | 1 | -2/+2 |
* | Remove support for backticks from the grammar and compiler. | Brett Cannon | 2006-08-25 | 1 | -1/+0 |
* | Killed the <> operator. You must now use !=. | Guido van Rossum | 2006-08-24 | 1 | -1/+1 |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -1/+1 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -2/+5 |
* | Checkpoint. 218 tests are okay; 53 are failing. Done so far: | Guido van Rossum | 2006-03-15 | 1 | -15/+3 |
* | Make 'as' an actual keyword when with's future statement is used. Not | Thomas Wouters | 2006-02-28 | 1 | -3/+3 |
* | SF patch #1438387, PEP 328: relative and absolute imports. | Thomas Wouters | 2006-02-28 | 1 | -1/+1 |