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