| Commit message (Expand) | Author | Age | Files | Lines |
* | issue #28622: Remove redundant variable annotation test from test_grammar. Iv... | Guido van Rossum | 2016-11-06 | 1 | -3/+0 |
* | Issue #26182: Raise DeprecationWarning for improper use of async/await keywords | Yury Selivanov | 2016-09-15 | 1 | -12/+0 |
* | Issue #28076: Variable annotations should be mangled for private names. | Guido van Rossum | 2016-09-11 | 1 | -2/+2 |
* | Issue #26331: Implement the parsing part of PEP 515. | Brett Cannon | 2016-09-09 | 1 | -0/+89 |
* | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. | Yury Selivanov | 2016-09-08 | 1 | -0/+178 |
* | Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. | Serhiy Storchaka | 2016-06-12 | 1 | -1/+1 |
* | Merge 3.5 (issue #27243) | Yury Selivanov | 2016-06-09 | 1 | -0/+38 |
|\ |
|
| * | Merge 3.5 | Victor Stinner | 2016-04-12 | 1 | -0/+38 |
| |\ |
|
| | * | compiler: don't emit SyntaxWarning on const stmt | Victor Stinner | 2016-02-08 | 1 | -5/+1 |
| | * | compiler now ignores constant statements | Victor Stinner | 2016-02-08 | 1 | -1/+5 |
| | * | Issue #9232: Support trailing commas in function declarations. | Robert Collins | 2015-08-12 | 1 | -0/+38 |
* | | | Issue #27243: Fix __aiter__ protocol | Yury Selivanov | 2016-06-09 | 1 | -1/+1 |
|/ / |
|
* | | Issue #26647: Fix typo in test_grammar | Victor Stinner | 2016-04-12 | 1 | -1/+1 |
|/ |
|
* | Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'. | Yury Selivanov | 2015-08-05 | 1 | -0/+2 |
* | Issue #23182: Merge with 3.4 | Zachary Ware | 2015-08-01 | 1 | -6/+107 |
|\ |
|
| * | Issue #24687: Plug refleak on SyntaxError in function parameters annotations. | Yury Selivanov | 2015-07-23 | 1 | -1/+2 |
| * | Issue #24619: New approach for tokenizing async/await. | Yury Selivanov | 2015-07-22 | 1 | -4/+1 |
| * | allow test node after ** in calls (closes #24176) | Benjamin Peterson | 2015-05-16 | 1 | -0/+1 |
| * | PEP 0492 -- Coroutines with async and await syntax. Issue #24017. | Yury Selivanov | 2015-05-11 | 1 | -0/+87 |
| * | PEP 448: additional unpacking generalizations (closes #2292) | Benjamin Peterson | 2015-05-05 | 1 | -1/+5 |
| * | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -5/+2 |
| * | Merge issue #21669 from 3.4 | Nick Coghlan | 2014-06-16 | 1 | -0/+25 |
| |\ |
|
| * \ | merge 3.4 (#21642) | Benjamin Peterson | 2014-06-07 | 1 | -0/+6 |
| |\ \ |
|
| * | | | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) | Benjamin Peterson | 2014-04-09 | 1 | -0/+14 |
* | | | | Issue #23182: PEP8-ify the annotation grammar tests. Patch by Ian Lee. | Zachary Ware | 2015-08-01 | 1 | -12/+12 |
| |_|/
|/| | |
|
* | | | Issue #21669: Special case print & exec syntax errors | Nick Coghlan | 2014-06-16 | 1 | -0/+25 |
| |/
|/| |
|
* | | allow the keyword else immediately after (no space) an integer (closes #21642) | Benjamin Peterson | 2014-06-07 | 1 | -0/+6 |
|/ |
|
* | use assertEqual instead of the deprecated assertEquals (closes #20877) | Benjamin Peterson | 2014-03-09 | 1 | -2/+2 |
* | Mangle __parameters in __annotations__ dict properly. Issue #20625. | Yury Selivanov | 2014-02-18 | 1 | -0/+7 |
* | Implement PEP 380 - 'yield from' (closes #11682) | Nick Coghlan | 2012-01-13 | 1 | -0/+32 |
* | #8414: merge with 3.2. | Ezio Melotti | 2011-12-02 | 1 | -2/+24 |
|\ |
|
| * | #8414: add more tests for "assert". Initial patch by Gregory Nofi. | Ezio Melotti | 2011-12-02 | 1 | -2/+24 |
* | | don't restrict unexpected EOF errors to the first line (closes #12216) | Benjamin Peterson | 2011-05-30 | 1 | -0/+7 |
* | | use better naming scheme | Benjamin Peterson | 2011-05-30 | 1 | -42/+42 |
|/ |
|
* | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -10/+12 |
|\ |
|
| * | Merged revisions 79100 via svnmerge from | Florent Xicluna | 2010-03-19 | 1 | -42/+36 |
| * | Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,... | Benjamin Peterson | 2009-11-25 | 1 | -0/+8 |
| * | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -13/+13 |
* | | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
* | | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -38/+38 |
* | | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -13/+13 |
|/ |
|
* | Merged revisions 73031 via svnmerge from | Benjamin Peterson | 2009-05-29 | 1 | -0/+20 |
* | add grammar tests for nonlocal | Benjamin Peterson | 2008-10-24 | 1 | -0/+8 |
* | allow keyword args after *args in a function call | Benjamin Peterson | 2008-08-19 | 1 | -0/+8 |
* | Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,... | Amaury Forgeot d'Arc | 2008-06-17 | 1 | -0/+1 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -1/+1 |
* | #2895: don't crash with bytes as keyword argument names. | Georg Brandl | 2008-05-16 | 1 | -0/+8 |
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -0/+4 |
* | Merged revisions 60245-60277 via svnmerge from | Christian Heimes | 2008-01-25 | 1 | -0/+9 |
* | Merged revisions 60080-60089,60091-60093 via svnmerge from | Georg Brandl | 2008-01-19 | 1 | -0/+2 |