Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
* | Gave hotshot.LogReader a close() method, to allow users to close the | Tim Peters | 2002-07-18 | 1 | -4/+1 |
* | test_hotshot fails on Windows now. Added XXX comment explaining why, | Tim Peters | 2002-07-17 | 1 | -0/+4 |
* | Add a test for the 'closed' attribute on the C-profiler object. | Guido van Rossum | 2002-07-17 | 1 | -0/+3 |
* | Added regression test for start()/stop() returning bogus NULL. | Fred Drake | 2002-02-08 | 1 | -0/+10 |
* | Add a test for the insertion of user-provided ADD_INFO records. | Fred Drake | 2001-10-29 | 1 | -2/+12 |
* | Do not expect line number events when running under "python -O". | Fred Drake | 2001-10-18 | 1 | -0/+3 |
* | Remove some unused imports. | Fred Drake | 2001-10-13 | 1 | -4/+17 |
* | You can't unlink open files on Windows. | Tim Peters | 2001-10-13 | 1 | -1/+1 |
* | A most trivial test for HotShot -- make sure we get reasonable events | Fred Drake | 2001-10-12 | 1 | -0/+81 |