Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The C tracer function can do arc tracing also. | Ned Batchelder | 2009-10-24 | 1 | -14/+109 |
| | |||||
* | Properly initialize the arc bookkeeping. | Ned Batchelder | 2009-10-11 | 1 | -1/+13 |
| | |||||
* | Reduce the amount of data translation by having the tracers record data in a ↵ | Ned Batchelder | 2009-10-11 | 1 | -32/+25 |
| | | | | form more like it will be consumed. Also should reduce the amount of work the tracers have to do. | ||||
* | One way to collect arc information.. | Ned Batchelder | 2009-10-11 | 1 | -14/+8 |
| | |||||
* | Properly separate the line data and the arc data. | Ned Batchelder | 2009-10-10 | 1 | -5/+11 |
| | |||||
* | Basic plumbing for a --branch option. | Ned Batchelder | 2009-10-07 | 1 | -0/+4 |
| | |||||
* | Tracer extension with non-functioning PEP 3121 stuff trimmed out. | Ned Batchelder | 2009-09-17 | 1 | -24/+3 |
| | |||||
* | Tracer extension with Py3k support. This is part of what PEP 3121 told me ↵ | Ned Batchelder | 2009-09-17 | 1 | -10/+97 |
| | | | | to do, but there's parts they didn't implement (!?) so I'm going to scrape a lot of it off. | ||||
* | A better way to fix the missing-return-after-exception problem in the trace ↵ | Ned Batchelder | 2009-07-06 | 1 | -22/+46 |
| | | | | function: no pyexpat specifics, and py 2.3 still uses C trace function. | ||||
* | Expat bug reported and noted. | Ned Batchelder | 2009-06-28 | 1 | -3/+6 |
| | |||||
* | Epic bug: pyexpat fiddles incorrectly with the systrace function. This is a ↵ | Ned Batchelder | 2009-06-28 | 1 | -0/+19 |
| | | | | hack to make it behave correctly with coverage.py. Fixes bug #10. | ||||
* | Add a bunch of logging to tracer.c to help find tracing problems. | Ned Batchelder | 2009-06-28 | 1 | -9/+66 |
| | |||||
* | Remove the fixed limit on recursion depth. Fixes issue #9. | Ned Batchelder | 2009-06-23 | 1 | -6/+21 |
| | |||||
* | 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 |