index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_hotshot.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change all the function attributes from func_* -> __*__. This gets rid
Neal Norwitz
2007-02-25
1
-2/+2
*
_hotshot hotshot_profiler(): If write_header() returned
Tim Peters
2006-03-07
1
-1/+4
*
Thanks to Coverity, these were all reported by their Prevent tool.
Neal Norwitz
2006-03-07
1
-0/+13
*
check_events(): This was failing under -O, due to not expecting any
Tim Peters
2002-08-16
1
-3/+0
*
This is my patch
Michael W. Hudson
2002-08-15
1
-2/+0
*
We only need to check for StopIteration here.
Fred Drake
2002-08-05
1
-1/+1
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Gave hotshot.LogReader a close() method, to allow users to close the
Tim Peters
2002-07-18
1
-4/+1
*
test_hotshot fails on Windows now. Added XXX comment explaining why,
Tim Peters
2002-07-17
1
-0/+4
*
Add a test for the 'closed' attribute on the C-profiler object.
Guido van Rossum
2002-07-17
1
-0/+3
*
Added regression test for start()/stop() returning bogus NULL.
Fred Drake
2002-02-08
1
-0/+10
*
Add a test for the insertion of user-provided ADD_INFO records.
Fred Drake
2001-10-29
1
-2/+12
*
Do not expect line number events when running under "python -O".
Fred Drake
2001-10-18
1
-0/+3
*
Remove some unused imports.
Fred Drake
2001-10-13
1
-4/+17
*
You can't unlink open files on Windows.
Tim Peters
2001-10-13
1
-1/+1
*
A most trivial test for HotShot -- make sure we get reasonable events
Fred Drake
2001-10-12
1
-0/+81