summaryrefslogtreecommitdiffstats
path: root/Demo/pdist/cmdfw.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete pdist demo.Georg Brandl2010-08-021-142/+0
|
* Merged revisions 78779 via svnmerge fromBenjamin Peterson2010-03-211-0/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78779 | benjamin.peterson | 2010-03-07 20:11:06 -0600 (Sun, 07 Mar 2010) | 1 line remove svn:executable from scripts without a shebang line ........
* remove most uses of list(somedict.keys()) in Demo scriptsSkip Montanaro2007-08-061-3/+1
|
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-15/+15
| | | | 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-133/+133
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-3/+3
| | | | From SF patch #852334.
* renamed to CommandFrameWorkGuido van Rossum1995-04-271-2/+12
| | | | | added ready() message added PostUsageMessage
* Initial revisionGuido van Rossum1995-04-271-0/+134