Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up syntax for some scripts. | Florent Xicluna | 2010-08-09 | 1 | -11/+8 |
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
* | Ran 2to3 over scripts directory. | Georg Brandl | 2008-05-16 | 1 | -3/+2 |
* | Convert print statements to function calls in Tools/. | Collin Winter | 2007-08-03 | 1 | -1/+1 |
* | [Patch #1005491 ] use __name__ == '__main__' in scripts | Andrew M. Kuchling | 2004-08-09 | 1 | -1/+2 |
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -1/+1 |
* | Fix use of 'file' as a variable name. | Andrew M. Kuchling | 2003-05-13 | 1 | -7/+7 |
* | Whitespace normalization. | Tim Peters | 2001-01-17 | 1 | -16/+16 |
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
* | *** empty log message *** | Guido van Rossum | 1993-04-01 | 1 | -1/+1 |
* | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -1/+1 |
* | Initial revision | Guido van Rossum | 1991-06-04 | 1 | -0/+29 |