summaryrefslogtreecommitdiff
path: root/Lib/test/test_subprocess.py
Commit message (Expand)AuthorAgeFilesLines
* Backport r62724 from trunk. Fixes issue 2791. subprocess.Popen.communicateGregory P. Smith2008-06-011-0/+16
* Fix for bug #1634343: allow specifying empty arguments on WindowsPeter Astrand2007-01-131-0/+2
* No, the problem was actually because buildbot uses a StringIO inGustavo Niemeyer2006-09-061-6/+0
* Fixed bug #1531862: Do not close standard file descriptors in subprocess.Gustavo Niemeyer2006-09-061-0/+12
* Revert 51759 because it broke all the buildbotsNeal Norwitz2006-09-061-42/+0
* Backporting fix for bug #1531862, committed in 51758, into 2.5,Gustavo Niemeyer2006-09-061-0/+42
* Whitespace normalization.Tim Peters2006-08-021-1/+1
* [Patch #1520905] Attempt to suppress core file created by test_subprocess.py.Andrew M. Kuchling2006-08-011-2/+28
* Bug #1223937: CalledProcessError.errno -> CalledProcessError.returncode.Peter Astrand2006-07-141-1/+1
* Make it possible to run test_subprocess.py with Python 2.2, which lacks test_...Peter Astrand2006-07-101-3/+6
* Whitespace normalization.Tim Peters2006-06-301-4/+4
* Add new utility function, reap_children(), to test_support. This shouldNeal Norwitz2006-06-291-0/+11
* Make it possible to run test_subprocess.py on Python 2.2, which lacks test_su...Peter Astrand2006-06-221-1/+2
* Try to fix breakage caused by patch #1479181, r45850Neal Norwitz2006-05-021-2/+2
* SF #1479181: split open() and file() from being aliases for each other.Neal Norwitz2006-05-021-2/+2
* Whitespace normalization.Tim Peters2005-03-281-1/+1
* Tweak test_communicate_stderr so that it works when run under a pydebug build.Brett Cannon2005-03-051-1/+3
* Only run extensive subprocess tests if -usubprocess to regrtest is specified....Peter Astrand2005-03-031-3/+4
* Added three more testcases: Using communicate with only one ofPeter Astrand2005-03-031-0/+23
* New subprocess utility function: check_call. Closes #1071764.Peter Astrand2005-01-011-0/+16
* Raise TypeError if bufsize argument is not an integer. Patch 1071755, slightl...Peter Astrand2004-11-301-0/+11
* Remove tempfile after use in test_call_string.Peter Astrand2004-11-171-1/+2
* Use os.chdir/os.getcwd instead of os.path.realpath, to support Tru64Peter Astrand2004-11-121-1/+6
* Removed test_close_fds, because it's too unreliable. We simply cannotPeter Astrand2004-10-211-10/+0
* remove_stderr_debug_decorations(): Always try the substitution. ElseTim Peters2004-10-141-3/+1
* Don't spend quite as much time looking for leaks on Windows, whereFredrik Lundh2004-10-131-2/+4
* normalize case when comparing directory names (problem reported byFredrik Lundh2004-10-131-1/+2
* New helper remove_stderr_debug_decorations(). This test passes in aTim Peters2004-10-131-7/+24
* Kill several problems at once: test_poll() failed sometimes for me.Tim Peters2004-10-131-6/+11
* test_stdout_none(): Don't print "banana" to the screen in the middleTim Peters2004-10-131-2/+5
* Windows test_creationflags() test: print msg to stderr informing theTim Peters2004-10-131-1/+2
* XXX about extreme expense of test_no_leaking() on Windows. I'm not sureTim Peters2004-10-131-0/+1
* Experience with Zope2's tests showed it's a Bad Idea to make unittestTim Peters2004-10-121-45/+35
* Wrap long lines.Tim Peters2004-10-121-43/+67
* Whitespace normalization.Tim Peters2004-10-121-17/+16
* Added Peter Astrand's subprocess module.Fredrik Lundh2004-10-121-0/+514