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
*
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
*
Merged revisions 78830 via svnmerge from
Florent Xicluna
2010-03-11
1
-1/+1
*
Merged revisions 78736,78759,78761,78767,78788-78789 via svnmerge from
Florent Xicluna
2010-03-08
1
-36/+43
*
Merged revisions 78721 via svnmerge from
Florent Xicluna
2010-03-06
1
-3/+5
*
Merged revisions 78704 via svnmerge from
Florent Xicluna
2010-03-06
1
-2/+4
*
Merged revisions 78701 via svnmerge from
Florent Xicluna
2010-03-05
1
-3/+6
*
Merged revisions 78673 via svnmerge from
Florent Xicluna
2010-03-05
1
-5/+4
*
Remove some debug line...
Florent Xicluna
2010-03-05
1
-1/+0
*
Merged revisions 78671 via svnmerge from
Florent Xicluna
2010-03-05
1
-2/+14
*
Merged revisions 78661-78662 via svnmerge from
Florent Xicluna
2010-03-04
1
-10/+24
*
Merged revisions 78532 via svnmerge from
Gregory P. Smith
2010-03-01
1
-0/+1
*
Merged revisions 78523 via svnmerge from
Gregory P. Smith
2010-03-01
1
-1/+21
*
Recorded merge of revisions 78508-78509 via svnmerge from
Florent Xicluna
2010-02-27
1
-332/+309
*
Merged revisions 78136 via svnmerge from
Ezio Melotti
2010-02-18
1
-4/+16
*
use assert[Not]In where appropriate
Benjamin Peterson
2010-01-19
1
-3/+3
[next]