summaryrefslogtreecommitdiff
path: root/coverage/phystokens.py
Commit message (Expand)AuthorAgeFilesLines
* Merged 4.0 to defaultNed Batchelder2013-12-131-4/+5
|\
| * Cache generate_tokens to speed HTML reports.Ned Batchelder2013-10-261-2/+4
| * Micro optimizations.Ned Batchelder2013-10-261-3/+3
* | We only run on 2.6, 2.7, 3.2, 3.3 now.Ned Batchelder2013-10-191-7/+2
|/
* Make everything work on py2.3 again (for the last time).Ned Batchelder2013-10-051-1/+3
* Improve and more fully test the first-blank-line decoding fix. Thanks, Roger...Ned Batchelder2013-09-161-2/+2
* Make UTF-8 detection more robust.Roger Hu2013-05-251-1/+1
* Upgrading pylint means fixing more nits.Ned Batchelder2012-11-101-1/+1
* TypoNed Batchelder2012-03-251-1/+1
* If a source file has an encoding declaration, use it when producing the HTML....Ned Batchelder2012-03-211-1/+99
* Pylint 0.23.0 'deprecated' disable-msg.Ned Batchelder2011-02-011-1/+1
* Deal properly with dos-ended source files while tokenizing. Fixes issue #53.Ned Batchelder2010-03-131-1/+2
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-6/+6
* Handle one more bizarro edge case in tokenizing source: I couldn't look at my...Ned Batchelder2009-11-211-1/+7
* Tabs are 8 spaces, as the Python docs dictate. Fixes issue #31.Ned Batchelder2009-11-151-1/+1
* Fix a problem with syntax coloring continued lines, and refactor for testabil...Ned Batchelder2009-11-151-0/+101