summaryrefslogtreecommitdiffstats
path: root/Demo/pdist/rrcs.py
Commit message (Collapse)AuthorAgeFilesLines
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
|
* remove most uses of list(somedict.keys()) in Demo scriptsSkip Montanaro2007-08-061-5/+3
|
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-29/+29
| | | | 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
* Whitespace normalization. Ran reindent.py over the entire source tree.Tim Peters2004-07-181-119/+119
|
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-11/+7
| | | | | 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
|
* change obsolete isfile to isvalid; add lock and unlock commandsGuido van Rossum1995-07-181-2/+10
|
* add -L optionGuido van Rossum1995-06-231-1/+1
|
* if __name__ etcGuido van Rossum1995-04-271-1/+3
| | | | print filename when asking log message
* major updateGuido van Rossum1995-04-271-28/+8
|
* Initial revisionGuido van Rossum1995-04-261-0/+174