Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the name of the C tracer from Tracer to CTracer, as it always should ↵ | Ned Batchelder | 2011-09-03 | 1 | -1/+1 |
| | | | | have been. | ||||
* | C trace function now roundtrips properly. Fixes #123 and #125. | Ned Batchelder | 2011-04-27 | 1 | -3/+2 |
| | |||||
* | Change how run_timid checks the name of the Tracer class, so that 2.x and ↵ | Ned Batchelder | 2009-09-17 | 1 | -4/+4 |
| | | | | 3.x will do it the same. | ||||
* | Fix a problem with DecoratorTools fiddling with the trace function and ↵ | Ned Batchelder | 2009-08-09 | 1 | -0/+50 |
screwing us up. Now the Python trace function is simpler, with no variability of registered trace function. Fixes bugs #12 and #13. |