summaryrefslogtreecommitdiffstats
path: root/Lib/hotshot/log.py
Commit message (Expand)AuthorAgeFilesLines
* remove hotshot profiler from Py3kFred Drake2007-10-111-192/+0
* Fix raise statements in hotshot.Collin Winter2007-08-221-4/+4
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-2/+2
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Only three failing tests left: dbm, gdbm, tcl!Guido van Rossum2006-08-191-1/+1
* Add clarifying comment.Guido van Rossum2002-07-181-0/+1
* Simplify; the low-level log reader is now always a modern iterator,Fred Drake2002-07-181-6/+1
* Expose the fileno() method of the underlying log reader.Fred Drake2002-07-181-6/+4
* Gave hotshot.LogReader a close() method, to allow users to close theTim Peters2002-07-181-0/+3
* We're no longer trying to support older Python versions with thisGuido van Rossum2002-07-181-7/+2
* Minor cleanup:Fred Drake2002-05-291-5/+11
* Set/update self.cwd properly.Fred Drake2002-03-121-14/+51
* Update to reflect changes to the low-level logreader: share the infoFred Drake2001-10-291-10/+19
* Avoid deep recursion when reading the header of the log file.Fred Drake2001-10-151-28/+39
* When we reach the end of the log file, close the logreader object.Fred Drake2001-10-131-1/+3
* Preliminary user-level interface to HotShot. We still need the analysisFred Drake2001-10-121-0/+135