1. 1da1dbf Renamed PyObject_GenericGetIter to PyObject_SelfIter by Raymond Hettinger · 21 years ago
  2. e0cce8f Created PyObject_GenericGetIter(). by Raymond Hettinger · 21 years ago
  3. fb8595d Patch #661760: Cygwin auto-import module patch by Jason Tishler · 22 years ago
  4. 79acb9e Patch #614055: Support OpenVMS. by Martin v. Löwis · 22 years ago
  5. 21ee409 Patch #615069: Fix build problems on SCO Open Server 5. Backported to 2.2. by Martin v. Löwis · 22 years ago
  6. 8eb92a0 Patch #608999: Fix portability problems with MIPSPro 7.x by Martin v. Löwis · 22 years ago
  7. 806d1c8 Fix *really* embarrassing typo reported by Raymond Hettinger. by Michael W. Hudson · 22 years ago
  8. 02ff6a9 A slight change to SET_LINENO-less tracing. by Michael W. Hudson · 22 years ago
  9. dd32a91 This is my patch by Michael W. Hudson · 22 years ago
  10. 4df78cd Patch #588561: Cygwin _hotshot patch by Jason Tishler · 22 years ago
  11. 0b624f6 unpack_string(): avoid a compiler warning (about a real bug!) by by Guido van Rossum · 22 years ago
  12. 666bf52 - When the log reader detects end-of-file, close the file. by Fred Drake · 22 years ago
  13. 5c3ed3d Mark the closed attribute of the profiler with PyDoc_STR(), and added by Fred Drake · 22 years ago
  14. d1eb8b6 Added a docstring for the closed attribute. by Fred Drake · 22 years ago
  15. 9cb64b9 Some modernization. Get rid of the redundant next() method. Always by Guido van Rossum · 22 years ago
  16. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  17. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  18. 8b6b491 The logreader object did not always refill the input buffer correctly by Neil Schemenauer · 22 years ago
  19. 3afb2d2 Remove compiler warnings on Solaris 8. Can go into 2.2.x, but not necessary. by Neal Norwitz · 22 years ago
  20. 7bf6833 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  21. 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
  22. 2c146bf start() and stop() methods: return None where there is no exception; by Fred Drake · 22 years ago
  23. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
  24. 62c1e3c Make sure to propogate errors that arise when profiling data cannot be by Fred Drake · 23 years ago
  25. 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 23 years ago
  26. f12a68c Fix memory leak. This is (very!) similar to part of SF patch #478006. by Fred Drake · 23 years ago
  27. 4c2e1af Make the low-level log-reader object export a dictionary mapping keys by Fred Drake · 23 years ago
  28. 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
  29. 30d1c75 Removed useless code to count the number of calls into the profiler. by Fred Drake · 23 years ago
  30. 7d99ff2 Speed the Windows code by using native 64-bit int compiler support instead by Tim Peters · 23 years ago
  31. 1b6e08a This compiles on Windows now. by Tim Peters · 23 years ago
  32. feab23f My editor can't deal with long backslash-continued strings. Changed 'em. by Tim Peters · 23 years ago
  33. 1566a17 Get hotshot closer to compiling on Windows. by Tim Peters · 23 years ago
  34. 8c081a1 The HotShot core: look, ma, no hands! by Fred Drake · 23 years ago