summaryrefslogtreecommitdiff
path: root/coverage/collector.py
Commit message (Collapse)AuthorAgeFilesLines
* Keeping a stack of Collectors makes it possible for Coverage to measure ↵Ned Batchelder2009-05-031-1/+29
| | | | itself (mostly).
* 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 ↵Ned Batchelder2009-03-141-1/+1
| | | | function didn't seem to affect it at all...
* Initial coverage.py 3.0 beta 1Ned Batchelder2009-03-051-0/+110