Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | From: "Tim Peters" <tim_one@msn.com> | Guido van Rossum | 1998-06-09 | 1 | -3/+9 |
| | | | | | | | | | | The 1.5.1 tabnanny.py suffers an assert error if fed a script whose last line is both indented and lacks a newline: if 1: print 'oh fudge' # no newline here: The attached version repairs that. | ||||
* | typo in error message (fname vs. file). | Guido van Rossum | 1998-04-28 | 1 | -1/+1 |
| | | | | (Jack) | ||||
* | Tim's version 4, with my mods | Guido van Rossum | 1998-04-10 | 1 | -14/+6 |
| | |||||
* | Add usage message when no arguments. | Guido van Rossum | 1998-04-06 | 1 | -0/+4 |
| | |||||
* | Tim's latest version (supports old and new tokenize modules) | Guido van Rossum | 1998-04-06 | 1 | -77/+128 |
| | |||||
* | Tim Peters' program for checking whether a program's indentation is | Guido van Rossum | 1998-03-31 | 1 | -0/+302 |
sensitive to tab size. Uses a different strategy than tabpolice.py, but has compatible usage. |