summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_grammar.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-17/+103
* Some minute changes.Guido van Rossum1993-12-291-3/+21
* * test_select.py: (some) tests for built-in select moduleGuido van Rossum1993-11-111-0/+16
* * string.py: added rindex(), rfind(); changed index() to interpretGuido van Rossum1993-11-081-10/+13
* added builtin b/w compat module.Guido van Rossum1993-10-221-1/+20
* Added some new tests and two new files for testing: test_types.pyGuido van Rossum1992-11-271-6/+33
* '+' no longer accepted for varargs listGuido van Rossum1992-04-031-1/+1
* Some weird forms of try statements are no longer allowed.Guido van Rossum1992-03-311-5/+1
* Initial revisionGuido van Rossum1992-01-271-0/+344