Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some of the old demos. (Put a few somewhere else.) | Georg Brandl | 2010-12-30 | 1 | -47/+0 |
| | |||||
* | 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 | -3/+3 |
| | | | | 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 | ||||
* | SF Bug #1348477, regextest can't be pydoc'ed. Will backport. | Neal Norwitz | 2005-11-09 | 1 | -1/+2 |
| | |||||
* | Modernize the code a bit: | Andrew M. Kuchling | 2003-04-24 | 1 | -9/+5 |
| | | | | | use re module make chomp() use rstrip() | ||||
* | Run these demo scripts through reindent.py to give them 4-space indents. ↵ | Andrew M. Kuchling | 2003-04-24 | 1 | -23/+23 |
| | | | | I've verified that their output is unchanged. | ||||
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | commit -- why not... | Guido van Rossum | 1995-04-10 | 1 | -0/+50 |