Fri, 12 Oct 2018 18:20:17 +0200 |
Gregory Szorc |
py3: encode str to bytes
|
Fri, 12 Oct 2018 17:35:54 +0200 |
Gregory Szorc |
py3: use %d to format ints
|
Wed, 17 Jan 2018 21:45:15 -0500 |
Augie Fackler |
lsprof: use native string when peeking in __dict__
|
Sat, 02 Jan 2016 11:40:53 -0800 |
Gregory Szorc |
lsprof: use print function
|
Sat, 21 Nov 2015 23:26:22 -0800 |
Gregory Szorc |
lsprof: support PyPy (issue4573)
|
Fri, 08 Feb 2013 22:54:48 +0100 |
Mads Kiilerich |
profiling: replace '+' markup of nested lines with indentation
|
Wed, 30 May 2012 13:57:41 -0700 |
Bryan O'Sullivan |
lsprof: report units correctly
|
Thu, 15 Mar 2012 15:59:26 -0500 |
Matt Mackall |
profile: add undocumented config options for profiler output
|
Mon, 25 Jul 2011 15:41:46 -0500 |
Augie Fackler |
lsprof: use getattr instead of hasattr
|
Mon, 25 Oct 2010 23:46:26 +0200 |
Martin Geisler |
lsprof: remove #!-line from non-executable script
stable
|
Fri, 05 Feb 2010 18:50:08 +0100 |
Benoit Boissinot |
fix spaces/identation issues
|
Wed, 05 Aug 2009 17:21:29 +0200 |
Dirkjan Ochtman |
merge with crew-stable
|
Wed, 05 Aug 2009 14:58:30 +0200 |
Dirkjan Ochtman |
lsprof: make profile not die when imported modules changes (issue1774)
|
Sun, 05 Jul 2009 11:02:00 +0200 |
Alejandro Santos |
compat: use 'key' argument instead of 'cmp' when sorting a list
|
Mon, 23 Mar 2009 13:13:06 +0100 |
Peter Arrenbrecht |
cleanup: drop unused assignments
|
Mon, 12 Jan 2009 09:16:03 +0100 |
Dirkjan Ochtman |
use dict.iteritems() rather than dict.items()
|
Mon, 08 Sep 2008 13:07:00 +0200 |
Peter Ruibal |
use Exception(args)-style raising consistently (py3k compatibility)
|
Thu, 06 Mar 2008 22:23:41 +0100 |
Joel Rosdahl |
Remove unused imports
|
Fri, 01 Feb 2008 10:31:09 +0100 |
Dirkjan Ochtman |
updating lsprof.py from remote repository
|
Fri, 23 Jun 2006 19:20:22 -0700 |
Vadim Gelfer |
do not try to package lsprof if not available.
|
Fri, 09 Jun 2006 12:05:17 -0700 |
Vadim Gelfer |
add --lsprof option. 3x faster than --profile, more useful output.
|