Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove traces of MacOS9 support. | Ronald Oussoren | 2010-05-05 | 1 | -26/+5 |
| | | | | Fix for issue #7908 | ||||
* | 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 | -9/+9 |
| | | | | lingering print statements. | ||||
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
| | | | | | | (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 | -278/+278 |
| | |||||
* | commit -- why not | Guido van Rossum | 1995-04-10 | 1 | -0/+322 |