summaryrefslogtreecommitdiff
path: root/Lib/test/test_grammar.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-16/+16
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-72/+2
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-9/+9
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-5/+5
* PEP 3107 - Function Annotations thanks to Tony LowndsNeal Norwitz2006-12-281-10/+38
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-807/+874
* Jiwon Seo's PEP 3102 implementation.Guido van Rossum2006-10-271-1/+15
* Patch #1550786: ellipsis literal.Georg Brandl2006-09-061-0/+6
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-36/+0
* SF patch 1547796 by Georg Brandl -- set literals.Guido van Rossum2006-08-281-2/+7
* Remove usage of backticks.Brett Cannon2006-08-251-3/+1
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-241-4/+3
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-2/+2
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-3/+3
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+5
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+9
* Update commentsNeal Norwitz2006-02-281-1/+2
* Test case to cover subscription bug from SF 1333982Jeremy Hylton2006-02-281-0/+11
* PEP 308 implementation, including minor refdocs and some testcases. ItThomas Wouters2006-02-271-0/+25
* SF #1377897, Bus error in astNeal Norwitz2005-12-111-0/+4
* Merge ast-branch to headJeremy Hylton2005-10-201-9/+16
* Add test for ``class B1(): pass``.Brett Cannon2005-04-091-1/+2
* SF patch #1007189, multi-line imports, for instance:Anthony Baxter2004-08-311-1/+5
* SF patch #872326: Generator expression implementationRaymond Hettinger2004-05-191-0/+43
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
* - Removed FutureWarnings related to hex/oct literals and conversionsGuido van Rossum2003-11-291-6/+6
* Whitespace normalization.Tim Peters2003-06-151-1/+1
* Fix for SF [ 734869 ] Lambda functions in list comprehensionsJeremy Hylton2003-05-211-0/+1
* SF #660455 : patch by NNorwitz.Guido van Rossum2003-02-121-1/+3
* Restore the hex/oct constant tests that Barry commented out for fearGuido van Rossum2002-08-291-2/+9
* Fixed three exceptions in the Plain integers test, although I'm notBarry Warsaw2002-08-291-3/+3
* Quite down some FutureWarnings.Barry Warsaw2002-08-281-3/+3
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* The initial patch #468662 was not applied quite verbatim. This should oneFinn Bock2001-12-091-1/+2
* SF patch [ #468662 ] Allow jython to complete test_grammarJeremy Hylton2001-10-101-4/+14
* Test case for SF bugs #463359 and #462937, added to test_grammar for lack ofThomas Wouters2001-09-261-0/+27