log mercurial/pycompat.py @ 51858:2fd44b3dcc33 default tip

age author description
Thu, 11 Jan 2024 17:52:13 +0100 Raphaël Gomès branching: merge stable into default
Wed, 03 Jan 2024 18:33:39 +0100 Georges Racinet pycompat: fix bytestr(bytes) in Python 3.11 stable
Wed, 08 Nov 2023 22:27:32 +0100 Pierre-Yves David cleanup: drop the `bytes` compatibility for attribute related function
Thu, 08 Dec 2022 15:57:42 +0100 Pierre-Yves David pycompat: deprecate using bytes
Tue, 21 Feb 2023 13:26:07 -0500 Matt Harbison typing: add the return type hint to pycompat.rangelist()
Tue, 21 Feb 2023 13:24:12 -0500 Matt Harbison typing: add type hints to pycompat.maplist()
Sun, 19 Feb 2023 00:04:53 -0500 Matt Harbison typing: disable `signature-mismatch` warnings on a few bytestr functions
Thu, 15 Dec 2022 01:05:27 -0500 Matt Harbison typing: add type hints to most mercurial/pycompat.py functions
Wed, 14 Dec 2022 01:51:33 -0500 Matt Harbison typing: add type hints to pycompat.bytestr
Wed, 14 Dec 2022 01:38:52 -0500 Matt Harbison pycompat: explicitly prefix builtin attr usage with `builtins.`
Wed, 14 Dec 2022 01:32:03 -0500 Matt Harbison typing: add type hints to global variables in mercurial/pycompat.py
Tue, 29 Mar 2022 23:34:18 -0400 Matt Harbison pycompat: drop the pickle import
Tue, 08 Mar 2022 19:11:03 -0800 Gregory Szorc pycompat: remove json.loads polyfill for Python 3.5
Tue, 08 Mar 2022 19:10:19 -0800 Gregory Szorc pycompat: remove check for Python >= 3.6
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):