Mercurial > hg
log mercurial/lsprof.py @ 10339:23e608f42f2c
age | author | description |
---|---|---|
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) |