Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove obsolete pdist demo. | Georg Brandl | 2010-08-02 | 1 | -142/+0 |
| | |||||
* | Merged revisions 78779 via svnmerge from | Benjamin Peterson | 2010-03-21 | 1 | -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 scripts | Skip Montanaro | 2007-08-06 | 1 | -3/+1 |
| | |||||
* | Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵ | Collin Winter | 2007-07-17 | 1 | -15/+15 |
| | | | | lingering print statements. | ||||
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -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 Peters | 2004-07-18 | 1 | -133/+133 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -3/+3 |
| | | | | From SF patch #852334. | ||||
* | renamed to CommandFrameWork | Guido van Rossum | 1995-04-27 | 1 | -2/+12 |
| | | | | | added ready() message added PostUsageMessage | ||||
* | Initial revision | Guido van Rossum | 1995-04-27 | 1 | -0/+134 |