1. c15fe57 Make check_output of subprocess2 compatible with Python's subprocess. by [email protected] · 11 years ago
  2. fb653b6 More explicit error message by [email protected] · 11 years ago
  3. 022d06e git new-branch displays an explanatory line. by [email protected] · 11 years ago
  4. 7f627a9 Improve error message in subprocess2.py. by [email protected] · 11 years ago
  5. 12b07e7 Refactor nag functionality in to NagTimer class. by [email protected] · 12 years ago
  6. e0558e6 Add nag_timer. by [email protected] · 12 years ago
  7. b054ebc Don't discard stderr. by [email protected] · 12 years ago
  8. cd8d8e1 Correct invalid use of 'is' when '==' should have been used. by [email protected] · 13 years ago
  9. 4f6852c Remove python 2.5 compatibility code. by [email protected] · 13 years ago
  10. 740a6c0 Using lists is faster than cStringIO. by [email protected] · 14 years ago
  11. 94c712f Reimplement r109239 but using Popen.communicate() instead. by [email protected] · 14 years ago
  12. a8e8163 Add Popen.shell, add more subprocess2 tests and make it more compact. by [email protected] · 14 years ago
  13. 14e37ad Silence pylint on Mac OSX 10.6 by [email protected] · 14 years ago
  14. db59bfc Improve testing by comparing behavior of subprocess to subprocess2 by [email protected] · 14 years ago
  15. dd9837f Add Popen.start property. by [email protected] · 14 years ago
  16. ef77f9e Make subprocess2.Popen a class instead of a function. by [email protected] · 14 years ago
  17. 4942e4a Add most of testing improvements without the tee-specific tests by [email protected] · 14 years ago
  18. 7eda862 Revert r109283, r109282 and r109239. by [email protected] · 14 years ago
  19. fefff18 Implement accelerated tee support for POSIX. by [email protected] · 14 years ago
  20. 65be6f6 Add callback support for stdout and stderr. by [email protected] · 14 years ago
  21. 5515655 Fix subprocess2.Popen() logging when given a string by [email protected] · 14 years ago
  22. 87e6d33 Update subprocess2.check_output() to behave like subprocess.check_output(). by [email protected] · 14 years ago
  23. 57bf78d Update docstrings w.r.t. subprocess2. by [email protected] · 14 years ago
  24. 0bcd1d3 Make subprocess2.check_call() compliant with subprocess.check_call(). by [email protected] · 14 years ago
  25. 39f645f Unicode input is also accepted for stdin. by [email protected] · 14 years ago
  26. 1f063db Make subprocess2.call() returned values to be the same as subprocess.call(). by [email protected] · 14 years ago
  27. 0d5ef24 Use a marker instead of a string so it can be distingished when used as stdin. by [email protected] · 14 years ago
  28. 4a98227 Defaults stdin to VOID for capture and check_output() by [email protected] · 14 years ago
  29. 1d9f629 Set returncode to subprocess2.TIMED_OUT instead of -9 when a process times out. by [email protected] · 14 years ago
  30. c98c0c5 Make more tests pass on Windows. by [email protected] · 14 years ago
  31. f08b09c Fix automatic shell detection, the check was reversed by [email protected] · 14 years ago
  32. eba4022 Add subprocess2 unit tests by [email protected] · 14 years ago
  33. 58ef297 Revert r80216 "Reapply r79779: "Removed gclient_utils.Popen() and use subprocess2's ..."" by [email protected] · 14 years ago
  34. 93ef410 Reapply r79779: "Removed gclient_utils.Popen() and use subprocess2's version instead." by [email protected] · 14 years ago
  35. 421982f Update docstrings and add VOID support by [email protected] · 14 years ago
  36. fb3d324 Add subprocess.Popen().kill() to python 2.5. by [email protected] · 14 years ago
  37. 45d8db0 Add more python 2.5 compatibility. by [email protected] · 14 years ago
  38. 5a376ed Revert r79779: "Removed gclient_utils.Popen() and use subprocess2's version instead." by [email protected] · 14 years ago
  39. 2425494 Removed gclient_utils.Popen() and use subprocess2's version instead. by [email protected] · 14 years ago
  40. 4860f05 Copy subprocess2 from commit-queue so it can be reused here. by [email protected] · 14 years ago