1. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  2. 8573d62 Fix broken test in test_hotshot. Treating the current directory as an by Neil Schemenauer · 17 years ago
  3. 31949b9 #3954: Fix error handling code in _hotshot.logreader by Amaury Forgeot d'Arc · 17 years ago
  4. df44ab7 _hotshot hotshot_profiler(): If write_header() returned by Tim Peters · 19 years ago
  5. 60da316 Thanks to Coverity, these were all reported by their Prevent tool. by Neal Norwitz · 19 years ago
  6. 80703c8 check_events(): This was failing under -O, due to not expecting any by Tim Peters · 23 years ago
  7. dd32a91 This is my patch by Michael W. Hudson · 23 years ago
  8. 63c4220 We only need to check for StopIteration here. by Fred Drake · 23 years ago
  9. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  10. 30d4896 Gave hotshot.LogReader a close() method, to allow users to close the by Tim Peters · 23 years ago
  11. ba8c069 test_hotshot fails on Windows now. Added XXX comment explaining why, by Tim Peters · 23 years ago
  12. 7fadcab Add a test for the 'closed' attribute on the C-profiler object. by Guido van Rossum · 23 years ago
  13. 4a02f95 Added regression test for start()/stop() returning bogus NULL. by Fred Drake · 24 years ago
  14. f3c54d6 Add a test for the insertion of user-provided ADD_INFO records. by Fred Drake · 24 years ago
  15. c10039c Do not expect line number events when running under "python -O". by Fred Drake · 24 years ago
  16. c687960 Remove some unused imports. by Fred Drake · 24 years ago
  17. 10603b8 You can't unlink open files on Windows. by Tim Peters · 24 years ago
  18. de3cdca A most trivial test for HotShot -- make sure we get reasonable events by Fred Drake · 24 years ago