summaryrefslogtreecommitdiff
path: root/eventlet/green/SocketServer.py
Commit message (Collapse)AuthorAgeFilesLines
* Python 3 compatibility fixesJakub Stasiak2014-07-181-1/+4
| | | | | | Closes GH-102 Closes GH-103 Closes GH-104
* Patcher-ized test_socket_ssl and test_socketserver. Also patcher-ized ↵Ryan Williams2009-11-271-56/+9
| | | | SocketServer, which allows it to successfullly pass its unit tests, which it failed previously because it was making a call to non-greened select.select().
* fix green package not to use absolute_import and otherwise be nice on 2.4Denis Bilenko2009-05-191-7/+9
|
* green.SocketServer: only redefine classes that use i/o, use the original ↵Denis Bilenko2008-11-241-544/+13
| | | | ones for all that is not relevant to eventlet
* added green/SocketServer.pyDenis Bilenko2008-10-071-0/+588