1. bec087f fix incorrect auto-translation of TestSkipped -> unittest.SkipTest by Benjamin Peterson · 16 years ago
  2. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 16 years ago
  3. 42dd86b Deprecate os.popen* and popen2 module in favor of the subprocess module. by Neal Norwitz · 18 years ago
  4. 0d4c06e Whitespace normalization. Ugh, we really need to do this more often. by Neal Norwitz · 18 years ago
  5. 1b4145d Patch #1676994: Refactor test_popen2 to use unittest. by Collin Winter · 18 years ago
  6. b15ac31 Add new utility function, reap_children(), to test_support. This should by Neal Norwitz · 19 years ago
  7. 478c82d Bug #1183780: Add Popen objects to _active only in __del__. by Martin v. Löwis · 19 years ago
  8. bfd7d6a Fix typo by Andrew M. Kuchling · 20 years ago
  9. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  10. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  11. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 23 years ago
  12. fc3fc33 Checking in patch #103478 -- makes popen2 and fork1 tested on BeOS. by Moshe Zadka · 25 years ago
  13. 3620857 The "more" cmd varies across Windows flavors, sometimes adding stray by Tim Peters · 25 years ago
  14. 31f182e Added os.popen2() and os.popen3() for non-Windows platforms. by Fred Drake · 25 years ago
  15. 9407e55 -- changed test to work on platforms which have os.popen but no os.fork by Fredrik Lundh · 25 years ago
  16. 59e4f37 Test for popen2 module, by Chris Tismer. by Guido van Rossum · 26 years ago