summaryrefslogtreecommitdiff
path: root/eventlet/green/_socket_nodns.py
Commit message (Expand)AuthorAgeFilesLines
* Green socket: Remove (seemingly) dead codeJakub Stasiak2015-02-121-56/+0
* Remove most of the deprecated codeJakub Stasiak2014-10-101-16/+0
* PEP-8 fixesSergey Shepelev2014-08-271-3/+5
* python3 compat: remove lots of Python 2.5 and earlier dependent code; use pri...Sergey Shepelev2013-12-031-18/+9
* python3 compat: 2to3: `except E as e:` syntaxDavanum Srinivas2013-12-031-3/+3
* Using slurp_properties throughout eventlet.green.Ryan Williams2011-04-091-5/+7
* Move socket.create_connection to green.socket to avoid blocking getaddrinfo()...R. Tyler Ballance2010-08-271-35/+1
* More robust transference of properties from stdlib modules. Also more effici...Ryan Williams2010-08-181-3/+3
* Some 2.7 compatibility work, since the emulated APIs changed a bit.Ryan Williams2010-07-061-1/+5
* Consolidated execs in various green modules.Ryan Williams2010-06-251-2/+1
* Split eventlet.green.socket into two modules to support rtyler's greendns workRyan Williams2010-06-241-0/+139