- 05 May, 2010 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
Fix for issue #7908
-
- 22 Mar, 2010 1 kayıt (commit)
-
-
Victor Stinner yazdı
script, open the file in binary mode and not in text mode with the default (utf8) encoding.
-
- 11 Mar, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 13 Eyl, 2009 1 kayıt (commit)
-
-
Matthias Klose yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r74773 | matthias.klose | 2009-09-13 17:09:24 +0200 (So, 13 Sep 2009) | 2 lines Issue #6635: Fix profiler printing usage message. ........
-
- 04 Eyl, 2009 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 12 Agu, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 11 Şub, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
and .keys(), .items(), .values() return dict views. The dict views aren't fully functional yet; in particular, they can't be compared to sets yet. but they are useful as "iterator wells". There are still 27 failing unit tests; I expect that many of these have fairly trivial fixes, but there are so many, I could use help.
-
- 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.)
-
- 06 Eyl, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 18 Agu, 2006 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Not all code has been fixed yet; this is just a checkpoint... The C API still has PyDict_HasKey() and _HasKeyString(); not sure if I want to change those just yet.
-
- 20 Eyl, 2005 1 kayıt (commit)
-
-
Armin Rigo yazdı
causing the profiler to crash on an AssertionError if the same Python function catches multiple exceptions from C functions.
-
- 03 Mar, 2005 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
profile.py if available.
-
- 10 Ock, 2005 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Johannes Gijsbers yazdı
profile.help() point at the library reference instead of profile.doc.
-
- 09 Ock, 2005 1 kayıt (commit)
-
-
Johannes Gijsbers yazdı
there's no need to subclass OptionParser.
-
- 12 Tem, 2004 2 kayıt (commit)
-
-
Nicholas Bastin yazdı
collate, so setting it back to the function name
-
Nicholas Bastin yazdı
-
- 07 Tem, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 24 Mar, 2004 1 kayıt (commit)
-
-
Nicholas Bastin yazdı
-
- 23 Mar, 2004 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Nicholas Bastin yazdı
and one for sort order when using stdout. Uses optparse.
-
- 22 Mar, 2004 1 kayıt (commit)
-
-
Nicholas Bastin yazdı
-
- 12 Şub, 2004 1 kayıt (commit)
-
-
Walter Dörwald yazdı
From SF patch #852334.
-
- 22 Eki, 2003 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Raymond Hettinger yazdı
-
- 27 Şub, 2003 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 02 Haz, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 01 Haz, 2002 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 05 Ara, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 17 Eki, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 09 Eki, 2001 3 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
call, or via setting an instance or class vrbl. Rewrote the calibration docs. Modern boxes are so friggin' fast, and a profiler event does so much work anyway, that the cost of looking up an instance vrbl (the bias constant) per profile event just isn't a big deal.
-
Tim Peters yazdı
actual run of the profiler, instead of timing a simplified simulation of part of what the profiler does. It computes a constant about 60% higher on my Win98SE box than the old method, and the new constant appears much more realistic. Deleted the undocumented simple(), instrumented(), and profiler_simulation() methods (which existed only to support the previous calibration method).
-
- 07 Eki, 2001 5 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
seriously wrong. This started out by just fixing the docs, but then it occurred to me that the doc confusion propagated into misleading vrbl names too, so I also renamed those to match reality. As a result, INO the time computations are much easier to understand now (within the limitations of vast quantities of 3-character names <wink>).
-
Tim Peters yazdı
to use assert stmts (was raising unexpected kinds of exceptions).
-
Tim Peters yazdı
+ The last index in the timing tuple is 4, not 5 (noted by Guido). + The poorly named trace_dispatch_i works with float return values too.
-
Tim Peters yazdı
hasn't worked in years, docs were wrong, and they aren't interesting anymore regardless.
-