summaryrefslogtreecommitdiff
path: root/eventlet/green/subprocess.py
Commit message (Expand)AuthorAgeFilesLines
* Python 3 compat: Improve subprocess, WSGI and testspython3-nextJakub Stasiak2014-10-121-2/+2
* PEP-8 fixesSergey Shepelev2014-08-271-0/+1
* Python3: __bool__, im_code, im_funcVictor Sergeyev2014-04-241-6/+11
* green: subprocess: do not use `new` module for compatibility with Python3Viktors2014-04-151-7/+7
* python3 compat: remove lots of Python 2.5 and earlier dependent code; use pri...Sergey Shepelev2013-12-031-20/+10
* python3 compat: 2to3: `except E as e:` syntaxDavanum Srinivas2013-12-031-1/+1
* green: subprocess: patch _communicate_with_{poll,select} methodsEdward George2013-06-101-0/+9
* green: subprocess: Popen.wait accepts new `timeout` kwargSergey Shepelev2013-06-071-3/+26
* Don't attempt to wrap GreenPipes in GreenPipeSoren Hansen2011-02-141-1/+1
* A wrapper method to correctly handle the default value for input on 2.4.Ryan Williams2010-07-231-1/+3
* Reimplemented GreenPipe without using file object.amajorek2010-03-301-7/+3
* Whitespace fixRyan Williams2010-02-231-1/+1
* Fix import errors in green.subprocess relating to version dependencies.Ryan Williams2010-02-081-3/+11
* Added eventlet.green.os and its test; rewrote wrap_pipe_with_coroutine_pipe t...Ryan Williams2010-02-051-8/+6
* First cut of eventlet.green.subprocess module. Added stdlib tests as well. ...Ryan Williams2010-01-291-0/+69