summaryrefslogtreecommitdiff
path: root/coverage/python.py
Commit message (Collapse)AuthorAgeFilesLines
...
* All Python source is Unicode internally.Ned Batchelder2015-05-171-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 FileReporterNed Batchelder2015-02-211-2/+4
|
* Get rid of CodeUnit, FileReporter is the new thing.Ned Batchelder2015-02-211-13/+26
|
* Collect all the nudgy environment checks into coverage.envNed Batchelder2015-01-181-3/+4
|
* Start formalizing the FileReporter interface to simplify thingsNed Batchelder2015-01-021-5/+47
|
* Move python source understanding into python.pyNed Batchelder2015-01-011-0/+136