1. 9fc9789 Document that on Unix, the 'cmd' argument to the os.popen2/3/4 and by Johannes Gijsbers · 20 years ago
  2. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  3. f563c8b Patch #817329: Use SC_OPEN_MAX to determine MAXFD. Backported to 2.3. by Martin v. Löwis · 21 years ago
  4. b5aa407 Use Boolean values for the capturestderr flag. by Fred Drake · 21 years ago
  5. 3800ef7 When a previous call to poll() has already seen the process status, by Guido van Rossum · 21 years ago
  6. 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 22 years ago
  7. 1c90d7a tighten up except - os.close only raises OSError see bug 411881 by Skip Montanaro · 22 years ago
  8. 57fd45e back out spurious change from 1.22 by Skip Montanaro · 22 years ago
  9. 59b40c0 Popen3 and Popen4 should be in __all__ by Skip Montanaro · 22 years ago
  10. 5cef571 OS/2 EMX port Library and regression test changes: by Andrew MacIntyre · 22 years ago
  11. 95b057e Patch #487784: Support Unicode commands in popen3/4 handling on UNIX. by Martin v. Löwis · 23 years ago
  12. 658cba6 Whitespace normalization. by Tim Peters · 23 years ago
  13. 352674d a few more __all__ lists by Skip Montanaro · 23 years ago
  14. d215218 test_popen2 broke on Windows shortly after 2.0b2 was released. Fixed it. by Tim Peters · 24 years ago
  15. d75e63a popen4(), class Popen4: popen4() support for Unix. by Fred Drake · 24 years ago
  16. 3620857 The "more" cmd varies across Windows flavors, sometimes adding stray by Tim Peters · 24 years ago
  17. 31f182e Added os.popen2() and os.popen3() for non-Windows platforms. by Fred Drake · 24 years ago
  18. 84f28db Changed the popen2.py _test function to use the "more" cmd when by Tim Peters · 24 years ago
  19. fb8849c remove prints of file objects from _test by Jeremy Hylton · 24 years ago
  20. 9ac81f6 - changed the nt.popen2 return values back to by Fredrik Lundh · 24 years ago
  21. bb7eeff - added popen.popen2/popen3/popen4 support for windows. by Fredrik Lundh · 24 years ago
  22. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 24 years ago
  23. 068d572 Calling _cleanup() does not guarantee that all processes have by Guido van Rossum · 25 years ago
  24. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  25. da28666 Add optional bufsize argument to various calls so we can make the by Guido van Rossum · 27 years ago
  26. 6dd4868 The command can now either be a string (as before) or a list of by Guido van Rossum · 27 years ago
  27. 0357d02 Rewrite using class, to make waiting for processes possible; by Guido van Rossum · 27 years ago
  28. caa9f23 Change inspired by Tommy Burnette to add an interface to get stderr, too. by Guido van Rossum · 27 years ago
  29. 971ee13 pass the command to sh -c by Guido van Rossum · 29 years ago
  30. 9a22de1 new files by Guido van Rossum · 29 years ago