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
/
pytracer.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
mypy: partial debug.py and pytracer.py
Ned Batchelder
2023-01-02
1
-10
/
+12
*
mypy: check collector.py and plugin_support.py
Ned Batchelder
2023-01-01
1
-20
/
+26
*
docs: mentioned pull #1388
Ned Batchelder
2022-05-30
1
-4
/
+3
*
perf: PyTracer improvements (#1388)
Carl Friedrich Bolz-Tereick
2022-05-30
1
-24
/
+41
*
perf: set frame->f_trace_lines=0 when not tracing. ~3% faster
Ned Batchelder
2022-05-28
1
-0
/
+4
*
perf: speed up python tracer with frame.f_trace_lines = False (#1381)
Carl Friedrich Bolz-Tereick
2022-05-28
1
-0
/
+2
*
debug: tweaks to make these clearer
Ned Batchelder
2022-02-06
1
-4
/
+3
*
debug: better tracing of pytracer changed
Ned Batchelder
2022-01-30
1
-3
/
+5
*
fix: proper tracing of call/return for Python 3.11.0a4
Ned Batchelder
2022-01-15
1
-7
/
+16
*
fix: update pytracer.py for Python 3.11
Ned Batchelder
2022-01-15
1
-5
/
+25
*
refactor: no need for specialized pyexpat code anymore
Ned Batchelder
2021-10-18
1
-16
/
+0
*
refactor: use sets to collect data
Ned Batchelder
2021-08-15
1
-15
/
+15
*
feat: warnings are now real warnings
Ned Batchelder
2021-05-30
1
-4
/
+2
*
refactor: pyupgrade --py36-plus coverage/*.py
Ned Batchelder
2021-05-02
1
-2
/
+2
*
refactor: remove code explicitly choosing between py2 and py3
Ned Batchelder
2021-05-01
1
-2
/
+0
*
Use current_thread instead of currentThread that was deprecated in Python 3.10
Karthikeyan Singaravelan
2021-04-17
1
-4
/
+4
*
fix: avoid tracing pytracer.py
Ned Batchelder
2021-02-21
1
-8
/
+37
*
Revert "Silence previously unreported pylint warnings"
Ned Batchelder
2020-12-31
1
-7
/
+7
*
Silence previously unreported pylint warnings
Ned Batchelder
2020-11-29
1
-7
/
+7
*
Fix a typo
Ned Batchelder
2019-12-07
1
-1
/
+1
*
Python tracer supports dynamic contexts. #846
Ned Batchelder
2019-09-15
1
-4
/
+34
*
No need for format indexes (mostly)
Ned Batchelder
2019-09-01
1
-1
/
+1
*
Use pylint 2.x
Ned Batchelder
2019-05-13
1
-2
/
+2
*
Update NOTICE link to GitHub.
Ned Batchelder
2018-06-24
1
-1
/
+1
*
Pylint 1.8.1, and fix its new warnings
Ned Batchelder
2017-12-23
1
-1
/
+1
*
Commented-out debugging of pytracer
Ned Batchelder
2017-11-24
1
-4
/
+25
*
FIX always remove the callback from the callback itself
Olivier Grisel
2017-09-04
1
-7
/
+12
*
FIX thread-safe Collector.save_data()
Olivier Grisel
2017-08-10
1
-0
/
+3
*
Add slugs to warnings in prep for suppressable warnings
Ned Batchelder
2017-04-03
1
-1
/
+4
*
Minimal IronPython support.
Ned Batchelder
2017-03-14
1
-1
/
+1
*
Collecting continues after saving data. #79 #448
Ned Batchelder
2017-03-03
1
-0
/
+10
*
Hmm, not sure why this was a list.
Ned Batchelder
2017-02-19
1
-1
/
+1
*
Jython doesn't have useful co_code or f_lasti
Ned Batchelder
2017-01-13
1
-2
/
+3
*
When nesting tracers, don't restart on the wrong thread
Ned Batchelder
2017-01-02
1
-3
/
+11
*
The PyPy-specific test for atexit/gettrace are also PyPy-version-specific...
Ned Batchelder
2016-12-31
1
-1
/
+1
*
Don't warn about trace=None on PyPy at shutdown
Ned Batchelder
2016-12-30
1
-3
/
+12
*
A thread tweak suggested in #245
Ned Batchelder
2016-05-07
1
-1
/
+1
*
Entry arcs now use the negative first line of the code object instead of -1.
Ned Batchelder
2016-03-02
1
-2
/
+5
*
OMG, sometimes the hardest problems have simple solutions. Now metacoverage w...
Ned Batchelder
2015-08-30
1
-0
/
+1
*
Too many things named "arcs". Rename the booleans.
Ned Batchelder
2015-08-08
1
-4
/
+4
*
Add license mention to the top of all files. #313.
Ned Batchelder
2015-07-24
1
-1
/
+4
*
Fix branch coverage for yield statements. #308 #324
Ned Batchelder
2015-04-20
1
-5
/
+19
*
Remove 4 pylint warnings.
Ned Batchelder
2015-02-09
1
-1
/
+1
*
Plugin support is now only in the CTracer, not in the PyTracer.
Ned Batchelder
2015-02-09
1
-40
/
+8
*
Make sure check_include isn't called more than once per file.
Ned Batchelder
2014-11-28
1
-1
/
+5
*
Use the on/off condition to turn off a little more code in PyTracer.
Ned Batchelder
2014-11-28
1
-6
/
+6
*
Try out pylint spelling. Kinda noisy, but fixed some stuff.
Ned Batchelder
2014-11-27
1
-2
/
+2
*
Merged pull request 42, fixing issue #328.
Ned Batchelder
2014-11-24
1
-1
/
+1
|
\
*
|
Change how dynamic source filenames work in plugins.
Ned Batchelder
2014-11-24
1
-7
/
+6
|
/
*
More plugin re-shaping
Ned Batchelder
2014-10-19
1
-12
/
+12
[next]