Mercurial > hg
log mercurial/lsprof.py @ 52216:fa58f4f97337 stable tip
age | author | description |
---|---|---|
Mon, 16 Sep 2024 15:36:44 +0200 | Matt Harbison | typing: add `from __future__ import annotations` to most files |
Mon, 05 Aug 2024 20:47:17 +0200 | Manuel Jacob | py3: fix type of some elements of __all__ lists stable |
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() |