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
*
Move tracer.c into a subdirectory, so we can split it up.
Ned Batchelder
2015-08-01
1
-1415
/
+0
*
Implement FileDisposition in C for speed. Final part of fix for #387.
Ned Batchelder
2015-08-01
1
-26
/
+139
*
Make the file more navigable
Ned Batchelder
2015-07-31
1
-4
/
+4
*
Intern the SetAttr strings for uniformity
Ned Batchelder
2015-07-31
1
-2
/
+4
*
Also intern method names for PyObject_CallMethod, though that matters far less.
Ned Batchelder
2015-07-31
1
-4
/
+10
*
Intern our strings
Ned Batchelder
2015-07-30
1
-9
/
+53
*
Add a stat for number of calls into Python objects
Ned Batchelder
2015-07-29
1
-2
/
+12
*
Use more specific names than 'plugins', since there will be more of them in t...
Ned Batchelder
2015-07-24
1
-4
/
+4
*
Add license mention to the top of all files. #313.
Ned Batchelder
2015-07-24
1
-1
/
+4
*
Be more careful about reading bytecodes. #375
Ned Batchelder
2015-06-16
1
-2
/
+14
*
Be more disciplined about the values in should_trace_cache. #374.
Ned Batchelder
2015-06-14
1
-7
/
+21
*
Make sure not to call functions with an error set.
Ned Batchelder
2015-06-03
1
-3
/
+3
*
Used the wrong string macro, this fixes Py3
Ned Batchelder
2015-04-20
1
-1
/
+1
*
Fix another conflict.
Ned Batchelder
2015-04-20
1
-1
/
+1
*
I don't know how to resolve conflicts I guess.
Ned Batchelder
2015-04-20
1
-4
/
+1
*
Merge issue-324 fix
Ned Batchelder
2015-04-20
1
-3
/
+16
|
\
|
*
Fix branch coverage for yield statements. #308 #324
Ned Batchelder
2015-04-20
1
-4
/
+13
*
|
Stick to old-school C syntax
Ned Batchelder
2015-02-28
1
-1
/
+2
*
|
Last of the C extension review comments addressed.
Ned Batchelder
2015-02-28
1
-11
/
+31
*
|
Finish the plugin error checking in CTracer.
Ned Batchelder
2015-02-28
1
-9
/
+50
*
|
Refactor the plugin-disabler so we can use it in other places.
Ned Batchelder
2015-02-28
1
-27
/
+69
*
|
This seems to work better. Windows didn't like the other way.
Ned Batchelder
2015-02-26
1
-3
/
+5
*
|
More tracer.c improvements from code review
Ned Batchelder
2015-02-26
1
-11
/
+8
*
|
No need to zero new memory, and be consistent about checking returns
Ned Batchelder
2015-02-26
1
-48
/
+15
*
|
Handle exceptions from dynamic_source_filename.
Ned Batchelder
2015-02-26
1
-21
/
+65
*
|
Fix a symptom-less error in tracer.c, and lots of other suggested fixes noted...
Ned Batchelder
2015-02-21
1
-4
/
+18
*
|
Make branch=True get along with plugins.
Ned Batchelder
2015-02-18
1
-12
/
+11
|
/
*
Do at least a little error checking on the return from line_number_range.
Ned Batchelder
2015-02-16
1
-0
/
+3
*
Fix some refcounting mistakes
Ned Batchelder
2015-02-16
1
-8
/
+8
*
Refactor the trace function into smaller pieces
Ned Batchelder
2015-02-15
1
-219
/
+296
*
Protect against misbehaving plugins.
Ned Batchelder
2015-02-15
1
-3
/
+7
*
Fix a bad check that was causing mysterious py2/py3 differences
Ned Batchelder
2015-02-10
1
-3
/
+1
*
Don't need this any more
Ned Batchelder
2015-02-08
1
-4
/
+0
*
Plugin support is in C tracer as well as Python tracer
Ned Batchelder
2015-02-08
1
-48
/
+121
*
Use goto-error style in more places
Ned Batchelder
2015-02-07
1
-20
/
+35
*
Move stats.errors stuff to reduce repetition and noise
Ned Batchelder
2015-02-06
1
-15
/
+4
*
Switch to 'goto error' style to reduce the number of DECREFs needed
Ned Batchelder
2015-02-06
1
-37
/
+27
*
Don't need these includes any more
Ned Batchelder
2015-02-04
1
-2
/
+0
*
Use a WeakKeyDictionary to track coroutine objects to prevent leaks. Fixes #330.
Ned Batchelder
2014-11-08
1
-3
/
+15
*
More plugin re-shaping
Ned Batchelder
2014-10-19
1
-6
/
+6
*
"concurrency" is a better name that "coroutine"
Ned Batchelder
2014-09-24
1
-10
/
+10
*
Be struct about C declaration rules. Travis cares...
Ned Batchelder
2014-09-19
1
-1
/
+3
*
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
1
-65
/
+187
|
\
|
*
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
|
*
Start implementing coroutine tracing in C tracer, will be hard :(
Ned Batchelder
2014-07-20
1
-0
/
+18
*
|
Progress on plugins
Ned Batchelder
2014-09-14
1
-0
/
+37
[next]