summaryrefslogtreecommitdiff
path: root/Lib/test/test_grammar.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27243: Fix __aiter__ protocolYury Selivanov2016-06-091-1/+1
* Issue #26647: Fix typo in test_grammarVictor Stinner2016-04-121-1/+1
* Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.Yury Selivanov2015-08-051-0/+2
* Issue #23182: Merge with 3.4Zachary Ware2015-08-011-6/+107
|\
| * Issue #24687: Plug refleak on SyntaxError in function parameters annotations.Yury Selivanov2015-07-231-1/+2
| * Issue #24619: New approach for tokenizing async/await.Yury Selivanov2015-07-221-4/+1
| * allow test node after ** in calls (closes #24176)Benjamin Peterson2015-05-161-0/+1
| * PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-111-0/+87
| * PEP 448: additional unpacking generalizations (closes #2292)Benjamin Peterson2015-05-051-1/+5
| * Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+2
| * Merge issue #21669 from 3.4Nick Coghlan2014-06-161-0/+25
| |\
| * \ merge 3.4 (#21642)Benjamin Peterson2014-06-071-0/+6
| |\ \
| * | | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-091-0/+14
* | | | Issue #23182: PEP8-ify the annotation grammar tests. Patch by Ian Lee.Zachary Ware2015-08-011-12/+12
| |_|/ |/| |
* | | Issue #21669: Special case print & exec syntax errorsNick Coghlan2014-06-161-0/+25
| |/ |/|
* | allow the keyword else immediately after (no space) an integer (closes #21642)Benjamin Peterson2014-06-071-0/+6
|/
* use assertEqual instead of the deprecated assertEquals (closes #20877)Benjamin Peterson2014-03-091-2/+2
* Mangle __parameters in __annotations__ dict properly. Issue #20625.Yury Selivanov2014-02-181-0/+7
* Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-131-0/+32
* #8414: merge with 3.2.Ezio Melotti2011-12-021-2/+24
|\
| * #8414: add more tests for "assert". Initial patch by Gregory Nofi.Ezio Melotti2011-12-021-2/+24
* | don't restrict unexpected EOF errors to the first line (closes #12216)Benjamin Peterson2011-05-301-0/+7
* | use better naming schemeBenjamin Peterson2011-05-301-42/+42
|/
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-10/+12
|\
| * Merged revisions 79100 via svnmerge fromFlorent Xicluna2010-03-191-42/+36
| * Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,...Benjamin Peterson2009-11-251-0/+8
| * convert old fail* assertions to assert*Benjamin Peterson2009-06-301-13/+13
* | #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* | Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-38/+38
* | Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-13/+13
|/
* Merged revisions 73031 via svnmerge fromBenjamin Peterson2009-05-291-0/+20
* add grammar tests for nonlocalBenjamin Peterson2008-10-241-0/+8
* allow keyword args after *args in a function callBenjamin Peterson2008-08-191-0/+8
* Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,...Amaury Forgeot d'Arc2008-06-171-0/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* #2895: don't crash with bytes as keyword argument names.Georg Brandl2008-05-161-0/+8
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-0/+4
* Merged revisions 60245-60277 via svnmerge fromChristian Heimes2008-01-251-0/+9
* Merged revisions 60080-60089,60091-60093 via svnmerge fromGeorg Brandl2008-01-191-0/+2
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-4/+4
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-311-1/+1
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-181-0/+14
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-14/+20
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-41/+8
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+1
* Allow decorators and return annotations to be used together (fixes SF#1697248)Nick Coghlan2007-04-231-1/+6
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-3/+3
* Hide list comp variables and support set comprehensionsNick Coghlan2007-04-151-1/+2
* Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ...Georg Brandl2007-03-181-0/+1
* Two more patches by Tony Lownds (SF# 1607548).Guido van Rossum2007-02-261-0/+7