summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_grammar.py
Commit message (Expand)AuthorAgeFilesLines
* Part two of the fix for SF bug #1466641: Regenerate graminit.c and add testThomas Wouters2006-04-121-0/+5
* Fix SF bug #1458903 with AST compiler.Neal Norwitz2006-03-271-0/+4
* 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
* Make these modules work when Python is compiled without Unicode support.Guido van Rossum2001-09-211-0/+4
* Fix another test still expecting overflow on big int literals.Tim Peters2001-08-271-7/+2
* Add test for a list comprehension that is nested in the left-hand partJeremy Hylton2001-03-191-0/+5
* Add test case for global stmt at module level.Jeremy Hylton2001-02-281-0/+3
* Add simple section for assert, including assert w/ lambdasJeremy Hylton2001-02-191-0/+6
* Add test for syntax error on "x = 1 + 1".Jeremy Hylton2001-02-191-8/+3
* update test cases for recent compiler changes: exec/import * in nestedJeremy Hylton2001-02-091-1/+0
* Whitespace normalization.Tim Peters2001-02-091-1/+1
* Allow 'continue' inside 'try' clauseJeremy Hylton2001-02-011-0/+19
* Undo recent change that banned using import to bind a global, as perJeremy Hylton2001-02-011-1/+0
* add test for illegal importsJeremy Hylton2001-01-301-0/+2
* PEP 227 implementationJeremy Hylton2001-01-251-0/+14
* add extra tests to verify that co_varnames is being set up properlyJeremy Hylton2001-01-251-22/+19
* Add simple test of list comprehension that uses a name that isn'tJeremy Hylton2001-01-231-0/+6
* make error msg more informative when test of exec failsJeremy Hylton2001-01-191-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-10/+10
* Update the code to better reflect recommended style:Fred Drake2000-12-121-10/+10
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-90/+90
* Added test cases for extended printing to an instance. This picked upBarry Warsaw2000-10-111-1/+9
* This patch adds a new Python C API called PyString_AsStringAndSize()Marc-André Lemburg2000-09-191-0/+7
* Added tests of "print >> None"Barry Warsaw2000-08-291-0/+25
* require list comprehensions to start with a for clauseSkip Montanaro2000-08-221-0/+6
* PEP 214, Extended print Statement, has been accepted by the BDFL.Barry Warsaw2000-08-211-0/+19
* list comprehensions. seeSkip Montanaro2000-08-121-0/+40
* add test cases for Greg Ewing's extended call syntax patchJeremy Hylton2000-03-281-2/+33
* No need to define assert, it's built in.Guido van Rossum1997-04-161-2/+2
* avoid math, don't abort when overflow check failsGuido van Rossum1995-03-041-3/+4
* Fix exec test so presence of __builtins__ doesn't break itGuido van Rossum1995-01-101-0/+3