Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Typo | Ned Batchelder | 2012-03-25 | 1 | -1/+1 | |
| | ||||||
* | If a source file has an encoding declaration, use it when producing the ↵ | Ned Batchelder | 2012-03-21 | 1 | -1/+99 | |
| | | | | HTML. Fixes issue #157. | |||||
* | Pylint 0.23.0 'deprecated' disable-msg. | Ned Batchelder | 2011-02-01 | 1 | -1/+1 | |
| | ||||||
* | Deal properly with dos-ended source files while tokenizing. Fixes issue #53. | Ned Batchelder | 2010-03-13 | 1 | -1/+2 | |
| | ||||||
* | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -6/+6 | |
| | ||||||
* | Handle one more bizarro edge case in tokenizing source: I couldn't look at ↵ | Ned Batchelder | 2009-11-21 | 1 | -1/+7 | |
| | | | | my own phystokens.py file properly! | |||||
* | Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31. | Ned Batchelder | 2009-11-15 | 1 | -1/+1 | |
| | ||||||
* | Fix a problem with syntax coloring continued lines, and refactor for ↵ | Ned Batchelder | 2009-11-15 | 1 | -0/+101 | |
testability, and add tests. Fixes issue #30. |