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
/
tracer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up lint.
Ned Batchelder
2010-08-26
1
-674
/
+674
*
The thread-startup dance caused Thread.run() to not be measured. This fixes ...
Ned Batchelder
2010-08-26
1
-6
/
+50
*
Properly record multiple exits separately. Fixes #62.
Ned Batchelder
2010-04-27
1
-2
/
+5
*
Use constants for return values to make it easier to see the various uses of ...
Ned Batchelder
2010-04-26
1
-17
/
+21
*
Massive eol whitespace clean-up.
Ned Batchelder
2009-12-02
1
-21
/
+21
*
One more fine point of error handling in the C extension.
Ned Batchelder
2009-11-23
1
-0
/
+2
*
Missed some error handling in the C code.
Ned Batchelder
2009-11-22
1
-3
/
+19
*
Fix a memory leak in the C tracer. Thanks to Yann Malet for reporting it.
Ned Batchelder
2009-11-22
1
-1
/
+3
*
Add statistics gathering to help find a problem in the C tracer.
Ned Batchelder
2009-11-22
1
-5
/
+83
*
The C tracer function can do arc tracing also.
Ned Batchelder
2009-10-24
1
-14
/
+109
*
Properly initialize the arc bookkeeping.
Ned Batchelder
2009-10-11
1
-1
/
+13
*
Reduce the amount of data translation by having the tracers record data in a ...
Ned Batchelder
2009-10-11
1
-32
/
+25
*
One way to collect arc information..
Ned Batchelder
2009-10-11
1
-14
/
+8
*
Properly separate the line data and the arc data.
Ned Batchelder
2009-10-10
1
-5
/
+11
*
Basic plumbing for a --branch option.
Ned Batchelder
2009-10-07
1
-0
/
+4
*
Tracer extension with non-functioning PEP 3121 stuff trimmed out.
Ned Batchelder
2009-09-17
1
-24
/
+3
*
Tracer extension with Py3k support. This is part of what PEP 3121 told me to...
Ned Batchelder
2009-09-17
1
-10
/
+97
*
A better way to fix the missing-return-after-exception problem in the trace f...
Ned Batchelder
2009-07-06
1
-22
/
+46
*
Expat bug reported and noted.
Ned Batchelder
2009-06-28
1
-3
/
+6
*
Epic bug: pyexpat fiddles incorrectly with the systrace function. This is a ...
Ned Batchelder
2009-06-28
1
-0
/
+19
*
Add a bunch of logging to tracer.c to help find tracing problems.
Ned Batchelder
2009-06-28
1
-9
/
+66
*
Remove the fixed limit on recursion depth. Fixes issue #9.
Ned Batchelder
2009-06-23
1
-6
/
+21
*
Make the C code conform to PEP 7.
Ned Batchelder
2009-06-13
1
-21
/
+32
*
.pyc files can be moved, so use __file__ to correctly find the source file.
Ned Batchelder
2009-05-05
1
-1
/
+1
*
The name of the project is Coverage, not coverage.py.
Ned Batchelder
2009-04-30
1
-1
/
+1
*
A technicality: if should_trace returned a non-string, it would leak.
Ned Batchelder
2009-04-05
1
-3
/
+11
*
No need to incref None, and we can use tuple operations w/o error checking.
Ned Batchelder
2009-04-05
1
-3
/
+2
*
Remove debug printf of calls to should_trace: it's only called when I thought...
Ned Batchelder
2009-04-05
1
-5
/
+0
*
Use a finally clause to ensure that coverage measurement is stopped no matter...
Ned Batchelder
2009-04-04
1
-0
/
+13
*
Initial coverage.py 3.0 beta 1
Ned Batchelder
2009-03-05
1
-0
/
+211