summaryrefslogtreecommitdiff
path: root/eventlet/green/OpenSSL
Commit message (Expand)AuthorAgeFilesLines
* PEP-8 fixesSergey Shepelev2014-08-276-45/+50
* python3 compat: 2to3: `except E as e:` syntaxDavanum Srinivas2013-12-031-1/+1
* Code simplification.amajorek2010-03-221-65/+0
* module eventlet.common moved to eventlet.supportamajorek2010-03-091-1/+1
* New eventlet.common module to create version-neutral layer. For now only get_...amajorek2010-02-281-1/+2
* first draft of making eventlet py3k compatible.amajorek2010-02-261-9/+9
* Moved trampoline into hubs/__init__, which maybe is the best place for it; op...Ryan Williams2010-01-241-1/+1
* Added eventlet.green.OpenSSL to further rationalize our SSL support, carved o...Ryan Williams2009-11-276-0/+192