summaryrefslogtreecommitdiffstats
path: root/Demo/scripts/pp.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove some of the old demos. (Put a few somewhere else.)Georg Brandl2010-12-301-125/+0
|
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
|
* Merged revisions 75313 via svnmerge fromGeorg Brandl2009-10-101-37/+31
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75313 | georg.brandl | 2009-10-10 23:07:35 +0200 (Sa, 10 Okt 2009) | 1 line Bring old demo up-to-date. ........
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-121-2/+3
|
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-1/+1
| | | | 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
* Whitespace normalization. Ran reindent.py over the entire source tree.Tim Peters2004-07-181-69/+69
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
| | | | From SF patch #852334.
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-16/+8
| | | | | Weinberg). This changes all uses of deprecated tempfile functions to the recommended ones.
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
|
* bin/pythonGuido van Rossum1993-04-011-1/+1
|
* Almost totally rewritten.Guido van Rossum1992-08-101-33/+123
|
* Initial revisionGuido van Rossum1992-07-071-0/+48