mercurial/lsprof.py
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Mon, 21 Feb 2022 12:35:29 -0700 Gregory Szorc lsprof: remove some Python 2.7 compatibility code
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Thu, 07 Nov 2019 13:18:19 -0500 Augie Fackler cleanup: remove pointless r-prefixes on double-quoted strings
Mon, 07 Oct 2019 10:28:32 -0400 Gregory Szorc lsprof: remove __main__ functionality
Mon, 07 Oct 2019 00:04:04 -0400 Gregory Szorc py3: finish porting iteritems() to pycompat and remove source transformer
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
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.
less more (0) tip