Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SF #506611, fix sys.setprofile(), sys.settrace() core dumps | Neal Norwitz | 2002-03-03 | 1 | -0/+6 |
| | | | | when no arguments are passed | ||||
* | Updated to reflect the rationalized profiler event reporting. | Fred Drake | 2001-10-04 | 1 | -46/+27 |
| | |||||
* | Add some more test cases to be sure we do the right thing in various cases. | Fred Drake | 2001-10-03 | 1 | -0/+117 |
| | |||||
* | More test cases, including something that simulates what the profiler | Fred Drake | 2001-09-26 | 1 | -5/+66 |
| | | | | probably *should* be doing. | ||||
* | Factor out the protect-from-exceptions helpers and make capture_events() | Fred Drake | 2001-09-25 | 1 | -35/+65 |
| | | | | | | use it. This simplifies the individual tests a little. Added some new tests related to exception handling. | ||||
* | Add more tests showing the relationship between exceptions raised & caught | Fred Drake | 2001-09-24 | 1 | -9/+64 |
| | | | | and the information provided to the profiler. This stuff is a mess! | ||||
* | Start of a test to make sure the profiler/tracer support in the core | Fred Drake | 2001-09-22 | 1 | -0/+110 |
interpreter is reporting what we expect to see. |