Thu, 06 Feb 2025 20:43:34 -0500 |
Matt Harbison |
lint: add comments for disabling unused import warnings where appropriate
|
Mon, 06 Jan 2025 14:15:40 -0500 |
Matt Harbison |
py3: drop redundant `u''` prefixes on string literals
|
Sat, 26 Oct 2024 00:58:01 +0200 |
Pierre-Yves David |
branching: merge stable into default
|
Thu, 24 Oct 2024 15:23:52 +0200 |
Rapha?l Gom?s |
py-3-13: stabilize the docstring output across all supported Python versions
|
Fri, 25 Oct 2024 23:54:24 +0200 |
Pierre-Yves David |
docstring: backed out changeset 51057ab0dffa
stable
|
Thu, 24 Oct 2024 15:23:52 +0200 |
Rapha?l Gom?s |
py-3-13: stabilize the docstring output across all supported Python versions
stable
|
Mon, 16 Sep 2024 15:36:44 +0200 |
Matt Harbison |
typing: add `from __future__ import annotations` to most files
|
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):
|
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
|