Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 ↵ | Georg Brandl | 2010-12-30 | 1 | -68/+0 |
| | | | | demo to Tools, and remove all the other Demo content. | ||||
* | "Modernized" the demo a little. | Alexander Belopolsky | 2010-07-05 | 1 | -14/+28 |
| | |||||
* | Update Vec class constructor, remove indirection via function, use operator ↵ | Georg Brandl | 2010-07-05 | 1 | -14/+14 |
| | | | | module. | ||||
* | 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 ........ | ||||
* | Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵ | Collin Winter | 2007-07-17 | 1 | -8/+8 |
| | | | | lingering print statements. | ||||
* | SF patch #803449: modernize demo scripts | Raymond Hettinger | 2003-09-10 | 1 | -20/+10 |
| | | | | (Contributed by George Yoshida.) | ||||
* | Run these demo scripts through reindent.py to give them 4-space indents. ↵ | Andrew M. Kuchling | 2003-04-24 | 1 | -41/+41 |
| | | | | I've verified that their output is unchanged. | ||||
* | *** empty log message *** | Guido van Rossum | 1993-12-17 | 1 | -3/+2 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-08-13 | 1 | -0/+65 |