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
/
Modules
/
_hotshot.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure to propogate errors that arise when profiling data cannot be
Fred Drake
2001-12-04
1
-71/+112
*
sprintf -> PyOS_snprintf in some "obviously safe" cases.
Tim Peters
2001-11-28
1
-8/+8
*
Fix memory leak. This is (very!) similar to part of SF patch #478006.
Fred Drake
2001-11-09
1
-0/+1
*
Make the low-level log-reader object export a dictionary mapping keys
Fred Drake
2001-10-29
1
-45/+163
*
Got this to work in MacPython. The code is #ifdef macintosh style (to match t...
Jack Jansen
2001-10-23
1
-2/+10
*
Removed useless code to count the number of calls into the profiler.
Fred Drake
2001-10-15
1
-51/+177
*
Speed the Windows code by using native 64-bit int compiler support instead
Tim Peters
2001-10-13
1
-11/+14
*
This compiles on Windows now.
Tim Peters
2001-10-13
1
-0/+1
*
My editor can't deal with long backslash-continued strings. Changed 'em.
Tim Peters
2001-10-13
1
-48/+49
*
Get hotshot closer to compiling on Windows.
Tim Peters
2001-10-12
1
-3/+13
*
The HotShot core: look, ma, no hands!
Fred Drake
2001-10-12
1
-0/+1368