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

age author description
Thu, 21 Nov 2024 11:46:10 -0500 Matt Harbison setup: require TLS 1.2 support from the Python interpreter (BC)
Mon, 11 Nov 2024 21:25:03 -0500 Matt Harbison sslutil: bump the default minimum TLS version of the client to 1.2 (BC)
Mon, 21 Dec 2020 20:21:46 -0500 Matt Harbison sslutil: add support for clients to set TLSv1.3 as the minimum protocol
Mon, 11 Nov 2024 12:32:04 -0500 Matt Harbison sslutil: drop the unused `commonssloptions()`
Wed, 20 Nov 2024 16:31:40 -0500 Matt Harbison sslutil: de-indent the Python 3.7+ code from the previous commit
Fri, 08 Nov 2024 19:48:06 -0500 Matt Harbison sslutil: drop support for Python prior to 3.7
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Thu, 18 Jul 2024 12:36:12 +0200 Rapha?l Gom?s black: format the codebase with 23.3.0
Tue, 23 Jul 2024 10:02:46 +0200 Rapha?l Gom?s Backout accidental publication of a large range of revisions
Thu, 18 Jul 2024 12:36:12 +0200 Rapha?l Gom?s black: format the codebase with 23.3.0
Tue, 19 Dec 2023 21:27:49 +0100 Pierre-Yves David pytype: ignore certifi import error
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Thu, 31 Aug 2023 23:56:15 +0200 Pierre-Yves David safehasattr: drop usage in favor of hasattr
Thu, 02 Feb 2023 17:36:15 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes