summaryrefslogtreecommitdiff
path: root/Demo/scripts/mkrcs.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 75342 via svnmerge fromGeorg Brandl2009-10-111-61/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75342 | georg.brandl | 2009-10-11 10:45:03 +0200 (So, 11 Okt 2009) | 1 line Remove useless script "mkrcs" and update README. ........
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-8/+8
| | | | lingering print statements.
* Add 'if __name__ == "__main__":' to files already as a usable as a module.Johannes Gijsbers2004-09-111-1/+2
|
* Whitespace normalization. Ran reindent.py over the entire source tree.Tim Peters2004-07-181-45/+45
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-10/+10
| | | | From SF patch #852334.
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
|
* remove references to /ufs/guido/bin/sgi/pythonGuido van Rossum1994-01-071-1/+0
|
* bin/pythonGuido van Rossum1993-04-011-1/+1
|
* Initial revisionGuido van Rossum1992-05-191-0/+61