Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
3c919cf140170a03c20ec68a8fe63586b718d057
/
Lib
/
test
/
test_profilehooks.py
bc27c6a
Various tests cleanup: check_warnings/check_py3k_warnings, unittest.assert* and setUp/tearDown.
by Florent Xicluna
· 15 years ago
bb86314
Fix failures in test_profilehooks when run with -3
by Antoine Pitrou
· 16 years ago
5611289
#1648: add sys.gettrace() and sys.getprofile().
by Georg Brandl
· 17 years ago
c69ebe8
Enable the profiling of C functions (builtins and extensions)
by Nicholas Bastin
· 21 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
496563a
Remove some now-obsolete generator future statements.
by Tim Peters
· 23 years ago
290d31e
SF #506611, fix sys.setprofile(), sys.settrace() core dumps
by Neal Norwitz
· 23 years ago
7c0a93d
Updated to reflect the rationalized profiler event reporting.
by Fred Drake
· 24 years ago
0099ba7
Add some more test cases to be sure we do the right thing in various cases.
by Fred Drake
· 24 years ago
39cd603
More test cases, including something that simulates what the profiler
by Fred Drake
· 24 years ago
cc91ac0
Factor out the protect-from-exceptions helpers and make capture_events()
by Fred Drake
· 24 years ago
2d87901
Add more tests showing the relationship between exceptions raised & caught
by Fred Drake
· 24 years ago
3208d4b
Start of a test to make sure the profiler/tracer support in the core
by Fred Drake
· 24 years ago