Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deal properly with dos-ended source files while tokenizing. Fixes issue #53. | Ned Batchelder | 2010-03-13 | 1 | -0/+1 |
* | Check that our tokenizer works properly for dos-line-ended files. | Ned Batchelder | 2010-03-13 | 1 | -1/+3 |
* | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -2/+0 |
* | Rename our future-happy unittest methods to match their future versions, and ... | Ned Batchelder | 2009-11-26 | 1 | -1/+1 |
* | Handle one more bizarro edge case in tokenizing source: I couldn't look at my... | Ned Batchelder | 2009-11-21 | 1 | -4/+1 |
* | Dur! This is a better way to indicate how the tests should run. | Ned Batchelder | 2009-11-18 | 1 | -3/+1 |
* | Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31. | Ned Batchelder | 2009-11-15 | 1 | -2/+24 |
* | Avoid some unneeded tempdir creation in tests. | Ned Batchelder | 2009-11-15 | 1 | -2/+8 |
* | Fix a problem with syntax coloring continued lines, and refactor for testabil... | Ned Batchelder | 2009-11-15 | 1 | -0/+58 |