index
:
delta/python-coveragepy-git.git
dependabot/github_actions/styfle/cancel-workflow-action-0.9.1
gh-actions
good-meta
master
nedbat/1044
nedbat/1244-again
nedbat/1260
nedbat/1497
nedbat/310-kits
nedbat/5.5x
nedbat/another-1010
nedbat/badge
nedbat/balanced-xdist
nedbat/better-combine-action
nedbat/bin-exclude
nedbat/bpo-44450
nedbat/bug-1303-master
nedbat/bug1010
nedbat/bug1093
nedbat/bug1138
nedbat/bug1150
nedbat/bug1160
nedbat/bug1283
nedbat/bug841
nedbat/bug888
nedbat/bug913
nedbat/bug919
nedbat/bug959
nedbat/bug976
nedbat/bug989
nedbat/close-data
nedbat/cog
nedbat/combine-action
nedbat/configfile-simplification
nedbat/coverage-action
nedbat/dashq
nedbat/data-modes
nedbat/debug-1298
nedbat/debug-1373
nedbat/debug-1553
nedbat/debug-1554
nedbat/debug-wtf-debug-output
nedbat/drop-36
nedbat/drop-py2
nedbat/exceptions
nedbat/faster-branches
nedbat/favicon
nedbat/fix-1303
nedbat/fix-1307
nedbat/fix-appveyor
nedbat/fix-auditwheel-install-kit
nedbat/fix-c-tracer
nedbat/fix-race-condition
nedbat/fix-sphinx
nedbat/fix-tomli-tests-1228
nedbat/fix-win
nedbat/gevent-1.3
nedbat/gha-3.11.0a4
nedbat/goals-poc
nedbat/html-skip-covered
nedbat/lint-doc-gha
nedbat/mac-arm-kits
nedbat/make-upgrade-docs-tools
nedbat/metacov-badge
nedbat/metacov-publish
nedbat/metacov-sparse-reports
nedbat/missing-line
nedbat/more-kit-matrix
nedbat/more-source-warnings
nedbat/multi-concurrency
nedbat/nested-tracing
nedbat/no-globals
nedbat/no-prerel-kits
nedbat/no-select
nedbat/overeengineered-tox-retries
nedbat/parallel-reports-1504-metacov
nedbat/pep626
nedbat/pep669
nedbat/picklable
nedbat/plugin-error-handling
nedbat/pr
nedbat/py3.11
nedbat/pylint-bug-3489
nedbat/pypy-kit-without-setup-py
nedbat/pypy-kits-1049
nedbat/pypy37
nedbat/pypy38
nedbat/pytest-7
nedbat/python-dev
nedbat/pythons
nedbat/remove-unittest-testcase
nedbat/run-tests-when-making-kits
nedbat/run_envvar_553
nedbat/show_calls_debugging
nedbat/sigstore-kit
nedbat/smarter-debug-data
nedbat/split-changes
nedbat/sqldata-edge-tests
nedbat/test-2506
nedbat/test-branch
nedbat/test_goldtest
nedbat/travis-39
nedbat/try-win
nedbat/tryout-bb32
nedbat/tweak-actions
nedbat/tweak-metacov
nedbat/unittest2pytest
nedbat/upgrade
nedbat/upgrade-with-kits
nedbat/virtualenv-33
nedbat/virtualenv-34
nedbat/virtualenv-detection-905
nedbat/while-edge-tests
nedbat/wtf-sqlite
pr/1044
pr/1567
stable
v4.5.x
v5.x
github.com: nedbat/coveragepy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coverage
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: export our public names for type checking. #1564
Ned Batchelder
2023-02-26
1
-7
/
+21
*
refactor: remove unneeded pydoc weirdness
Ned Batchelder
2023-02-25
1
-11
/
+3
*
refactor: move exceptions to their own module
Ned Batchelder
2021-05-02
1
-1
/
+1
*
Fix cyclic import
Ned Batchelder
2018-09-13
1
-1
/
+2
*
Check for import order
Ned Batchelder
2018-09-13
1
-3
/
+3
*
Finish removing aspectlib
Ned Batchelder
2018-09-06
1
-4
/
+0
*
Update NOTICE link to GitHub.
Ned Batchelder
2018-06-24
1
-1
/
+1
*
Update URLs so link-checker doesn't spew red.
Ned Batchelder
2017-06-14
1
-1
/
+1
*
Built-in support for using aspectlib to debug execution.
Ned Batchelder
2016-08-06
1
-0
/
+4
*
A better way to indicate the presence of the C extension
Ned Batchelder
2016-03-29
1
-3
/
+0
*
Show the tracer class in help output. #479
Ned Batchelder
2016-03-28
1
-0
/
+4
*
Changed hexversion to version_info, it's friendlier, and just as useful.
Ned Batchelder
2015-08-21
1
-1
/
+1
*
coverage.hexversion
Ned Batchelder
2015-08-20
1
-1
/
+1
*
More plugin docs
coverage-4.0b1
Ned Batchelder
2015-08-02
1
-1
/
+1
*
Add license mention to the top of all files. #313.
Ned Batchelder
2015-07-24
1
-0
/
+3
*
Switch license to Apache
Ned Batchelder
2015-07-24
1
-31
/
+0
*
Remove some unneeded __init__.py imports
Ned Batchelder
2015-07-23
1
-1
/
+0
*
Remove the module-level singleton functions.
Ned Batchelder
2015-05-27
1
-61
/
+0
*
2015 happy new year
Ned Batchelder
2015-01-01
1
-1
/
+1
*
Try out pylint spelling. Kinda noisy, but fixed some stuff.
Ned Batchelder
2014-11-27
1
-1
/
+1
*
Change all pylint message codes to message names
Ned Batchelder
2014-11-23
1
-2
/
+2
*
Add docs for --concurrency
Ned Batchelder
2014-09-25
1
-1
/
+1
*
Use the capitalized name. If we even keep this singleton stuff...
Ned Batchelder
2014-09-24
1
-7
/
+7
*
Progress on plugins
Ned Batchelder
2014-09-14
1
-1
/
+1
*
Move dispositions closer to useful plugins
Ned Batchelder
2014-09-06
1
-1
/
+1
*
Make CoveragePlugin importable from coverage
Ned Batchelder
2014-08-22
1
-0
/
+1
*
The class should be called Coverage
Ned Batchelder
2014-08-19
1
-1
/
+4
*
Oops, it's 2013 already.
Ned Batchelder
2013-09-07
1
-1
/
+1
*
Don't import coverage into setup.py to get the version number. Do something ...
Ned Batchelder
2012-11-12
1
-7
/
+1
*
Windows now reports file names in their correct case. #89 and #203.
Ned Batchelder
2012-11-11
1
-0
/
+7
*
Of course, it's different on Py3.
Ned Batchelder
2012-11-07
1
-1
/
+4
*
Remove an odd sys.modules entry so that pydoc can find coverage.coverage. #206.
Ned Batchelder
2012-11-07
1
-0
/
+6
*
Silence pylint a bit.
Ned Batchelder
2012-10-28
1
-0
/
+4
*
#205: provide more helpful docstrings for the legacy singleton methods.
Ned Batchelder
2012-10-26
1
-0
/
+18
*
Bump the version number to 3.5.4
Ned Batchelder
2012-10-03
1
-1
/
+1
*
Update version number to 3.5.3
Ned Batchelder
2012-09-29
1
-1
/
+1
*
It's 2012 already.
Ned Batchelder
2012-09-10
1
-1
/
+1
*
Properly deal with files encoded as UTF-8 with BOM. Fixes #179.
Ned Batchelder
2012-05-14
1
-1
/
+1
*
Prepare for 3.5.2
Ned Batchelder
2012-05-03
1
-1
/
+1
*
Bump version to 3.5.2
Ned Batchelder
2011-10-31
1
-1
/
+1
*
Should have updated this year 10 months ago...
Ned Batchelder
2011-10-08
1
-1
/
+1
*
Update to 3.5.1
Ned Batchelder
2011-09-23
1
-1
/
+1
*
Bump to 3.5.1b2
Ned Batchelder
2011-09-03
1
-1
/
+1
*
Bump version to 3.5.1b1
Ned Batchelder
2011-08-28
1
-1
/
+1
*
Bump the version number
Ned Batchelder
2011-07-04
1
-1
/
+1
*
Bump version number to 3.5
Ned Batchelder
2011-06-29
1
-1
/
+1
*
Bump version numbers for 3.5b1
Ned Batchelder
2011-06-04
1
-1
/
+1
*
A better way to figure out that the version number has a letter in it.
Ned Batchelder
2010-10-03
1
-1
/
+1
*
Bump the version number.
Ned Batchelder
2010-10-03
1
-3
/
+3
*
Tweaks for the 3.4 release.
Ned Batchelder
2010-09-19
1
-1
/
+1
[next]