1. 62c1e3c Make sure to propogate errors that arise when profiling data cannot be by Fred Drake · 23 years ago
  2. 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 23 years ago
  3. f12a68c Fix memory leak. This is (very!) similar to part of SF patch #478006. by Fred Drake · 23 years ago
  4. 4c2e1af Make the low-level log-reader object export a dictionary mapping keys by Fred Drake · 23 years ago
  5. 963659a Got this to work in MacPython. The code is #ifdef macintosh style (to match the existing #ifdef MS_WINDOWS), but eventually ifdeffing on configure features is probably better. by Jack Jansen · 23 years ago
  6. 30d1c75 Removed useless code to count the number of calls into the profiler. by Fred Drake · 23 years ago
  7. 7d99ff2 Speed the Windows code by using native 64-bit int compiler support instead by Tim Peters · 23 years ago
  8. 1b6e08a This compiles on Windows now. by Tim Peters · 23 years ago
  9. feab23f My editor can't deal with long backslash-continued strings. Changed 'em. by Tim Peters · 23 years ago
  10. 1566a17 Get hotshot closer to compiling on Windows. by Tim Peters · 23 years ago
  11. 8c081a1 The HotShot core: look, ma, no hands! by Fred Drake · 23 years ago