summaryrefslogtreecommitdiff
path: root/Lib/hotshot/log.py
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecation warnings in test_hotshot.pyEzio Melotti2010-08-031-1/+1
* Merged revisions 83354,83365 via svnmerge fromGeorg Brandl2010-08-011-1/+4
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* 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