log mercurial/utils/procutil.py @ 51700:7f0cb9ee0534

age author description
Tue, 23 Jul 2024 10:02:46 +0200 Raphaël Gomès Backout accidental publication of a large range of revisions
Thu, 18 Jul 2024 12:36:12 +0200 Raphaël Gomès black: format the codebase with 23.3.0
Sat, 02 Dec 2023 15:10:28 -0300 Anton Shestakov procutil: move stdin assignment outside of try-finally block stable
Thu, 03 Aug 2023 02:32:28 +0200 Jean-Francois Pieronne openvms: make process spawning works on OpenVMS
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Thu, 15 Dec 2022 18:02:55 -0500 Matt Harbison typing: add type hints to mercurial/win32.py
Fri, 25 Nov 2022 18:39:47 -0500 Matt Harbison pytype: stop excluding mercurial/ui.py
Mon, 11 Jul 2022 01:51:20 +0200 Manuel Jacob procutil: make stream detection in make_line_buffered more correct and strict stable 6.2
Tue, 19 Apr 2022 10:53:58 -0400 Matt Harbison merge with stable
Wed, 13 Apr 2022 14:46:22 -0400 Matt Harbison procutil: avoid `+= None` when writing to full std{err,out} descriptor on py3 stable
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
Mon, 21 Feb 2022 10:52:27 -0700 Gregory Szorc procutil: delete Python 2 support code
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Tue, 14 Dec 2021 17:29:30 -0500 Matt Harbison procutil: avoid an uninitialized variable usage on tempfile exception
Tue, 14 Dec 2021 17:25:46 -0500 Matt Harbison pytype: stop excluding procutil.py
Sun, 13 Sep 2020 22:14:25 -0400 Valentin Gatien-Baron procutil: avoid using os.fork() to implement runbgcommand
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Fri, 12 Mar 2021 17:22:35 -0500 Matt Harbison typing: disable a few errors when accessing Windows specific attributes stable
Thu, 04 Feb 2021 19:56:45 +0900 Yuya Nishihara procutil: extend gui test to detect wayland session (issue6479) stable
Fri, 18 Dec 2020 20:09:11 +0900 Yuya Nishihara procutil: assign pseudo file object if sys.stdout/stderr is missing
Sat, 19 Dec 2020 11:10:18 +0900 Yuya Nishihara procutil: introduce pseudo file object that just raises EBADF
Thu, 10 Dec 2020 14:03:46 +0530 Pulkit Goyal procutil: don't assign stdin to None, use os.devnull instead
Wed, 02 Dec 2020 13:55:17 +0530 Pulkit Goyal procutils: don't try to get `.buffer` if sys.stdin is None
Thu, 03 Dec 2020 14:15:39 -0500 Augie Fackler merge with stable
Tue, 01 Dec 2020 01:18:21 -0500 Augie Fackler procutil: use rapply(tonativestr, ...) to preserve lists when they come in stable
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Tue, 17 Nov 2020 19:29:08 +0900 Yuya Nishihara chgserver: backport py3 buffered I/O workarounds from procutil
Wed, 14 Oct 2020 17:52:18 +0200 Pierre-Yves David procutil: allow to specify arbitrary stdin bytes to runbgcommand
Fri, 17 Jul 2020 03:28:52 +0200 Manuel Jacob windows: always work around EINVAL in case of broken pipe for stdout / stderr