log mercurial/statprof.py @ 53042:cdd7bf612c7b stable tip

age author description
Mon, 06 Jan 2025 00:30:55 -0500 Matt Harbison pyupgrade: drop the quoting around type annotations
Mon, 06 Jan 2025 14:07:43 -0500 Matt Harbison style: drop extraneous parentheses
Tue, 17 Dec 2024 01:35:52 -0500 Matt Harbison statprof: don't leak a file descriptor when loading data files
Wed, 04 Dec 2024 22:07:56 -0500 Matt Harbison statprof: ensure files with binary I/O are opened in binary mode
Wed, 04 Dec 2024 22:02:36 -0500 Matt Harbison statprof: stop using the `pycompat.open()` shim
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Fri, 06 Sep 2024 02:12:19 +0200 Pierre-Yves David brancing: merge stable into default
Tue, 20 Aug 2024 18:30:47 -0400 Matt Harbison typing: lock in correct changes from pytype 2023.04.11 -> 2023.06.16
Mon, 05 Aug 2024 20:47:17 +0200 Manuel Jacob py3: fix type of some elements of __all__ lists stable
Thu, 07 Dec 2023 09:31:07 -0800 Martin von Zweigbergk statprof: handle `lineno == None` in more cases
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Tue, 07 Mar 2023 17:13:38 +0100 Mads Kiilerich statprof: with Python 3.12, lineno is (more) often None stable
Wed, 14 Dec 2022 22:27:22 -0500 Matt Harbison statprof: don't pass str `sys.argv` to a function expecting bytes
Sat, 12 Nov 2022 02:30:41 +0100 Pierre-Yves David profile: prevent a crash when line number is unknown stable
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Mon, 21 Feb 2022 12:36:57 -0700 Gregory Szorc statprof: remove superfluous sys.version_info check
Tue, 01 Mar 2022 20:52:32 -0800 Gregory Szorc py3: replace pycompat.itervalues(x) with x.values()
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
Mon, 13 Dec 2021 19:34:06 -0500 Matt Harbison pytype: stop excluding statprof.py
Mon, 13 Dec 2021 17:59:36 -0500 Matt Harbison statprof: convert a few exception byte strings to str
Wed, 02 Dec 2020 12:33:51 -0800 Kyle Lippincott statprof: separate functions and "line", assume 4 digit line numbers
Wed, 02 Dec 2020 15:38:05 -0800 Kyle Lippincott statprof: fix off-by-one-line error in output
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
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
Wed, 06 Nov 2019 14:19:05 -0500 Augie Fackler statprof: correctly always pass a str as the thread name
Mon, 07 Oct 2019 00:04:04 -0400 Gregory Szorc py3: finish porting iteritems() to pycompat and remove source transformer
Sun, 06 Oct 2019 17:59:15 -0400 Gregory Szorc py3: define and use pycompat.itervalues()
Sun, 06 Oct 2019 16:39:13 -0400 Gregory Szorc py3: stop injecting pycompat.hasattr into modules