index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_subprocess.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 88484 via svnmerge from
Antoine Pitrou
2011-02-21
1
-7/+0
*
Add some more output
Antoine Pitrou
2011-01-03
1
-0/+3
*
Temporary debug output for intermittent failures in test_subprocess
Antoine Pitrou
2011-01-03
1
-0/+4
*
Add a subprocess test of remapping standard file descriptors (issue #1187).
Antoine Pitrou
2011-01-03
1
-0/+48
*
Issue #10806, issue #9905: Fix subprocess pipes when some of the standard
Antoine Pitrou
2011-01-03
1
-0/+52
*
test_subprocess: close pipes at the end of test_pipe_cloexec_real_tools()
Victor Stinner
2011-01-03
1
-0/+3
*
Issue #10763: subprocess.communicate() closes stdout and stderr if both are
Victor Stinner
2010-12-25
1
-14/+20
*
Fix "BytesWarning: str() on a bytes instance"
Gregory P. Smith
2010-12-14
1
-1/+2
*
Issue #1731717: Fixed the problem where subprocess.wait() could cause an
Gregory P. Smith
2010-12-14
1
-0/+10
*
Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest.
Gregory P. Smith
2010-12-14
1
-0/+31
*
issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from
Gregory P. Smith
2010-12-13
1
-0/+78
*
Get rid of the close_fds DeprecationWarning. Changes the default on a per
Gregory P. Smith
2010-12-13
1
-18/+1
*
refactor the warning test.
Gregory P. Smith
2010-12-04
1
-23/+11
*
issue7213 + issue2320: Cause a DeprecationWarning if the close_fds argument is
Gregory P. Smith
2010-12-04
1
-1/+31
*
Fix #10554. Added context manager support to Popen objects.
Brian Curtin
2010-12-03
1
-1/+43
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-6/+6
*
add filename to ENOENT message #4925
Benjamin Peterson
2010-11-20
1
-0/+1
*
Fix a number of ResourceWarnings on Windows due to open pipes.
Brian Curtin
2010-11-05
1
-0/+17
*
Add cleanups to stdout/stderr pipes to remove ResourceWarnings.
Brian Curtin
2010-11-05
1
-0/+16
*
close some more files
Benjamin Peterson
2010-10-31
1
-0/+7
*
test_subprocess: use surrogateescape error handler to write shell scripts
Victor Stinner
2010-10-16
1
-2/+2
*
test_subprocess doesn't need to C locale to test os.environb
Victor Stinner
2010-10-14
1
-3/+3
*
test_subprocess: use C locale to get ascii locale encoding
Victor Stinner
2010-10-14
1
-0/+4
*
Issue #9992: Remove PYTHONFSENCODING environment variable.
Victor Stinner
2010-10-13
1
-4/+0
*
Make _kill_process more robust under Windows too (see issue #8432)
Antoine Pitrou
2010-09-24
1
-20/+14
*
Try a more robust implementation of _kill_process
Antoine Pitrou
2010-09-20
1
-20/+14
*
Try to fix buildbot failure (#9902)
Antoine Pitrou
2010-09-20
1
-0/+4
*
Try to make signal-sending tests in test_subprocess more robust on slow machines
Antoine Pitrou
2010-09-19
1
-2/+4
*
Try to fix test_subprocess on "x86 debian parallel 3.x" buildbot
Antoine Pitrou
2010-09-19
1
-4/+4
*
Issue #9895: speed up test_subprocess
Antoine Pitrou
2010-09-18
1
-13/+32
*
Issue #9894: Do not hardcode ENOENT in test_subprocess.
Antoine Pitrou
2010-09-18
1
-1/+1
*
Fix #9588. Add sys.executable to two shell=True tests.
Brian Curtin
2010-08-13
1
-2/+3
*
#2304: fix incorporating Eric Smith's .format suggestion and tested on Ubuntu...
Tim Golden
2010-08-11
1
-1/+43
*
revert r83830, breaks tests on unixes
Benjamin Peterson
2010-08-08
1
-42/+0
*
Issue #2304: Add additional quotes when using cmd shell on Windows. Original ...
Tim Golden
2010-08-08
1
-0/+42
*
Issue #3210: Ensure stdio handles are closed if CreateProcess fails
Tim Golden
2010-08-06
1
-0/+20
*
Factor out stripping of interpreter debug output in test.support.strip_python...
Antoine Pitrou
2010-08-04
1
-1/+1
*
Workaround for issue 4047: in some configurations of
Ronald Oussoren
2010-07-23
1
-0/+15
*
Issue #9265: Incorrect name passed as arg[0] when shell=True
Stefan Krah
2010-07-19
1
-0/+19
*
Merged revisions 82075 via svnmerge from
Jean-Paul Calderone
2010-06-18
1
-2/+0
*
Issue #8780: Fix a regression introduced by r78946 in subprocess on Windows
Victor Stinner
2010-05-21
1
-0/+11
*
Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value.
Victor Stinner
2010-05-18
1
-0/+21
*
Issue #8603: Create a bytes version of os.environ for Unix
Victor Stinner
2010-05-06
1
-5/+3
*
Fix test_undecodable_env of test_subproces for non-ASCII directory
Victor Stinner
2010-04-23
1
-2/+6
*
Issue #8391: os.execvpe() and os.getenv() supports unicode with surrogates and
Victor Stinner
2010-04-23
1
-1/+23
*
Issue #8467: Pure Python implementation of subprocess encodes the error message
Victor Stinner
2010-04-23
1
-0/+19
*
Merged revisions 79344,79346,79350 via svnmerge from
Florent Xicluna
2010-03-27
1
-25/+16
*
* Fix a refleak when a preexec_fn was supplied (preexec_fn_args_tuple was not
Gregory P. Smith
2010-03-19
1
-0/+42
*
* Replaces the internals of the subprocess module from fork through exec on
Gregory P. Smith
2010-03-14
1
-6/+79
*
Merged revisions 78833 via svnmerge from
Florent Xicluna
2010-03-11
1
-1/+1
[next]