- 08 Şub, 2006 1 kayıt (commit)
-
-
Armin Rigo yazdı
Based on lsprof (patch #1212837) by Brett Rosen and Ted Czotter. With further editing by Michael Hudson and myself. History in svn repo: http://codespeak.net/svn/user/arigo/hack/misc/lsprof * Module/_lsprof.c is the internal C module, Lib/cProfile.py a wrapper. * pstats.py updated to display cProfile's caller/callee timings if available. * setup.py and NEWS updated. * documentation updates in the profiler section: - explain the differences between the three profilers that we have now - profile and cProfile can use a unified documentation, like (c)Pickle - mention that hotshot is "for specialized usage" now - removed references to the "old profiler" that no longer exists * test updates: - extended test_profile to cover delicate cases like recursion - added tests for the caller/callee displays - added test_cProfile, performing the same tests for cProfile * TO-DO: - cProfile gives a nicer name to built-in, particularly built-in methods, which could be backported to profile. - not tested on Windows recently!
-
- 26 Ara, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 19 Ara, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 05 Ara, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 07 Kas, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Doc patch submitted by Ilya Sandler.
-
- 23 Mar, 2004 3 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Nicholas Bastin yazdı
and one for sort order when using stdout. Uses optparse.
-
- 22 Mar, 2004 1 kayıt (commit)
-
-
Nicholas Bastin yazdı
-
- 20 Eki, 2003 1 kayıt (commit)
-
-
Walter Dörwald yazdı
(From SF patch #810751)
-
- 25 Agu, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 14 Tem, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 14 May, 2003 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 09 Eki, 2001 2 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.
-
- 07 Eki, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
hasn't worked in years, docs were wrong, and they aren't interesting anymore regardless.
-
- 06 Tem, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
translation more difficult, as well as reading the English more difficult for non-native speakers.
-
- 02 Tem, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
This closes SF bug #438032.
-
- 14 Haz, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 08 Haz, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
about setting up the dispatch table, and update the OldProfile and HotProfile classes to the current implementations, showing the adjusted construction for the dispatch table.
-
- 13 Nis, 2001 2 kayıt (commit)
-
-
Fred Drake yazdı
Turn reference to the cmd module into a hyperlink.
-
Eric S. Raymond yazdı
-
- 22 Nis, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 21 Nis, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
All sections get reasonable file names in the HTML output.
-
- 05 Nis, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 23 Tem, 1998 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 11 Nis, 1998 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 09 Nis, 1998 2 kayıt (commit)
-
-
Fred Drake yazdı
Consistently use ' instead of ": this conforms to my unofficial stance that constants should be presented using the repr() whenever it makes sense. This isn't because I think repr() is the greatest thing since spam, just that it's an easy to adopt consistency standard. (It also holds no new surprises!)
-
Fred Drake yazdı
-
- 04 Nis, 1998 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 03 Nis, 1998 1 kayıt (commit)
-
-
Fred Drake yazdı
Consistency nits.
-
- 02 Nis, 1998 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 27 Mar, 1998 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 17 Mar, 1998 2 kayıt (commit)
-
-
Guido van Rossum yazdı
particular example.
-
Fred Drake yazdı
works better with LaTeX2HTML, and allows some simplification of the python.sty macros.
-
- 27 Şub, 1998 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 22 Şub, 1998 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 18 Şub, 1998 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 13 Şub, 1998 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
-