Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use more @contract, less assert | Ned Batchelder | 2015-05-17 | 1 | -2/+0 |
| | |||||
* | Files with incorrect encoding declarations are no longer ignored. #351 | Ned Batchelder | 2015-05-17 | 1 | -16/+5 |
| | |||||
* | All Python source is Unicode internally. | Ned Batchelder | 2015-05-17 | 1 | -6/+10 |
| | | | | | Unfortunately, this meant hacking around a silly Python 2 restriction (can't compile a Unicode string containing an encoding declaration). | ||||
* | Rename CodeUnit to FileReporter | Ned Batchelder | 2015-02-21 | 1 | -2/+4 |
| | |||||
* | Get rid of CodeUnit, FileReporter is the new thing. | Ned Batchelder | 2015-02-21 | 1 | -13/+26 |
| | |||||
* | Collect all the nudgy environment checks into coverage.env | Ned Batchelder | 2015-01-18 | 1 | -3/+4 |
| | |||||
* | Start formalizing the FileReporter interface to simplify things | Ned Batchelder | 2015-01-02 | 1 | -5/+47 |
| | |||||
* | Move python source understanding into python.py | Ned Batchelder | 2015-01-01 | 1 | -0/+136 |