log mercurial/pycompat.py @ 49803:55d45d0de4e7

age author description
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):
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Sun, 20 Feb 2022 15:03:26 -0700 Gregory Szorc py3: use io.BytesIO directly
Thu, 03 Mar 2022 07:59:42 -0800 Gregory Szorc pycompat: remove large Python 2 block
Wed, 02 Mar 2022 17:51:27 -0800 Gregory Szorc pycompat: remove first not ispy3 block
Wed, 02 Mar 2022 10:24:49 -0500 Augie Fackler cleanup: directly use concurrent.futures instead of via pycompat
Wed, 03 Nov 2021 12:35:57 +0100 Raphaël Gomès compat: don't rely on cpython-specific builtins manipulation
Tue, 21 Sep 2021 00:16:35 -0400 Matt Harbison typing: add a fake `__init__()` to bytestr to distract pytype
Thu, 19 Aug 2021 17:46:46 +0200 Pierre-Yves David template: FileNotFoundError is actually a built in exception stable