aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_profilehooks.py
Commit message (Expand)AuthorAge
* Merged revisions 60124-60142 via svnmerge fromChristian Heimes2008-01-20
* Removed the API to create unbound methods and simplified the API for bound me...Christian Heimes2007-11-27
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-25
* Enable the profiling of C functions (builtins and extensions)Nicholas Bastin2004-03-24
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-01
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Remove some now-obsolete generator future statements.Tim Peters2002-04-01
* SF #506611, fix sys.setprofile(), sys.settrace() core dumpsNeal Norwitz2002-03-03
* Updated to reflect the rationalized profiler event reporting.Fred Drake2001-10-04
* Add some more test cases to be sure we do the right thing in various cases.Fred Drake2001-10-03
* More test cases, including something that simulates what the profilerFred Drake2001-09-26
* Factor out the protect-from-exceptions helpers and make capture_events()Fred Drake2001-09-25
* Add more tests showing the relationship between exceptions raised & caughtFred Drake2001-09-24
* Start of a test to make sure the profiler/tracer support in the coreFred Drake2001-09-22