Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some of the old demos. (Put a few somewhere else.) | Georg Brandl | 2010-12-30 | 1 | -48/+0 |
| | |||||
* | Make Demo/parser/test_parser.py run. | Mark Dickinson | 2010-07-04 | 1 | -6/+6 |
| | |||||
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵ | Collin Winter | 2007-07-17 | 1 | -7/+7 |
| | | | | lingering print statements. | ||||
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -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 Drake | 2000-08-23 | 1 | -3/+1 |
| | |||||
* | nannified | Guido van Rossum | 1998-09-14 | 1 | -18/+18 |
| | |||||
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | Demos for Fred's parser module | Guido van Rossum | 1996-08-21 | 1 | -0/+50 |