log mercurial/utils/procutil.py @ 44919:065704cbdbdb stable 5.4.1

age author description
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
Mon, 07 Oct 2019 00:04:04 -0400 Gregory Szorc py3: finish porting iteritems() to pycompat and remove source transformer
Wed, 02 Oct 2019 07:35:22 +0900 Yuya Nishihara patchbomb: use procutil.shellquote() instead of shlex to escape email address
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
Sun, 06 Oct 2019 13:28:56 -0400 Gregory Szorc py3: manually import pycompat.open into files that need it
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Mon, 30 Sep 2019 00:01:58 +0200 Floris Bruynooghe patchbomb: protect email addresses from shell
Thu, 05 Sep 2019 16:32:33 -0700 Martin von Zweigbergk py3: drop incorrect fsencode(findexe(...)) in procutil
Sun, 01 Sep 2019 23:43:59 -0700 Martin von Zweigbergk py3: use pycompat.sysargv[0] for instead of fsencode(sys.argv[0])
Thu, 29 Aug 2019 23:38:24 -0700 Martin von Zweigbergk py3: convert hg executable path to bytes in missing case in procutil
Tue, 18 Jun 2019 09:43:27 -0400 Augie Fackler procutil: allow callers of runbgcommand to assume the process starts
Sat, 02 Mar 2019 12:51:55 -0800 Gregory Szorc procutil: use a raw string for module name
Wed, 26 Sep 2018 21:29:13 +0900 Yuya Nishihara ui: move protectedstdio() context manager from procutil