summaryrefslogtreecommitdiffstats
path: root/Demo/comparisons/systemtest.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove some of the old demos. (Put a few somewhere else.)Georg Brandl2010-12-301-74/+0
|
* 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-2/+2
| | | | | | (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
* Run these demo scripts through reindent.py to give them 4-space indents. ↵Andrew M. Kuchling2003-04-241-48/+48
| | | | I've verified that their output is unchanged.
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
|
* commit -- why not...Guido van Rossum1995-04-101-0/+74