mercurial/pycompat.py
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):
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
Mon, 08 Mar 2021 12:28:53 -0500 Matt Harbison pycompat: fix a bytes vs str issue in `unnamedtempfile()` stable
Mon, 28 Dec 2020 01:40:08 +0100 Joerg Sonnenberger pycompat: fix typos
Wed, 14 Oct 2020 17:51:56 +0200 Pierre-Yves David pycompat: add an entry for unnamedtmpfile
Wed, 14 Oct 2020 21:47:14 +0200 Pierre-Yves David pycompat: update comment about unnamedtempfile
Mon, 06 Jul 2020 17:51:18 +0200 Manuel Jacob pycompat: remove pycompat.{stdin,stdout,stderr}
Sun, 28 Jun 2020 17:52:29 +0200 Manuel Jacob compat: back out a25343d16ebe (initialize LC_CTYPE locale on all Python ...)
Fri, 26 Jun 2020 04:07:50 +0200 Manuel Jacob compat: initialize LC_CTYPE locale on all Python versions and platforms
Wed, 24 Jun 2020 14:44:21 +0200 Manuel Jacob pycompat: use os.fsencode() to re-encode sys.argv
less more (0) -100 -50 -30 tip