Fri, 02 Jul 2021 23:09:44 +0200 |
Pierre-Yves David |
run-tests: stop writing a `python3` symlink pointing to python2
|
Fri, 06 Nov 2020 13:58:59 -0800 |
Gregory Szorc |
global: use python3 in shebangs
|
Fri, 17 Jul 2020 03:28:52 +0200 |
Manuel Jacob |
windows: always work around EINVAL in case of broken pipe for stdout / stderr
|
Fri, 17 Jul 2020 00:37:33 +0200 |
Manuel Jacob |
tests: make pipes / PTYs non-inheritable in test-stdio.py
|
Thu, 09 Jul 2020 12:52:04 +0200 |
Manuel Jacob |
procutil: avoid use of deprecated tempfile.mktemp()
|
Thu, 09 Jul 2020 12:52:04 +0200 |
Manuel Jacob |
tests: check that procutil.std{out,err}.write() returns correct result
|
Thu, 09 Jul 2020 12:52:42 +0200 |
Manuel Jacob |
tests: add tests for when stdout or stderr is connected to `os.devnull`
|
Fri, 10 Jul 2020 12:27:58 +0200 |
Manuel Jacob |
procutil: ensure that procutil.std{out,err}.write() writes all bytes
|
Tue, 07 Jul 2020 12:13:40 +0200 |
Manuel Jacob |
tests: make subprocess handling reusable for different tests in test-stdio.py
|
Sat, 11 Jul 2020 06:03:22 +0200 |
Manuel Jacob |
procutil: back out 8403cc54bc83 (make ....procutil.stderr unbuffered)
|
Tue, 07 Jul 2020 11:10:07 +0200 |
Manuel Jacob |
tests: make names in test-stdio.py more distinctive
|
Tue, 07 Jul 2020 12:35:29 +0200 |
Manuel Jacob |
tests: terminate subprocess in test-stdio.py in case of exception
|
Tue, 07 Jul 2020 11:06:37 +0200 |
Manuel Jacob |
tests: proof test-stdio.py against buffer fill-up
|
Sun, 05 Jul 2020 13:09:22 +0200 |
Manuel Jacob |
procutil: make mercurial.utils.procutil.stderr unbuffered
|
Sun, 05 Jul 2020 13:05:06 +0200 |
Manuel Jacob |
tests: generalize common test case code in test-stdio.py
|
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 10:47:04 +0200 |
Manuel Jacob |
tests: add tests for buffering behavior of mercurial.utils.procutil.stdout
|