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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add greenlet tests
Ned Batchelder
2014-09-20
2
-7
/
+55
*
Coroutines are now only supported with the C tracer, and better error handling
Ned Batchelder
2014-09-20
3
-62
/
+106
*
Be struct about C declaration rules. Travis cares...
Ned Batchelder
2014-09-19
1
-1
/
+3
*
Split this into two files, as it should have been years ago.
Ned Batchelder
2014-09-19
2
-169
/
+175
*
It's always worthwhile to get rid of trailing spaces
Ned Batchelder
2014-09-17
1
-1
/
+1
*
Merge in the C implementation of coroutine support.
Ned Batchelder
2014-09-17
3
-66
/
+191
|
\
|
*
Temporary debugging tweaks to tests
Ned Batchelder
2014-07-31
1
-1
/
+14
|
*
Update tests for really testing gevent with a C extension.
Ned Batchelder
2014-07-31
1
-2
/
+2
|
*
Remove a TODO
Ned Batchelder
2014-07-26
1
-1
/
+1
|
*
Finish implementation of coroutine_id_func in C tracer, but it doesn't make g...
Ned Batchelder
2014-07-26
1
-15
/
+77
|
*
Refactor DataStack code into its own functions
Ned Batchelder
2014-07-25
1
-39
/
+79
|
*
Refactor some C tracer code in prep for data stacks
Ned Batchelder
2014-07-20
1
-57
/
+59
|
*
An option to not run the PyTracer tests
Ned Batchelder
2014-07-20
1
-0
/
+3
|
*
Start implementing coroutine tracing in C tracer, will be hard :(
Ned Batchelder
2014-07-20
1
-0
/
+18
*
|
Remove more commented-out code. #274.
Ned Batchelder
2014-09-17
1
-6
/
+1
*
|
Gevent, etc, support finally works. #149
Ned Batchelder
2014-09-17
4
-47
/
+58
*
|
Forgot to add the new file...
Ned Batchelder
2014-09-16
1
-0
/
+268
*
|
Move test helpers into the coverage package so others can use them
Ned Batchelder
2014-09-15
4
-264
/
+10
*
|
Refactor the test tests too
Ned Batchelder
2014-09-15
1
-12
/
+16
*
|
Also refactor the temp file management.
Ned Batchelder
2014-09-14
1
-87
/
+87
*
|
Refactor the base test case into separate mixins using addCleanup
Ned Batchelder
2014-09-14
2
-81
/
+117
*
|
Don't ask people to pass source back into CodeUnits
Ned Batchelder
2014-09-14
2
-14
/
+19
*
|
Progress on plugins
Ned Batchelder
2014-09-14
7
-71
/
+273
*
|
Move dispositions closer to useful plugins
Ned Batchelder
2014-09-06
5
-75
/
+189
*
|
Minor cleanup of environment variable debugging
Ned Batchelder
2014-08-29
1
-6
/
+5
*
|
Make CoveragePlugin importable from coverage
Ned Batchelder
2014-08-22
4
-6
/
+7
*
|
Forgotten files
Ned Batchelder
2014-08-21
4
-0
/
+116
*
|
More-serious plugin support
Ned Batchelder
2014-08-21
4
-22
/
+75
*
|
Rename extensions to plugins, since extensions reminds me of parts of filenames
Ned Batchelder
2014-08-20
6
-44
/
+46
*
|
Also update the docs for the Coverage name.
Ned Batchelder
2014-08-19
2
-4
/
+8
*
|
The class should be called Coverage
Ned Batchelder
2014-08-19
2
-4
/
+7
*
|
Use a set where a set is appropriate
Ned Batchelder
2014-08-19
3
-6
/
+4
*
|
Latest better names in templite.py
Ned Batchelder
2014-08-09
1
-22
/
+23
*
|
Add a FAQ about slowness due to PyTracer
Ned Batchelder
2014-07-21
1
-0
/
+13
|
/
*
Closed a ticket about branch summarization
Ned Batchelder
2014-07-18
1
-1
/
+2
*
Crazy debugging output for tracking down gevent weirdness
Ned Batchelder
2014-07-13
1
-7
/
+33
*
Improve branch summarization
Ned Batchelder
2014-07-08
4
-25
/
+50
*
Fix up the coroutine tests, now eventlet works? But gevent still doesn't
Ned Batchelder
2014-07-06
1
-19
/
+42
*
Read options from setup.cfg if .coveragerc not around. #304
Ned Batchelder
2014-07-05
4
-61
/
+133
*
Add Anthony Sottile to AUTHORS, and mention his pull request in CHANGES
Ned Batchelder
2014-07-05
2
-0
/
+4
*
Merged in asottile/coverage.py/fix_source_encoding (pull request #38)
Ned Batchelder
2014-07-05
2
-1
/
+6
|
\
|
*
Fix non-comment encoding detection.
Anthony Sottile
2014-06-29
2
-1
/
+6
*
|
Merged in the Django work
Ned Batchelder
2014-07-04
11
-78
/
+292
|
\
\
|
|
/
|
/
|
|
*
Crazy-ugly start to extensions for Django and Mako
Ned Batchelder
2014-07-04
7
-44
/
+114
|
*
Add a missing docstring. Pylint didn't mind??
Ned Batchelder
2014-06-18
1
-0
/
+9
|
*
Add a missing word to the docs
Ned Batchelder
2014-06-18
1
-1
/
+1
|
*
should_trace now returns a FileDisposition object
Ned Batchelder
2014-06-15
3
-42
/
+67
|
*
Hacked-in django template support
Ned Batchelder
2014-06-12
5
-25
/
+135
|
/
*
Prevent UnicodeDecodeErrors in html report. #303
Ned Batchelder
2014-06-11
3
-30
/
+39
*
Add detail to the UnicodeDecodeError for #303
Ned Batchelder
2014-06-09
2
-2
/
+31
[next]