index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_profilehooks.py
Commit message (
Expand
)
Author
Age
*
Merged revisions 60124-60142 via svnmerge from
Christian Heimes
2008-01-20
*
Removed the API to create unbound methods and simplified the API for bound me...
Christian Heimes
2007-11-27
*
Change all the function attributes from func_* -> __*__. This gets rid
Neal Norwitz
2007-02-25
*
Enable the profiling of C functions (builtins and extensions)
Nicholas Bastin
2004-03-24
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
*
Remove some now-obsolete generator future statements.
Tim Peters
2002-04-01
*
SF #506611, fix sys.setprofile(), sys.settrace() core dumps
Neal Norwitz
2002-03-03
*
Updated to reflect the rationalized profiler event reporting.
Fred Drake
2001-10-04
*
Add some more test cases to be sure we do the right thing in various cases.
Fred Drake
2001-10-03
*
More test cases, including something that simulates what the profiler
Fred Drake
2001-09-26
*
Factor out the protect-from-exceptions helpers and make capture_events()
Fred Drake
2001-09-25
*
Add more tests showing the relationship between exceptions raised & caught
Fred Drake
2001-09-24
*
Start of a test to make sure the profiler/tracer support in the core
Fred Drake
2001-09-22