tests/test-stdio.py
Tue, 31 May 2022 02:19:07 +0200 Manuel Jacob tests: remove Python 2 special cases in test-stdio.py
Sun, 29 May 2022 15:43:21 +0200 Manuel Jacob py3: remove dead code to make file descriptors non-inheritable
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Tue, 01 Mar 2022 20:29:03 -0800 Gregory Szorc py3: use pickle directly
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
less more (0) tip