summaryrefslogtreecommitdiff
path: root/coverage/python.py
Commit message (Collapse)AuthorAgeFilesLines
* Use @expensive at the FileReporter interface.Ned Batchelder2015-08-111-1/+6
|
* Rename .statements and .excluded_statements to .lines and .excluded_linesNed Batchelder2015-08-091-2/+2
|
* Get rid of napoleon style docstrings, they don't format nicely.Ned Batchelder2015-07-261-0/+1
|
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* Debugging plugin wrappersNed Batchelder2015-06-141-1/+4
|
* Change FileLocator from a class to module-level functionsNed Batchelder2015-06-131-7/+3
|
* Pylint weedingNed Batchelder2015-05-231-1/+0
|
* Use more @contract, less assertNed Batchelder2015-05-171-2/+0
|
* Files with incorrect encoding declarations are no longer ignored. #351Ned Batchelder2015-05-171-16/+5
|
* 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