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