summaryrefslogtreecommitdiff
path: root/coverage/fullcoverage/encodings.py
Commit message (Collapse)AuthorAgeFilesLines
* mypy: exclude fullcoverage/encodings.pyNed Batchelder2023-01-101-0/+3
|
* fix: protect fullcoverage against lineno=None, bpo46911Ned Batchelder2022-03-031-10/+4
| | | | https://bugs.python.org/issue46911
* refactor: remove redundant Python 2 code (#1155)Hugo van Kemenade2021-05-021-1/+1
| | | | | | | | | | | * Remove Python 2 code * Upgrade Python syntax with pyupgrade * Upgrade Python syntax with pyupgrade --py3-plus * Upgrade Python syntax with pyupgrade --py36-plus * Remove unused imports
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* Refer to the project consistenly as coverage.py. #275Ned Batchelder2015-07-231-3/+3
|
* Windows now reports file names in their correct case. #89 and #203.Ned Batchelder2012-11-111-0/+8
|
* Undo Brett's change to the fullcoverage feature: it should only be used with ↵Ned Batchelder2012-08-301-3/+4
| | | | the C tracer.
* Make fullcoverage at least run (doesn't work though).Brett Cannon2012-08-171-4/+2
|
* Control the test better; don't use os when cleaning up the pathNed Batchelder2011-08-081-3/+3
|
* A fullcoverage tracer that works. Events are stashed, then replayed when ↵Ned Batchelder2011-08-081-3/+12
| | | | coverage is started.
* An enormous hack to try to get stdlib measurement from the very beginning of ↵Ned Batchelder2011-08-071-0/+41
the process.