summaryrefslogtreecommitdiffstats
path: root/Demo/parser/test_parser.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove some of the old demos. (Put a few somewhere else.)Georg Brandl2010-12-301-48/+0
|
* Make Demo/parser/test_parser.py run.Mark Dickinson2010-07-041-6/+6
|
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
|
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-7/+7
| | | | lingering print statements.
* 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