summaryrefslogtreecommitdiff
path: root/coverage/collector.py
Commit message (Expand)AuthorAgeFilesLines
* Properly record multiple exits separately. Fixes #62.Ned Batchelder2010-04-271-2/+8
* A way to start coverage when Python starts, to help with measuring coverage i...Ned Batchelder2009-12-231-1/+1
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-21/+22
* Fix some self-measurement problems. Now coverage_coverage.py works again (ha...Ned Batchelder2009-11-291-0/+5
* Add statistics gathering to help find a problem in the C tracer.Ned Batchelder2009-11-221-2/+11
* Clean up.Ned Batchelder2009-11-081-2/+7
* The C tracer function can do arc tracing also.Ned Batchelder2009-10-241-3/+2
* Everything should derive from object.Ned Batchelder2009-10-241-2/+2
* Tidy up long linesNed Batchelder2009-10-241-1/+1
* Another line of logging.Ned Batchelder2009-10-231-0/+1
* More exception flow testing. This stuff is kind of involved...Ned Batchelder2009-10-201-0/+2
* Start unit testing the arc measurement. In arcs, -1 means enter or exit.Ned Batchelder2009-10-161-3/+3
* Write the arcs to the data file.Ned Batchelder2009-10-121-1/+1
* Report lines properly when measuring branches; Use None for the placeholder v...Ned Batchelder2009-10-121-8/+24
* Reduce the amount of data translation by having the tracers record data in a ...Ned Batchelder2009-10-111-18/+23
* One way to collect arc information..Ned Batchelder2009-10-111-95/+30
* Properly separate the line data and the arc data.Ned Batchelder2009-10-101-14/+19
* Continued hacking on branch coverage.Ned Batchelder2009-10-101-1/+83
* Basic plumbing for a --branch option.Ned Batchelder2009-10-071-2/+8
* Added a 'coverage debug' command to get internal information for diagnosing p...Ned Batchelder2009-09-271-0/+4
* Fix a problem with DecoratorTools fiddling with the trace function and screwi...Ned Batchelder2009-08-091-65/+81
* Narrow the amount of code in a coverage start/stop window in a test so that t...Ned Batchelder2009-07-121-0/+2
* A better way to fix the missing-return-after-exception problem in the trace f...Ned Batchelder2009-07-061-48/+25
* Fix Python 2.3's exception tracing by always using a dumbed-down Python trace...Ned Batchelder2009-07-041-18/+52
* .pyc files can be moved, so use __file__ to correctly find the source file.Ned Batchelder2009-05-051-1/+1
* Lint clean-ups.Ned Batchelder2009-05-051-6/+6
* Keeping a stack of Collectors makes it possible for Coverage to measure itsel...Ned Batchelder2009-05-031-1/+29
* Clarify what Collector.start and .stop do to other threads.Ned Batchelder2009-05-021-7/+15
* Weeding in collector.pyNed Batchelder2009-05-021-8/+31
* The name of the project is Coverage, not coverage.py.Ned Batchelder2009-04-301-1/+1
* Not sure exactly why, but having a bogus attribute reference in the trace fun...Ned Batchelder2009-03-141-1/+1
* Initial coverage.py 3.0 beta 1Ned Batchelder2009-03-051-0/+110