summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_profilehooks.py
Commit message (Expand)AuthorAgeFilesLines
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-1/+1
* Enable the profiling of C functions (builtins and extensions)Nicholas Bastin2004-03-241-1/+10
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-5/+4
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-6/+8
* Remove some now-obsolete generator future statements.Tim Peters2002-04-011-2/+0
* SF #506611, fix sys.setprofile(), sys.settrace() core dumpsNeal Norwitz2002-03-031-0/+6
* Updated to reflect the rationalized profiler event reporting.Fred Drake2001-10-041-46/+27
* Add some more test cases to be sure we do the right thing in various cases.Fred Drake2001-10-031-0/+117
* More test cases, including something that simulates what the profilerFred Drake2001-09-261-5/+66
* Factor out the protect-from-exceptions helpers and make capture_events()Fred Drake2001-09-251-35/+65
* Add more tests showing the relationship between exceptions raised & caughtFred Drake2001-09-241-9/+64
* Start of a test to make sure the profiler/tracer support in the coreFred Drake2001-09-221-0/+110