summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_hotshot.py
Commit message (Expand)AuthorAgeFilesLines
* Gave hotshot.LogReader a close() method, to allow users to close theTim Peters2002-07-181-4/+1
* test_hotshot fails on Windows now. Added XXX comment explaining why,Tim Peters2002-07-171-0/+4
* Add a test for the 'closed' attribute on the C-profiler object.Guido van Rossum2002-07-171-0/+3
* Added regression test for start()/stop() returning bogus NULL.Fred Drake2002-02-081-0/+10
* Add a test for the insertion of user-provided ADD_INFO records.Fred Drake2001-10-291-2/+12
* Do not expect line number events when running under "python -O".Fred Drake2001-10-181-0/+3
* Remove some unused imports.Fred Drake2001-10-131-4/+17
* You can't unlink open files on Windows.Tim Peters2001-10-131-1/+1
* A most trivial test for HotShot -- make sure we get reasonable eventsFred Drake2001-10-121-0/+81