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

age author description
Sun, 05 Jan 2025 21:03:17 -0500 Matt Harbison pyupgrade: drop usage of py3 aliases for `OSError`
Thu, 05 Dec 2024 15:16:43 +0000 Arseniy Alekseyev rhg: set group-writable checkisexec file permissions in Python
Wed, 04 Dec 2024 20:52:05 -0500 Matt Harbison posix: (mostly) stop using the `pycompat.open()` shim
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Fri, 06 Sep 2024 02:12:19 +0200 Pierre-Yves David brancing: merge stable into default
Sat, 10 Aug 2024 14:18:44 -0400 Matt Harbison typing: fix the hint for the `mode` argument of `platform.copymode()`
Tue, 06 Aug 2024 18:23:59 +0200 Manuel Jacob typing: fix type annotation stable
Fri, 19 Jul 2024 16:38:53 -0400 Matt Harbison typing: avoid some useless @overload definitions in `mercurial.util`
Thu, 18 Jul 2024 19:57:42 -0400 Matt Harbison typing: add type hints to `mercurial.dirstatemap`
Wed, 10 Jul 2024 18:05:40 -0400 Matt Harbison typing: add a trivial type hint to `mercurial/posix.py` to avoid an @overload
Wed, 20 Dec 2023 12:51:20 +0100 Pierre-Yves David pytype: import typing directly
Thu, 03 Aug 2023 02:34:17 +0200 Jean-Francois Pieronne openvms: mark symlink as unsupported on OpenVMS
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Wed, 11 Jan 2023 19:53:58 +0000 Arseniy Alekseyev doc: add a few comments
Fri, 16 Dec 2022 22:24:05 -0500 Matt Harbison typing: attempt to remove @overloads in the platform module for stdlib methods