Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | remove most uses of list(somedict.keys()) in Demo scripts | Skip Montanaro | 2007-08-06 | 1 | -5/+3 |
| | |||||
* | Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵ | Collin Winter | 2007-07-17 | 1 | -29/+29 |
| | | | | 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 | -119/+119 |
| | |||||
* | Massive changes from SF 589982 (tempfile.py rewrite, by Zack | Guido van Rossum | 2002-08-09 | 1 | -11/+7 |
| | | | | | Weinberg). This changes all uses of deprecated tempfile functions to the recommended ones. | ||||
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | change obsolete isfile to isvalid; add lock and unlock commands | Guido van Rossum | 1995-07-18 | 1 | -2/+10 |
| | |||||
* | add -L option | Guido van Rossum | 1995-06-23 | 1 | -1/+1 |
| | |||||
* | if __name__ etc | Guido van Rossum | 1995-04-27 | 1 | -1/+3 |
| | | | | print filename when asking log message | ||||
* | major update | Guido van Rossum | 1995-04-27 | 1 | -28/+8 |
| | |||||
* | Initial revision | Guido van Rossum | 1995-04-26 | 1 | -0/+174 |