- 03 Agu, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 01 Agu, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
svn+ssh://pythondev@svn.python.org/python/branches/release27-maint ........ r83354 | georg.brandl | 2010-07-31 21:07:37 +0200 (Sa, 31 Jul 2010) | 1 line #9328: string format methods return strings. ........ r83365 | georg.brandl | 2010-07-31 23:22:36 +0200 (Sa, 31 Jul 2010) | 1 line #1019882: if start() and stop() were not in the same stack frame, stats.load() would crash with IndexError. ........
-
- 31 Tem, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
#1019882: if start() and stop() were not in the same stack frame, stats.load() would crash with IndexError.
-
- 09 Eki, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 22 Mar, 2008 1 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
-
- 23 Şub, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 11 Eki, 2007 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 22 Agu, 2007 1 kayıt (commit)
-
-
Collin Winter yazdı
-
- 21 Nis, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 09 Şub, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
There's one major and one minor category still unfixed: doctests are the major category (and I hope to be able to augment the refactoring tool to refactor bona fide doctests soon); other code generating print statements in strings is the minor category. (Oh, and I don't know if the compiler package works.)
-
- 10 Ock, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block
-
- 19 Agu, 2006 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 28 Mar, 2003 1 kayıt (commit)
-
-
Ka-Ping Yee yazdı
-
- 09 Agu, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Weinberg). This changes all uses of deprecated tempfile functions to the recommended ones.
-
- 18 Tem, 2002 7 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
and should never return None. (It only did this for an old version of HotShot that was trying to still work with a patched Python 2.1.)
-
Fred Drake yazdı
-
Fred Drake yazdı
Remove the crufty support for Python's that don't have StopIteration; the HotShot patch for Python 2.1 has not been maintained.
-
Tim Peters yazdı
file object that LogReader opens. Used it then in test_hotshot; the test passes again on Windows. Thank Guido for the analysis.
-
Guido van Rossum yazdı
codebase, so get rid of the pre-2.2 contingency.
-
- 29 May, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
- Add comment explaining the structure of the stack. - Minor optimization: make stack tuple directly usable as part of return value for enter/exit events.
-
- 16 Nis, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
Avoid adding Python wrappers around the underlying C profiler if possible; the extra layer of calls can lead to confusion in interpreting the logs.
-
- 12 Mar, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 29 Eki, 2001 2 kayıt (commit)
-
-
Fred Drake yazdı
dictionary instead of building a new one, and provide an overridable method to allow subclasses to catch ADD_INFO records that are not part of the initial block of ADD_INFO records created by the profiler itself.
-
Fred Drake yazdı
-
- 15 Eki, 2001 3 kayıt (commit)
-
-
Fred Drake yazdı
hotshot.stats.load(logfilename) returns a pstats.Stats instance, which is about as compatible as it gets.
-
Fred Drake yazdı
changing an application to collect profile data on one part of the app while still making use of the profiled component, without relying on side effects.
-
Fred Drake yazdı
Add support for extracting function names from the log file, keeping the extract-names-from-sources support as a fallback.
-
- 13 Eki, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 12 Eki, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
tool; look for that on Monday.
-