| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-11410: Standardize and use symbol visibility attributes across POSIX and ... | Vinay Sajip | 2019-10-15 | 1 | -2/+3 |
|
|
* | 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 | -204/+418 |
|
|
* | use `const` in graminit.c (GH-12713) | tyomitch | 2019-04-23 | 1 | -410/+410 |
|
|
* | bpo-36623: Clean parser headers and include files (GH-12253) | Pablo Galindo | 2019-04-13 | 1 | -1/+0 |
|
|
* | Remove d_initial from the parser as it is unused (GH-12212) | tyomitch | 2019-03-09 | 1 | -92/+92 |
|
|
* | bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) | Guido van Rossum | 2019-03-07 | 1 | -105/+105 |
|
|
* | bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814) | Pablo Galindo | 2019-03-01 | 1 | -846/+832 |
|
|
* | 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 | 1 | -412/+613 |
|
|
* | bpo-35814: Allow same r.h.s. in annotated assignments as in normal ones (GH-1... | Ivan Levkivskyi | 2019-01-25 | 1 | -3/+4 |
|
|
* | bpo-35224: PEP 572 Implementation (#10497) | Emily Morehouse | 2019-01-24 | 1 | -533/+557 |
|
|
* | bpo-32117: Allow tuple unpacking in return and yield statements (gh-4509) | David Cuthbert | 2018-09-22 | 1 | -3/+3 |
|
|
* | closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218) | Benjamin Peterson | 2018-09-12 | 1 | -1/+1 |
|
|
* | bpo-30406: Make async and await proper keywords (#1669) | Jelle Zijlstra | 2017-10-06 | 1 | -150/+163 |
|
|
* | Issue #28008: Implement PEP 530 -- asynchronous comprehensions. | Yury Selivanov | 2016-09-09 | 1 | -16/+21 |
|
|
* | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. | Yury Selivanov | 2016-09-09 | 1 | -892/+919 |
|
|
* | Issue #9232: Support trailing commas in function declarations. | Robert Collins | 2015-08-11 | 1 | -46/+60 |
|
|
* | Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'. | Yury Selivanov | 2015-08-05 | 1 | -1/+1 |
|
|
* | allow test node after ** in calls (closes #24176) | Benjamin Peterson | 2015-05-16 | 1 | -8/+4 |
|
|
* | PEP 0492 -- Coroutines with async and await syntax. Issue #24017. | Yury Selivanov | 2015-05-12 | 1 | -1219/+1277 |
|
|
* | PEP 448: additional unpacking generalizations (closes #2292) | Benjamin Peterson | 2015-05-06 | 1 | -78/+76 |
|
|
* | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) | Benjamin Peterson | 2014-04-10 | 1 | -216/+219 |
|
|
* | Backed out changeset 521232b05b97 | Benjamin Peterson | 2013-03-20 | 1 | -264/+241 |
|
|
* | fix compiler warning | Benjamin Peterson | 2013-03-20 | 1 | -241/+264 |
|
|
* | Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName... | Meador Inge | 2012-01-16 | 1 | -15/+15 |
|\ |
|
| * | Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName... | Meador Inge | 2012-01-16 | 1 | -15/+15 |
|
|
* | | Implement PEP 380 - 'yield from' (closes #11682) | Nick Coghlan | 2012-01-13 | 1 | -86/+104 |
|/ |
|
* | Regenerate Python/graminit.c. | Mark Dickinson | 2010-07-12 | 1 | -18/+82 |
|
|
* | Merged revisions 81220 via svnmerge from | Victor Stinner | 2010-05-15 | 1 | -1227/+1227 |
|
|
* | fix an ambiguity in the grammar from the implementation of extended unpacking | Benjamin Peterson | 2009-09-27 | 1 | -829/+839 |
|
|
* | Merged revisions 72924 via svnmerge from | Georg Brandl | 2009-05-25 | 1 | -19/+20 |
|
|
* | The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! | Brett Cannon | 2009-04-01 | 1 | -97/+99 |
|
|
* | Merged revisions 68523 via svnmerge from | Martin v. Löwis | 2009-01-11 | 1 | -0/+1 |
|
|
* | allow keyword args after *args in a function call | Benjamin Peterson | 2008-08-19 | 1 | -2/+3 |
|
|
* | Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-... | Neal Norwitz | 2008-04-15 | 1 | -0/+2 |
|
|
* | Issue #1066: implement PEP 3109, 2/3 of PEP 3134. | Collin Winter | 2007-08-31 | 1 | -30/+21 |
|
|
* | Merged revisions 56154-56264 via svnmerge from | Guido van Rossum | 2007-07-11 | 1 | -5/+15 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -58/+64 |
|
|
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -1115/+1129 |
|
|
* | Merged revisions 55328-55341 via svnmerge from | Guido van Rossum | 2007-05-15 | 1 | -1135/+1053 |
|
|
* | Merged revisions 55225-55227,55229-55269 via svnmerge from | Guido van Rossum | 2007-05-11 | 1 | -363/+381 |
|
|
* | Hide list comp variables and support set comprehensions | Nick Coghlan | 2007-04-15 | 1 | -501/+383 |
|
|
* | Looks like this file wasn't checked in. | Guido van Rossum | 2007-03-27 | 1 | -168/+170 |
|
|
* | Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ... | Georg Brandl | 2007-03-18 | 1 | -78/+71 |
|
|
* | 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 | -789/+809 |
|
|
* | Essential changes for print function changes. | Guido van Rossum | 2007-02-09 | 1 | -976/+926 |
|
|
* | 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 |
|
|