summaryrefslogtreecommitdiff
path: root/Modules/_hotshot.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure to propogate errors that arise when profiling data cannot beFred Drake2001-12-041-71/+112
* sprintf -> PyOS_snprintf in some "obviously safe" cases.Tim Peters2001-11-281-8/+8
* Fix memory leak. This is (very!) similar to part of SF patch #478006.Fred Drake2001-11-091-0/+1
* Make the low-level log-reader object export a dictionary mapping keysFred Drake2001-10-291-45/+163
* Got this to work in MacPython. The code is #ifdef macintosh style (to match t...Jack Jansen2001-10-231-2/+10
* Removed useless code to count the number of calls into the profiler.Fred Drake2001-10-151-51/+177
* Speed the Windows code by using native 64-bit int compiler support insteadTim Peters2001-10-131-11/+14
* This compiles on Windows now.Tim Peters2001-10-131-0/+1
* My editor can't deal with long backslash-continued strings. Changed 'em.Tim Peters2001-10-131-48/+49
* Get hotshot closer to compiling on Windows.Tim Peters2001-10-121-3/+13
* The HotShot core: look, ma, no hands!Fred Drake2001-10-121-0/+1368