- 78162da Merged revisions 69620 via svnmerge from by Georg Brandl · 16 years ago
- 4036fd4 Fixes issue2791: subprocess.Popen.communicate leaked a file descripton until by Gregory P. Smith · 17 years ago
- af8a687 fix issue2381: test_subprocess fails if your sys.executable is on a by Gregory P. Smith · 17 years ago
- c2ca6db Disabled some unit tests for the upcoming release. See #2777 by Christian Heimes · 17 years ago
- e74c8f2 Added kill, terminate and send_signal to subprocess.Popen by Christian Heimes · 17 years ago
- 70eb2f9 Fix issue 1300: Quote command line arguments that contain a '|' character in by Gregory P. Smith · 18 years ago
- e047e6d fix comment typos, use not arg instead of arg == "", add test coverage by Gregory P. Smith · 18 years ago
- e9a0e88 Patch #1672 by Joseph Armbruster. Use tempdir() to get a temporary directory. by Guido van Rossum · 18 years ago
- 81a191b Applied patch 1669481, slightly modified: Support close_fds on Win32 by Peter Astrand · 18 years ago
- 10514a7 Fix for bug #1634343: allow specifying empty arguments on Windows by Peter Astrand · 19 years ago
- c36bede Fixed subprocess bug #1531862 again, after removing tests offending buildbot by Gustavo Niemeyer · 19 years ago
- 314bef9 Revert 51758 because it broke all the buildbots by Neal Norwitz · 19 years ago
- 8cb64ea Fixing #1531862: Do not close standard file descriptors in the by Gustavo Niemeyer · 19 years ago
- 4edcba6 Whitespace normalization. by Tim Peters · 19 years ago
- 86e1e38 [Patch #1520905] Attempt to suppress core file created by test_subprocess.py. by Andrew M. Kuchling · 19 years ago
- 7d1d436 Bug #1223937: CalledProcessError.errno -> CalledProcessError.returncode. by Peter Astrand · 19 years ago
- 2b221ed Make it possible to run test_subprocess.py with Python 2.2, which lacks test_support.reap_children(). by Peter Astrand · 19 years ago
- 38ff36c Whitespace normalization. by Tim Peters · 19 years ago
- b15ac31 Add new utility function, reap_children(), to test_support. This should by Neal Norwitz · 19 years ago
- d6b2430 Make it possible to run test_subprocess.py on Python 2.2, which lacks test_support.is_resource_enabled. by Peter Astrand · 19 years ago
- a6d01ce Try to fix breakage caused by patch #1479181, r45850 by Neal Norwitz · 19 years ago
- c4edb0e SF #1479181: split open() and file() from being aliases for each other. by Neal Norwitz · 19 years ago
- eba28be Whitespace normalization. by Tim Peters · 20 years ago
- 653a5ad Tweak test_communicate_stderr so that it works when run under a pydebug build. by Brett Cannon · 20 years ago
- f7f1bb7 Only run extensive subprocess tests if -usubprocess to regrtest is specified. Fixes #1124637 by Peter Astrand · 20 years ago
- cbac93c Added three more testcases: Using communicate with only one of by Peter Astrand · 20 years ago
- 454f767 New subprocess utility function: check_call. Closes #1071764. by Peter Astrand · 21 years ago
- 738131d Raise TypeError if bufsize argument is not an integer. Patch 1071755, slightly modified. by Peter Astrand · 21 years ago
- 2224be6 Remove tempfile after use in test_call_string. by Peter Astrand · 21 years ago
- 195404f Use os.chdir/os.getcwd instead of os.path.realpath, to support Tru64 by Peter Astrand · 21 years ago
- c19ccc9 Removed test_close_fds, because it's too unreliable. We simply cannot by Peter Astrand · 21 years ago
- 1dbf243 remove_stderr_debug_decorations(): Always try the substitution. Else by Tim Peters · 21 years ago
- 9e29fc5 Don't spend quite as much time looking for leaks on Windows, where by Fredrik Lundh · 21 years ago
- 59c0559 normalize case when comparing directory names (problem reported by by Fredrik Lundh · 21 years ago
- 3761e8d New helper remove_stderr_debug_decorations(). This test passes in a by Tim Peters · 21 years ago
- 29b6b4f Kill several problems at once: test_poll() failed sometimes for me. by Tim Peters · 21 years ago
- 4052fe5 test_stdout_none(): Don't print "banana" to the screen in the middle by Tim Peters · 21 years ago
- 876c432 Windows test_creationflags() test: print msg to stderr informing the by Tim Peters · 21 years ago
- f73cc97 XXX about extreme expense of test_no_leaking() on Windows. I'm not sure by Tim Peters · 21 years ago
- 7b759da Experience with Zope2's tests showed it's a Bad Idea to make unittest by Tim Peters · 21 years ago
- 3b01a70 Wrap long lines. by Tim Peters · 21 years ago
- e718f61 Whitespace normalization. by Tim Peters · 21 years ago
- 5b3687d Added Peter Astrand's subprocess module. by Fredrik Lundh · 21 years ago