1. 3afb2d2 Remove compiler warnings on Solaris 8. Can go into 2.2.x, but not necessary. by Neal Norwitz · 22 years ago
  2. 7bf6833 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  3. 7ba5e81 Ensure we also build on VC7. Involves replacing largeint.h helper functions with msvc's native 64 bit integers. by Mark Hammond · 22 years ago
  4. 2c146bf start() and stop() methods: return None where there is no exception; by Fred Drake · 22 years ago
  5. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
  6. 62c1e3c Make sure to propogate errors that arise when profiling data cannot be by Fred Drake · 23 years ago
  7. 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 23 years ago
  8. f12a68c Fix memory leak. This is (very!) similar to part of SF patch #478006. by Fred Drake · 23 years ago
  9. 4c2e1af Make the low-level log-reader object export a dictionary mapping keys by Fred Drake · 23 years ago
  10. 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
  11. 30d1c75 Removed useless code to count the number of calls into the profiler. by Fred Drake · 23 years ago
  12. 7d99ff2 Speed the Windows code by using native 64-bit int compiler support instead by Tim Peters · 23 years ago
  13. 1b6e08a This compiles on Windows now. by Tim Peters · 23 years ago
  14. feab23f My editor can't deal with long backslash-continued strings. Changed 'em. by Tim Peters · 23 years ago
  15. 1566a17 Get hotshot closer to compiling on Windows. by Tim Peters · 23 years ago
  16. 8c081a1 The HotShot core: look, ma, no hands! by Fred Drake · 23 years ago