1. a6d01ce Try to fix breakage caused by patch #1479181, r45850 by Neal Norwitz · 19 years ago
  2. c4edb0e SF #1479181: split open() and file() from being aliases for each other. by Neal Norwitz · 19 years ago
  3. eba28be Whitespace normalization. by Tim Peters · 20 years ago
  4. 653a5ad Tweak test_communicate_stderr so that it works when run under a pydebug build. by Brett Cannon · 20 years ago
  5. f7f1bb7 Only run extensive subprocess tests if -usubprocess to regrtest is specified. Fixes #1124637 by Peter Astrand · 20 years ago
  6. cbac93c Added three more testcases: Using communicate with only one of by Peter Astrand · 20 years ago
  7. 454f767 New subprocess utility function: check_call. Closes #1071764. by Peter Astrand · 21 years ago
  8. 738131d Raise TypeError if bufsize argument is not an integer. Patch 1071755, slightly modified. by Peter Astrand · 21 years ago
  9. 2224be6 Remove tempfile after use in test_call_string. by Peter Astrand · 21 years ago
  10. 195404f Use os.chdir/os.getcwd instead of os.path.realpath, to support Tru64 by Peter Astrand · 21 years ago
  11. c19ccc9 Removed test_close_fds, because it's too unreliable. We simply cannot by Peter Astrand · 21 years ago
  12. 1dbf243 remove_stderr_debug_decorations(): Always try the substitution. Else by Tim Peters · 21 years ago
  13. 9e29fc5 Don't spend quite as much time looking for leaks on Windows, where by Fredrik Lundh · 21 years ago
  14. 59c0559 normalize case when comparing directory names (problem reported by by Fredrik Lundh · 21 years ago
  15. 3761e8d New helper remove_stderr_debug_decorations(). This test passes in a by Tim Peters · 21 years ago
  16. 29b6b4f Kill several problems at once: test_poll() failed sometimes for me. by Tim Peters · 21 years ago
  17. 4052fe5 test_stdout_none(): Don't print "banana" to the screen in the middle by Tim Peters · 21 years ago
  18. 876c432 Windows test_creationflags() test: print msg to stderr informing the by Tim Peters · 21 years ago
  19. f73cc97 XXX about extreme expense of test_no_leaking() on Windows. I'm not sure by Tim Peters · 21 years ago
  20. 7b759da Experience with Zope2's tests showed it's a Bad Idea to make unittest by Tim Peters · 21 years ago
  21. 3b01a70 Wrap long lines. by Tim Peters · 21 years ago
  22. e718f61 Whitespace normalization. by Tim Peters · 21 years ago
  23. 5b3687d Added Peter Astrand's subprocess module. by Fredrik Lundh · 21 years ago