index
:
delta/python-coveragepy.git
3.2_branch
4.0
Mariatta/fix-typo-in-the-word-moved-there-was-an--1542086661635
_main_-support
alex_gaynor/improve-performance-of-coverage-under-py-1411425050845
ast-branch
baserock/morph
bug_123
c-coroutine
check-source-isdir
combine-from-multiple-dirs
combine_files_and_dirs
config
coverage3
debug-gevent
django
fix-thread-safety
fix_init_name
fix_source_encoding
html-filter
hugovk/use-containerbased-infrastructure-1430745469757
inorout
ionelmc/correct-path-normalization-on-windows-th-1433618255921
issue-265
issue-425
issue-426
issue-433-2
issue-493-2
issue-502-7
issue-519
issue-523
issue-524-2
issue-549
issue361
issues-298
latest-pytest
master
pankajp/faster-html-report-ui
pngs
py26-unindexed-parameters
read_pickle
salty_horse/use-https-for-codecovio-image-1519130663808
spelling
use-os-path-module
who-tests-what-170
windows_multiprocessing_support
bitbucket.org: Obsolete (use python-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
*
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
-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
/
+77
*
|
Progress on plugins
Ned Batchelder
2014-09-14
1
-0
/
+37
*
|
Move dispositions closer to useful plugins
Ned Batchelder
2014-09-06
1
-3
/
+19
|
/
*
should_trace now returns a FileDisposition object
Ned Batchelder
2014-06-15
1
-6
/
+18
*
Two calls with no error checking replaced by a more convenient Py_BuildValue
Ned Batchelder
2012-11-04
1
-3
/
+1
*
One more way to be picky: no final blank lines.
Ned Batchelder
2012-10-30
1
-1
/
+0
*
A compile error fixed, only shows with TRACE_LOG set.
Ned Batchelder
2012-09-02
1
-1
/
+1
*
Fix the py2 case of this macro.
Ned Batchelder
2012-09-01
1
-1
/
+1
*
Plug several memory leaks by no longer forgetting to DECREF calls to
Brett Cannon
2012-08-31
1
-5
/
+19
*
Change the name of the C tracer from Tracer to CTracer, as it always should h...
Ned Batchelder
2011-09-03
1
-43
/
+43
*
Control the test better; don't use os when cleaning up the path
Ned Batchelder
2011-08-08
1
-2
/
+2
*
A fullcoverage tracer that works. Events are stashed, then replayed when cov...
Ned Batchelder
2011-08-08
1
-5
/
+28
*
Refactor the C code to streamline the __call__ path.
Ned Batchelder
2011-05-02
1
-26
/
+16
*
C trace function now roundtrips properly. Fixes #123 and #125.
Ned Batchelder
2011-04-27
1
-2
/
+5
*
A fix for bug #123, but it doesn't restore tracing properly yet, still want t...
Ned Batchelder
2011-04-25
1
-4
/
+27
*
Detect when our trace function is yanked out from under us, and warn the user...
Ned Batchelder
2010-11-06
1
-0
/
+6
*
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
[next]