log mercurial/mail.py @ 53040:cdd7bf612c7b stable tip

age author description
Mon, 06 Jan 2025 01:39:53 -0500 Matt Harbison pyupgrade: primitive types directly where possible
Mon, 06 Jan 2025 14:15:40 -0500 Matt Harbison py3: drop redundant `u''` prefixes on string literals
Wed, 04 Dec 2024 20:53:31 -0500 Matt Harbison mail: 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
Wed, 20 Dec 2023 22:17:03 +0100 Pierre-Yves David pytype: drop the now useless assert
Tue, 19 Dec 2023 21:29:34 +0100 Pierre-Yves David pytype: move some type comment to proper annotation
Wed, 20 Dec 2023 12:51:20 +0100 Pierre-Yves David pytype: import typing directly