summaryrefslogtreecommitdiffstats
path: root/Demo/parser/test_parser.py
Commit message (Collapse)AuthorAgeFilesLines
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
| | | | | | (a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block
* Sort the list of files processed before running the test on each.Fred Drake2000-08-231-3/+1
|
* nannifiedGuido van Rossum1998-09-141-18/+18
|
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
|
* Demos for Fred's parser moduleGuido van Rossum1996-08-211-0/+50