summaryrefslogtreecommitdiff
path: root/tests/subprocess_test.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP-8 fixesSergey Shepelev2014-08-271-2/+1
|
* tests: subprocess.communicate block on Python 2.7Sergey Shepelev2013-06-131-15/+35
| | | | | https://github.com/eventlet/eventlet/pull/24 + PEP8 fix tabs
* green: subprocess: Popen.wait accepts new `timeout` kwargSergey Shepelev2013-06-071-0/+25
As in Python 3.3 http://docs.python.org/3.3/library/subprocess.html#subprocess.Popen.wait https://bitbucket.org/eventlet/eventlet/issue/89/add-a-timeout-argument-to-subprocesspopen https://bitbucket.org/eventlet/eventlet/pull-request/30