log mercurial/mail.py @ 53042: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
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Wed, 01 Mar 2023 12:38:36 -0500 Matt Harbison mail: unbyteify the SMTPException message
Wed, 01 Mar 2023 12:37:05 -0500 Matt Harbison mail: add a missing argument to properly override starttls
Mon, 02 Dec 2019 14:45:00 +0100 Julien Cristau mail: don't complain about a multi-word email.method
Mon, 21 Feb 2022 10:20:48 -0700 Gregory Szorc mail: delete conditional code for Python 2
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Fri, 30 Apr 2021 16:13:02 -0700 Kyle Lippincott black: make codebase compatible with black v21.4b2 and v20.8b1 stable
Tue, 20 Apr 2021 23:31:36 -0400 Matt Harbison mail: add a TODO about proper mbox locking stable