Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c5f05e45cffa16f45f1332cec531c045893f928f
/
Lib
/
hotshot
/
log.py
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 years ago
0d7b8bc
Add clarifying comment.
by Guido van Rossum
· 23 years ago
fbe3608
Simplify; the low-level log reader is now always a modern iterator,
by Fred Drake
· 23 years ago
7d17e6f
Expose the fileno() method of the underlying log reader.
by Fred Drake
· 23 years ago
30d4896
Gave hotshot.LogReader a close() method, to allow users to close the
by Tim Peters
· 23 years ago
32616cf
We're no longer trying to support older Python versions with this
by Guido van Rossum
· 23 years ago
127ee16
Minor cleanup:
by Fred Drake
· 23 years ago
8b68862
Set/update self.cwd properly.
by Fred Drake
· 23 years ago
8e26b52
Update to reflect changes to the low-level logreader: share the info
by Fred Drake
· 24 years ago
d5d5a04
Avoid deep recursion when reading the header of the log file.
by Fred Drake
· 24 years ago
d62f151
When we reach the end of the log file, close the logreader object.
by Fred Drake
· 24 years ago
f019324
Preliminary user-level interface to HotShot. We still need the analysis
by Fred Drake
· 24 years ago