summaryrefslogtreecommitdiff
path: root/coverage/tracer.c
Commit message (Expand)AuthorAgeFilesLines
* Make the C code conform to PEP 7.Ned Batchelder2009-06-131-21/+32
* .pyc files can be moved, so use __file__ to correctly find the source file.Ned Batchelder2009-05-051-1/+1
* The name of the project is Coverage, not coverage.py.Ned Batchelder2009-04-301-1/+1
* A technicality: if should_trace returned a non-string, it would leak.Ned Batchelder2009-04-051-3/+11
* No need to incref None, and we can use tuple operations w/o error checking.Ned Batchelder2009-04-051-3/+2
* Remove debug printf of calls to should_trace: it's only called when I thought...Ned Batchelder2009-04-051-5/+0
* Use a finally clause to ensure that coverage measurement is stopped no matter...Ned Batchelder2009-04-041-0/+13
* Initial coverage.py 3.0 beta 1Ned Batchelder2009-03-051-0/+211