log mercurial/worker.py @ 53040:cdd7bf612c7b stable tip

age author description
Sat, 26 Oct 2024 23:33:19 +0200 Pierre-Yves David branching: merge stable into default
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Fri, 25 Oct 2024 00:46:22 +0200 Pierre-Yves David pycompat: ignore the fork + thread warning for now stable
Thu, 03 Aug 2023 02:30:57 +0200 Jean-Francois Pieronne openvms: consider worker costly on OpenVMS
Fri, 06 Jan 2023 15:17:14 +0000 Arseniy Alekseyev worker: avoid reading 1 byte at a time from the OS pipe
Tue, 18 Oct 2022 13:56:45 -0400 Matt Harbison lfs: avoid closing connections when the worker doesn't fork stable
Tue, 31 May 2022 23:45:33 +0200 Manuel Jacob py3: catch ProcessLookupError instead of checking errno == ESRCH