1. d215218 test_popen2 broke on Windows shortly after 2.0b2 was released. Fixed it. by Tim Peters · 24 years ago
  2. d75e63a popen4(), class Popen4: popen4() support for Unix. by Fred Drake · 24 years ago
  3. 3620857 The "more" cmd varies across Windows flavors, sometimes adding stray by Tim Peters · 24 years ago
  4. 31f182e Added os.popen2() and os.popen3() for non-Windows platforms. by Fred Drake · 24 years ago
  5. 84f28db Changed the popen2.py _test function to use the "more" cmd when by Tim Peters · 24 years ago
  6. fb8849c remove prints of file objects from _test by Jeremy Hylton · 24 years ago
  7. 9ac81f6 - changed the nt.popen2 return values back to by Fredrik Lundh · 24 years ago
  8. bb7eeff - added popen.popen2/popen3/popen4 support for windows. by Fredrik Lundh · 24 years ago
  9. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 24 years ago
  10. 068d572 Calling _cleanup() does not guarantee that all processes have by Guido van Rossum · 25 years ago
  11. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  12. da28666 Add optional bufsize argument to various calls so we can make the by Guido van Rossum · 27 years ago
  13. 6dd4868 The command can now either be a string (as before) or a list of by Guido van Rossum · 27 years ago
  14. 0357d02 Rewrite using class, to make waiting for processes possible; by Guido van Rossum · 27 years ago
  15. caa9f23 Change inspired by Tommy Burnette to add an interface to get stderr, too. by Guido van Rossum · 27 years ago
  16. 971ee13 pass the command to sh -c by Guido van Rossum · 29 years ago
  17. 9a22de1 new files by Guido van Rossum · 30 years ago