Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Debugging plugin wrappers | Ned Batchelder | 2015-06-14 | 1 | -1/+4 |
* | Change FileLocator from a class to module-level functions | Ned Batchelder | 2015-06-13 | 1 | -7/+3 |
* | Pylint weeding | Ned Batchelder | 2015-05-23 | 1 | -1/+0 |
* | 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 |
* | 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 |