Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | Merged revisions 75350 via svnmerge from | Georg Brandl | 2009-10-11 | 1 | -10/+19 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75350 | georg.brandl | 2009-10-11 14:00:18 +0200 (So, 11 Okt 2009) | 1 line Use getopt in script.py demo. ........ | ||||
* | Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵ | Collin Winter | 2007-07-17 | 1 | -1/+1 |
| | | | | lingering print statements. | ||||
* | Whitespace normalization. Ran reindent.py over the entire source tree. | Tim Peters | 2004-07-18 | 1 | -8/+8 |
| | |||||
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | Get rid of freeze (now its own directory). | Guido van Rossum | 1994-10-03 | 1 | -0/+33 |
Added some new demos. Fixed a few others. |