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
|
Fri, 28 Dec 2018 12:51:47 -0800 |
Kyle Lippincott |
procutil: correct spelling of uninterruptable -> uninterruptible
|
Fri, 23 Nov 2018 22:27:57 -0500 |
Matt Harbison |
procutil: don't allow the main 'hg' script to be treated as the Windows exe
|
Tue, 06 Nov 2018 11:54:15 +0100 |
Boris Feld |
procutil: import concerns about creationflags on Windows from D1701
|
Tue, 16 Oct 2018 14:42:57 -0400 |
Augie Fackler |
procutil: port over windows encoding fixes from logtoprocess
|
Wed, 03 Oct 2018 14:01:04 -0400 |
Augie Fackler |
remotefilelog: transplant runbgcommand to procutil
|
Wed, 26 Sep 2018 08:46:56 -0700 |
Gregory Szorc |
merge with stable
|
Tue, 25 Sep 2018 23:25:36 -0400 |
Matt Harbison |
py3: remove a couple of superfluous calls to pycompat.rapply()
|
Sun, 23 Sep 2018 00:47:04 -0400 |
Matt Harbison |
py3: convert arguments, cwd and env to native strings when spawning subprocess
|
Wed, 26 Sep 2018 20:53:59 +0900 |
Yuya Nishihara |
procutil: compare fd number to see if stdio protection is needed (issue5992)
stable
|
Sat, 15 Sep 2018 13:31:41 -0400 |
Matt Harbison |
py3: partially fix pager spawning on Windows
|
Wed, 27 Jun 2018 10:47:14 -0400 |
Augie Fackler |
ui: add an uninterruptable context manager that can block SIGINT
|
Tue, 03 Jul 2018 12:22:37 -0400 |
Augie Fackler |
merge with stable
|
Thu, 28 Jun 2018 22:23:08 -0400 |
Matt Harbison |
procutil: add a shim for translating shell commands to native commands
|
Mon, 25 Jun 2018 16:36:14 +0200 |
Sune Foldager |
procutil: use unbuffered stdout on Windows
stable 4.6.2
|
Mon, 25 Jun 2018 16:36:14 +0200 |
Sune Foldager |
procutil: use unbuffered stdout on Windows
|
Sat, 26 May 2018 12:14:04 +0900 |
Yuya Nishihara |
py3: wrap tempfile.mkstemp() to use bytes path
|
Sat, 07 Apr 2018 21:26:37 +0900 |
Yuya Nishihara |
procutil: drop unused 'newlines' option from popen*() (API)
|
Sat, 07 Apr 2018 21:23:42 +0900 |
Yuya Nishihara |
procutil: make explainexit() simply return a message (API)
|
Sat, 07 Apr 2018 21:21:03 +0900 |
Yuya Nishihara |
procutil: do not convert return code of signal exit to positive number (API)
|
Sat, 07 Apr 2018 21:17:50 +0900 |
Yuya Nishihara |
procutil: fix error message of tempfile filter
|
Sat, 07 Apr 2018 21:14:16 +0900 |
Yuya Nishihara |
procutil: unify platform.explainexit()
|
Sat, 07 Apr 2018 21:09:21 +0900 |
Yuya Nishihara |
procutil: rewrite popen() as a subprocess.Popen wrapper (issue4746) (API)
|
Sun, 25 Mar 2018 12:15:33 +0900 |
Yuya Nishihara |
procutil: redirect ui.fout to stderr while stdio is protected
|
Sun, 25 Mar 2018 12:07:18 +0900 |
Yuya Nishihara |
procutil: unroll uin/uout loop in protectstdio()
|
Sun, 25 Mar 2018 11:58:05 +0900 |
Yuya Nishihara |
procutil: introduce context-manager interface for protect/restorestdio
|
Sun, 25 Mar 2018 11:40:30 +0900 |
Yuya Nishihara |
procutil: move protectio/restoreio from commandserver
|
Sat, 24 Mar 2018 13:38:04 +0900 |
Yuya Nishihara |
procutil: move process/executable management functions to new module
base
mercurial/util.py@c3b4c33f409a
|