Fri, 17 Jul 2020 03:28:52 +0200 |
Manuel Jacob |
windows: always work around EINVAL in case of broken pipe for stdout / stderr
|
file |
diff |
annotate
|
Wed, 15 Jul 2020 15:09:21 +0200 |
Manuel Jacob |
procutil: make _make_write_all() function private
|
file |
diff |
annotate
|
Fri, 10 Jul 2020 12:27:58 +0200 |
Manuel Jacob |
procutil: ensure that procutil.std{out,err}.write() writes all bytes
|
file |
diff |
annotate
|
Sat, 11 Jul 2020 07:47:04 +0200 |
Manuel Jacob |
procutil: move assignments
|
file |
diff |
annotate
|
Fri, 10 Jul 2020 10:12:04 +0200 |
Manuel Jacob |
procutil: distribute code for stdout
|
file |
diff |
annotate
|
Fri, 10 Jul 2020 10:12:56 +0200 |
Manuel Jacob |
procutil: move comment closer to relevant code
|
file |
diff |
annotate
|
Fri, 10 Jul 2020 10:03:05 +0200 |
Manuel Jacob |
procutil: use mercurial.windows.winstdout only on Python 2 and TTYs
|
file |
diff |
annotate
|
Fri, 10 Jul 2020 09:59:36 +0200 |
Manuel Jacob |
procutil: split if condition
|
file |
diff |
annotate
|
Fri, 10 Jul 2020 09:55:38 +0200 |
Manuel Jacob |
procutil: explain better why line buffering is not possible
|
file |
diff |
annotate
|
Sat, 11 Jul 2020 06:03:22 +0200 |
Manuel Jacob |
procutil: back out 8403cc54bc83 (make ....procutil.stderr unbuffered)
|
file |
diff |
annotate
|
Mon, 06 Jul 2020 17:51:18 +0200 |
Manuel Jacob |
pycompat: remove pycompat.{stdin,stdout,stderr}
|
file |
diff |
annotate
|
Sun, 05 Jul 2020 13:09:22 +0200 |
Manuel Jacob |
procutil: make mercurial.utils.procutil.stderr unbuffered
|
file |
diff |
annotate
|
Sat, 04 Jul 2020 11:41:39 +0200 |
Manuel Jacob |
procutil: make stdout line-buffered on Windows if connected to TTY
|
file |
diff |
annotate
|
Sat, 04 Jul 2020 11:21:44 +0200 |
Manuel Jacob |
procutil: split import and reassignment
|
file |
diff |
annotate
|
Sat, 04 Jul 2020 11:15:58 +0200 |
Manuel Jacob |
procutil: move assignments closer to reassignments
|
file |
diff |
annotate
|
Sat, 04 Jul 2020 12:15:41 +0200 |
Manuel Jacob |
procutil: factor out conditional creation of LineBufferedWrapper
|
file |
diff |
annotate
|
Thu, 02 Jul 2020 04:37:18 +0200 |
Manuel Jacob |
procutil: define LineBufferedWrapper on all Python versions
|
file |
diff |
annotate
|
Thu, 25 Jun 2020 10:32:51 -0700 |
Martin von Zweigbergk |
merge with stable
|
file |
diff |
annotate
|
Thu, 25 Jun 2020 00:06:23 -0700 |
Martin von Zweigbergk |
procutil: make recent fix for zombies compatible with py2
stable
|
file |
diff |
annotate
|
Mon, 15 Jun 2020 12:00:15 -0400 |
Augie Fackler |
merge with stable
|
file |
diff |
annotate
|
Wed, 10 Jun 2020 13:02:39 +0200 |
Manuel Jacob |
py3: make stdout line-buffered if connected to a TTY
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Fri, 29 May 2020 03:56:07 +0200 |
Manuel Jacob |
cleanup: eliminate procutil.quotecommand()
|
file |
diff |
annotate
|
Fri, 08 May 2020 01:19:48 +0200 |
Raphaël Gomès |
formatting: add missing newline
stable
|
file |
diff |
annotate
|
Thu, 07 May 2020 03:14:52 -0700 |
Rodrigo Damazio Bovendorp |
procutil: always waiting on child processes to prevent zombies with 'hg serve'
stable
|
file |
diff |
annotate
|
Thu, 05 Dec 2019 16:19:16 -0500 |
Augie Fackler |
procutil: try and avoid angering CoreFoundation on macOS
|
file |
diff |
annotate
|
Fri, 13 Dec 2019 09:43:43 -0800 |
Martin von Zweigbergk |
merge with stable
|
file |
diff |
annotate
|
Mon, 09 Dec 2019 09:53:43 +0100 |
Pierre-Yves David |
procutil: add a option to not fully detach background process
stable
|
file |
diff |
annotate
|
Sun, 01 Dec 2019 18:46:10 -0500 |
Matt Harbison |
cleanup: fix docstring formatting
|
file |
diff |
annotate
|
Thu, 14 Nov 2019 11:52:22 -0800 |
Martin von Zweigbergk |
procutil: move mainfrozen() to new resourceutil.py
|
file |
diff |
annotate
|
Thu, 14 Nov 2019 14:14:11 -0800 |
Martin von Zweigbergk |
py3: use native string for 'macosx_app'
|
file |
diff |
annotate
|
Thu, 14 Nov 2019 14:07:36 -0800 |
Martin von Zweigbergk |
py3: drop an unnecessary fsencode() before comparing with constant
|
file |
diff |
annotate
|
Thu, 14 Nov 2019 14:03:02 -0800 |
Martin von Zweigbergk |
py3: use native string as fallback value for __file__ for consistency
|
file |
diff |
annotate
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
file |
diff |
annotate
|
Thu, 07 Nov 2019 13:18:19 -0500 |
Augie Fackler |
cleanup: remove pointless r-prefixes on double-quoted strings
|
file |
diff |
annotate
|
Wed, 06 Nov 2019 15:12:46 -0500 |
Augie Fackler |
procutil: suppress pytype warnings around windows-only attributes
|
file |
diff |
annotate
|
Thu, 10 Oct 2019 16:00:02 +0200 |
Denis Laxalde |
py3: keep stdout as defined by pycompat in procutil
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 20:17:41 -0700 |
Martin von Zweigbergk |
py3: delete b'' prefix from safehasattr arguments
|
file |
diff |
annotate
|
Mon, 07 Oct 2019 00:04:04 -0400 |
Gregory Szorc |
py3: finish porting iteritems() to pycompat and remove source transformer
|
file |
diff |
annotate
|
Wed, 02 Oct 2019 07:35:22 +0900 |
Yuya Nishihara |
patchbomb: use procutil.shellquote() instead of shlex to escape email address
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 16:55:18 -0400 |
Gregory Szorc |
py3: manually import getattr where it is needed
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 13:28:56 -0400 |
Gregory Szorc |
py3: manually import pycompat.open into files that need it
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
file |
diff |
annotate
|
Mon, 30 Sep 2019 00:01:58 +0200 |
Floris Bruynooghe |
patchbomb: protect email addresses from shell
|
file |
diff |
annotate
|
Thu, 05 Sep 2019 16:32:33 -0700 |
Martin von Zweigbergk |
py3: drop incorrect fsencode(findexe(...)) in procutil
|
file |
diff |
annotate
|
Sun, 01 Sep 2019 23:43:59 -0700 |
Martin von Zweigbergk |
py3: use pycompat.sysargv[0] for instead of fsencode(sys.argv[0])
|
file |
diff |
annotate
|
Thu, 29 Aug 2019 23:38:24 -0700 |
Martin von Zweigbergk |
py3: convert hg executable path to bytes in missing case in procutil
|
file |
diff |
annotate
|
Tue, 18 Jun 2019 09:43:27 -0400 |
Augie Fackler |
procutil: allow callers of runbgcommand to assume the process starts
|
file |
diff |
annotate
|
Sat, 02 Mar 2019 12:51:55 -0800 |
Gregory Szorc |
procutil: use a raw string for module name
|
file |
diff |
annotate
|
Wed, 26 Sep 2018 21:29:13 +0900 |
Yuya Nishihara |
ui: move protectedstdio() context manager from procutil
|
file |
diff |
annotate
|
Fri, 28 Dec 2018 12:51:47 -0800 |
Kyle Lippincott |
procutil: correct spelling of uninterruptable -> uninterruptible
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 06 Nov 2018 11:54:15 +0100 |
Boris Feld |
procutil: import concerns about creationflags on Windows from D1701
|
file |
diff |
annotate
|
Tue, 16 Oct 2018 14:42:57 -0400 |
Augie Fackler |
procutil: port over windows encoding fixes from logtoprocess
|
file |
diff |
annotate
|
Wed, 03 Oct 2018 14:01:04 -0400 |
Augie Fackler |
remotefilelog: transplant runbgcommand to procutil
|
file |
diff |
annotate
|
Wed, 26 Sep 2018 08:46:56 -0700 |
Gregory Szorc |
merge with stable
|
file |
diff |
annotate
|
Tue, 25 Sep 2018 23:25:36 -0400 |
Matt Harbison |
py3: remove a couple of superfluous calls to pycompat.rapply()
|
file |
diff |
annotate
|
Sun, 23 Sep 2018 00:47:04 -0400 |
Matt Harbison |
py3: convert arguments, cwd and env to native strings when spawning subprocess
|
file |
diff |
annotate
|
Wed, 26 Sep 2018 20:53:59 +0900 |
Yuya Nishihara |
procutil: compare fd number to see if stdio protection is needed (issue5992)
stable
|
file |
diff |
annotate
|