summaryrefslogtreecommitdiff
path: root/eventlet/convenience.py
Commit message (Expand)AuthorAgeFilesLines
* Improve PEP8 conformanceJakub Stasiak2014-11-111-1/+5
* Reformat with autopep8Jakub Stasiak2014-10-111-1/+2
* python3 compatibility: print functionSergey Shepelev2014-04-231-1/+1
* python3 compat: remove lots of Python 2.5 and earlier dependent code; use pri...Sergey Shepelev2013-12-031-30/+31
* Curse my human fingers, now the boolean is the correct direction. Fixes #86.Ryan Williams2011-04-191-1/+1
* Patch from Nick Vatamaniuc, fixes #83. Thanks!Ryan Williams2011-04-061-2/+3
* Fixes #73, thanks to Ruijun Luo for the report.Ryan Williams2011-01-231-1/+1
* Some 2.7 compatibility work, since the emulated APIs changed a bit.Ryan Williams2010-07-061-11/+4
* Finally adding a wrap_ssl implementation and removing some more test referenc...Ryan Williams2010-05-241-5/+45
* New module convenience; moved convenience functions in there. Sectioned off ...Ryan Williams2010-02-251-0/+114