Edward Lemur
|
1556fbc353
depot_tools: Simplify subprocess2.
|
6 年之前 |
Raul Tambre
|
e99d4b4386
subprocess2, gerrit_test_case: Use SIGTERM instead of SIGKILL for Windows support
|
6 年之前 |
Raul Tambre
|
a04028c2e6
Fix invalid Python file encoding "utf8"
|
6 年之前 |
Aaron Gable
|
ac9b0f3786
Restore py2/py3 compatibility with basestring
|
6 年之前 |
Raul Tambre
|
b946b2389c
Improve gclient Python 3 compatibility
|
6 年之前 |
John Budorick
|
9875e180e5
subprocess2: cache the string-escape codec at load time.
|
6 年之前 |
Quinten Yearsley
|
b2cc4a94da
depot_tools: Replace pylint error numbers with symbolic names.
|
8 年之前 |
torne@chromium.org
|
434e79038d
Work around race condition in subprocess.
|
10 年之前 |
sbc@chromium.org
|
217330f2f0
Add quotes around command line in subproccess error message
|
10 年之前 |
tandrii@chromium.org
|
c15fe57f12
Make check_output of subprocess2 compatible with Python's subprocess.
|
11 年之前 |
pgervais@chromium.org
|
fb653b65e5
More explicit error message
|
11 年之前 |
pgervais@chromium.org
|
022d06ef61
git new-branch displays an explanatory line.
|
11 年之前 |
luqui@chromium.org
|
7f627a9130
Improve error message in subprocess2.py.
|
11 年之前 |
szager@chromium.org
|
12b07e7e55
Refactor nag functionality in to NagTimer class.
|
12 年之前 |
szager@chromium.org
|
e0558e6502
Add nag_timer.
|
12 年之前 |
szager@chromium.org
|
b054ebc8f3
Don't discard stderr.
|
12 年之前 |
maruel@chromium.org
|
cd8d8e1702
Correct invalid use of 'is' when '==' should have been used.
|
13 年之前 |
maruel@chromium.org
|
4f6852cca4
Remove python 2.5 compatibility code.
|
13 年之前 |
maruel@chromium.org
|
740a6c0bd5
Using lists is faster than cStringIO.
|
13 年之前 |
maruel@chromium.org
|
94c712fa1b
Reimplement r109239 but using Popen.communicate() instead.
|
13 年之前 |
maruel@chromium.org
|
a8e8163a06
Add Popen.shell, add more subprocess2 tests and make it more compact.
|
13 年之前 |
maruel@chromium.org
|
14e37ad7ad
Silence pylint on Mac OSX 10.6
|
13 年之前 |
maruel@chromium.org
|
db59bfc139
Improve testing by comparing behavior of subprocess to subprocess2
|
13 年之前 |
maruel@chromium.org
|
dd9837f9d9
Add Popen.start property.
|
13 年之前 |
maruel@google.com
|
ef77f9e63a
Make subprocess2.Popen a class instead of a function.
|
13 年之前 |
maruel@chromium.org
|
4942e4a587
Add most of testing improvements without the tee-specific tests
|
13 年之前 |
maruel@chromium.org
|
7eda862b1f
Revert r109283, r109282 and r109239.
|
13 年之前 |
maruel@chromium.org
|
fefff18b55
Implement accelerated tee support for POSIX.
|
13 年之前 |
maruel@chromium.org
|
65be6f6bcf
Add callback support for stdout and stderr.
|
13 年之前 |
maruel@chromium.org
|
5515655982
Fix subprocess2.Popen() logging when given a string
|
14 年之前 |