Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a problem with DecoratorTools fiddling with the trace function and ↵ | Ned Batchelder | 2009-08-09 | 1 | -65/+81 |
| | | | | screwing us up. Now the Python trace function is simpler, with no variability of registered trace function. Fixes bugs #12 and #13. | ||||
* | Narrow the amount of code in a coverage start/stop window in a test so that ↵ | Ned Batchelder | 2009-07-12 | 1 | -0/+2 |
| | | | | the differences in 2.x and 3.x scoping rules don't change the results of the test. Also, some commented-out logging of the trace machinery that helped me find the problem. Now all tests pass on Python 3.1! | ||||
* | A better way to fix the missing-return-after-exception problem in the trace ↵ | Ned Batchelder | 2009-07-06 | 1 | -48/+25 |
| | | | | function: no pyexpat specifics, and py 2.3 still uses C trace function. | ||||
* | Fix Python 2.3's exception tracing by always using a dumbed-down Python ↵ | Ned Batchelder | 2009-07-04 | 1 | -18/+52 |
| | | | | tracer there. | ||||
* | .pyc files can be moved, so use __file__ to correctly find the source file. | Ned Batchelder | 2009-05-05 | 1 | -1/+1 |
| | |||||
* | Lint clean-ups. | Ned Batchelder | 2009-05-05 | 1 | -6/+6 |
| | |||||
* | Keeping a stack of Collectors makes it possible for Coverage to measure ↵ | Ned Batchelder | 2009-05-03 | 1 | -1/+29 |
| | | | | itself (mostly). | ||||
* | Clarify what Collector.start and .stop do to other threads. | Ned Batchelder | 2009-05-02 | 1 | -7/+15 |
| | |||||
* | Weeding in collector.py | Ned Batchelder | 2009-05-02 | 1 | -8/+31 |
| | |||||
* | The name of the project is Coverage, not coverage.py. | Ned Batchelder | 2009-04-30 | 1 | -1/+1 |
| | |||||
* | Not sure exactly why, but having a bogus attribute reference in the trace ↵ | Ned Batchelder | 2009-03-14 | 1 | -1/+1 |
| | | | | function didn't seem to affect it at all... | ||||
* | Initial coverage.py 3.0 beta 1 | Ned Batchelder | 2009-03-05 | 1 | -0/+110 |