Mercurial > hg
log mercurial/lsprof.py @ 51461:47752632b4fc
age | author | description |
---|---|---|
Fri, 01 Sep 2023 00:09:55 +0200 | Pierre-Yves David | pycompat: drop usage of hasattr/getattr/setattr/delatt proxy |
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 |