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