mercurial/utils/procutil.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
Wed, 15 Jul 2020 15:09:21 +0200 Manuel Jacob procutil: make _make_write_all() function private
Fri, 10 Jul 2020 12:27:58 +0200 Manuel Jacob procutil: ensure that procutil.std{out,err}.write() writes all bytes
Sat, 11 Jul 2020 07:47:04 +0200 Manuel Jacob procutil: move assignments
Fri, 10 Jul 2020 10:12:04 +0200 Manuel Jacob procutil: distribute code for stdout
Fri, 10 Jul 2020 10:12:56 +0200 Manuel Jacob procutil: move comment closer to relevant code
Fri, 10 Jul 2020 10:03:05 +0200 Manuel Jacob procutil: use mercurial.windows.winstdout only on Python 2 and TTYs
Fri, 10 Jul 2020 09:59:36 +0200 Manuel Jacob procutil: split if condition
Fri, 10 Jul 2020 09:55:38 +0200 Manuel Jacob procutil: explain better why line buffering is not possible
Sat, 11 Jul 2020 06:03:22 +0200 Manuel Jacob procutil: back out 8403cc54bc83 (make ....procutil.stderr unbuffered)
Mon, 06 Jul 2020 17:51:18 +0200 Manuel Jacob pycompat: remove pycompat.{stdin,stdout,stderr}
Sun, 05 Jul 2020 13:09:22 +0200 Manuel Jacob procutil: make mercurial.utils.procutil.stderr unbuffered
Sat, 04 Jul 2020 11:41:39 +0200 Manuel Jacob procutil: make stdout line-buffered on Windows if connected to TTY
Sat, 04 Jul 2020 11:21:44 +0200 Manuel Jacob procutil: split import and reassignment
Sat, 04 Jul 2020 11:15:58 +0200 Manuel Jacob procutil: move assignments closer to reassignments
Sat, 04 Jul 2020 12:15:41 +0200 Manuel Jacob procutil: factor out conditional creation of LineBufferedWrapper
Thu, 02 Jul 2020 04:37:18 +0200 Manuel Jacob procutil: define LineBufferedWrapper on all Python versions
Thu, 25 Jun 2020 10:32:51 -0700 Martin von Zweigbergk merge with stable
Thu, 25 Jun 2020 00:06:23 -0700 Martin von Zweigbergk procutil: make recent fix for zombies compatible with py2 stable
Mon, 15 Jun 2020 12:00:15 -0400 Augie Fackler merge with stable
Wed, 10 Jun 2020 13:02:39 +0200 Manuel Jacob py3: make stdout line-buffered if connected to a TTY
Fri, 05 Jun 2020 06:40:15 +0200 Manuel Jacob py3: update comment to account for Python 2 and Python 3 differences stable 5.4.1
Fri, 29 May 2020 03:56:07 +0200 Manuel Jacob cleanup: eliminate procutil.quotecommand()
Fri, 08 May 2020 01:19:48 +0200 Raphaël Gomès formatting: add missing newline stable
Thu, 07 May 2020 03:14:52 -0700 Rodrigo Damazio Bovendorp procutil: always waiting on child processes to prevent zombies with 'hg serve' stable
Thu, 05 Dec 2019 16:19:16 -0500 Augie Fackler procutil: try and avoid angering CoreFoundation on macOS
Fri, 13 Dec 2019 09:43:43 -0800 Martin von Zweigbergk merge with stable
Mon, 09 Dec 2019 09:53:43 +0100 Pierre-Yves David procutil: add a option to not fully detach background process stable
Sun, 01 Dec 2019 18:46:10 -0500 Matt Harbison cleanup: fix docstring formatting
Thu, 14 Nov 2019 11:52:22 -0800 Martin von Zweigbergk procutil: move mainfrozen() to new resourceutil.py
Thu, 14 Nov 2019 14:14:11 -0800 Martin von Zweigbergk py3: use native string for 'macosx_app'
Thu, 14 Nov 2019 14:07:36 -0800 Martin von Zweigbergk py3: drop an unnecessary fsencode() before comparing with constant
Thu, 14 Nov 2019 14:03:02 -0800 Martin von Zweigbergk py3: use native string as fallback value for __file__ for consistency
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Thu, 07 Nov 2019 13:18:19 -0500 Augie Fackler cleanup: remove pointless r-prefixes on double-quoted strings
Wed, 06 Nov 2019 15:12:46 -0500 Augie Fackler procutil: suppress pytype warnings around windows-only attributes
Thu, 10 Oct 2019 16:00:02 +0200 Denis Laxalde py3: keep stdout as defined by pycompat in procutil
Sun, 06 Oct 2019 20:17:41 -0700 Martin von Zweigbergk py3: delete b'' prefix from safehasattr arguments
less more (0) -60 tip