Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | No need to incref None, and we can use tuple operations w/o error checking. | Ned Batchelder | 2009-04-05 | 1 | -3/+2 |
| | |||||
* | Remove debug printf of calls to should_trace: it's only called when I ↵ | Ned Batchelder | 2009-04-05 | 1 | -5/+0 |
| | | | | thought it was being called. | ||||
* | Use a finally clause to ensure that coverage measurement is stopped no ↵ | Ned Batchelder | 2009-04-04 | 1 | -0/+13 |
| | | | | matter how the main program terminates. | ||||
* | Initial coverage.py 3.0 beta 1 | Ned Batchelder | 2009-03-05 | 1 | -0/+211 |