Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Collect all the nudgy environment checks into coverage.env | Ned Batchelder | 2015-01-18 | 1 | -2/+2 |
| | |||||
* | Further consolidation of code reading Python source. | Ned Batchelder | 2014-12-28 | 1 | -16/+0 |
| | |||||
* | Move next/__next__ distinction into backward.py | Ned Batchelder | 2014-12-28 | 1 | -7/+5 |
| | |||||
* | Make source_encoding stricter about its arguments, and test it everywhere | Ned Batchelder | 2014-12-28 | 1 | -4/+15 |
| | |||||
* | Refactor some of the encoding detection | Ned Batchelder | 2014-12-27 | 1 | -15/+29 |
| | |||||
* | Unify and clarify reading Python source. Probably broke .pyw files | Ned Batchelder | 2014-12-26 | 1 | -11/+14 |
| | |||||
* | Move some code, and fix pep8 things | Ned Batchelder | 2014-12-14 | 1 | -3/+50 |
| | |||||
* | Source is always Unicode in HTML code. More refactoring to come. | Ned Batchelder | 2014-12-12 | 1 | -0/+3 |
| | |||||
* | Try out pylint spelling. Kinda noisy, but fixed some stuff. | Ned Batchelder | 2014-11-27 | 1 | -6/+6 |
| | |||||
* | Fix non-comment encoding detection. | Anthony Sottile | 2014-06-29 | 1 | -1/+1 |
| | | | | | --HG-- branch : fix_source_encoding | ||||
* | Merged 4.0 to default | Ned Batchelder | 2013-12-13 | 1 | -8/+2 |
|\ | |||||
| * | We only run on 2.6, 2.7, 3.2, 3.3 now. | Ned Batchelder | 2013-10-19 | 1 | -7/+2 |
| | | | | | | | | | | --HG-- branch : 4.0 | ||||
* | | Cache generate_tokens to speed HTML reports. | Ned Batchelder | 2013-10-26 | 1 | -2/+4 |
| | | |||||
* | | Micro optimizations. | Ned Batchelder | 2013-10-26 | 1 | -3/+3 |
|/ | |||||
* | Make everything work on py2.3 again (for the last time). | Ned Batchelder | 2013-10-05 | 1 | -1/+3 |
| | |||||
* | Improve and more fully test the first-blank-line decoding fix. Thanks, ↵ | Ned Batchelder | 2013-09-16 | 1 | -2/+2 |
| | | | | Roger Hu. | ||||
* | Make UTF-8 detection more robust. | Roger Hu | 2013-05-25 | 1 | -1/+1 |
| | | | | | If the 1st line of the Python is blank/empty, the function assumes that the encoding is 'ascii' and doesn't try for the 2nd line. | ||||
* | Upgrading pylint means fixing more nits. | Ned Batchelder | 2012-11-10 | 1 | -1/+1 |
| | |||||
* | 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. |