1. e9638cc Move testing code into "if __name__ == '__main__'" so it's not run on import. by Ka-Ping Yee · 21 years ago
  2. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  3. 0d7b8bc Add clarifying comment. by Guido van Rossum · 22 years ago
  4. 0d7e68a Script to run the pystones "benchmark" under HotShot. by Fred Drake · 22 years ago
  5. fbe3608 Simplify; the low-level log reader is now always a modern iterator, by Fred Drake · 22 years ago
  6. 302e2bb Expose the fileno() method of the underlying profiler. by Fred Drake · 22 years ago
  7. 7d17e6f Expose the fileno() method of the underlying log reader. by Fred Drake · 22 years ago
  8. 30d4896 Gave hotshot.LogReader a close() method, to allow users to close the by Tim Peters · 22 years ago
  9. 32616cf We're no longer trying to support older Python versions with this by Guido van Rossum · 22 years ago
  10. 127ee16 Minor cleanup: by Fred Drake · 22 years ago
  11. 34f300a Added docstrings to the Profile class. by Fred Drake · 22 years ago
  12. 8b68862 Set/update self.cwd properly. by Fred Drake · 22 years ago
  13. 8e26b52 Update to reflect changes to the low-level logreader: share the info by Fred Drake · 23 years ago
  14. 165b2cc Allow user code to call the addinfo() method on the profiler object. by Fred Drake · 23 years ago
  15. 47cada7 pstats-compatible analysis module. by Fred Drake · 23 years ago
  16. e7d8a78 runcall(): Expose the return value of the profiled function; this allows by Fred Drake · 23 years ago
  17. d5d5a04 Avoid deep recursion when reading the header of the log file. by Fred Drake · 23 years ago
  18. d62f151 When we reach the end of the log file, close the logreader object. by Fred Drake · 23 years ago
  19. f019324 Preliminary user-level interface to HotShot. We still need the analysis by Fred Drake · 23 years ago