Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make it work with Py3k. | Guido van Rossum | 2007-08-29 | 1 | -2/+2 |
| | |||||
* | Convert print statements to function calls in Tools/. | Collin Winter | 2007-08-03 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | [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 |
| | | | | From SF patch #852334. | ||||
* | Fix use of 'file' as a variable name. | Andrew M. Kuchling | 2003-05-13 | 1 | -2/+2 |
| | | | | (I've tested the fixes, but please proofread anyway.) | ||||
* | Apply diff2.txt from SF patch http://www.python.org/sf/572113 | Walter Dörwald | 2002-09-11 | 1 | -4/+4 |
| | | | | | | | | (with one small bugfix in bgen/bgen/scantools.py) This replaces string module functions with string methods for the stuff in the Tools directory. Several uses of string.letters etc. are still remaining. | ||||
* | Hand repair of cases where reindent changed lines of the form | Tim Peters | 2001-01-17 | 1 | -2/+2 |
| | | | | | | | | | | | \t\t\t\t\treal code ##\t\t\t\t\tunused code \t\t\t\t\treal code via untabifying and shifting the real code left. Semantically the same but made the intent of the commented-out-in-column-0 unused code unclear. The exact same unused code appears to have gotten copied from file to file over the years. | ||||
* | Whitespace normalization. | Tim Peters | 2001-01-17 | 1 | -45/+45 |
| | |||||
* | For reasons I dare not explain, this script should always execute | Guido van Rossum | 1999-04-02 | 1 | -2/+1 |
| | | | | main() when imported (in other words, it is not usable as a module). | ||||
* | During display, if EPIPE is raised, it's probably because a pager was | Fred Drake | 1999-03-26 | 1 | -3/+8 |
| | | | | killed. Discard the error in that case, but propogate it otherwise. | ||||
* | # The variable total is never used somehow. I think I had plans for | Guido van Rossum | 1998-07-02 | 1 | -2/+2 |
| | | | | # it but can't remember what. Get rid of a comparison that breaks. | ||||
* | /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 |
| | |||||
* | cope with filenames containing spaces | Guido van Rossum | 1992-08-31 | 1 | -2/+5 |
| | |||||
* | posix -> os | Guido van Rossum | 1992-03-30 | 1 | -3/+3 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-03-02 | 1 | -0/+52 |