summaryrefslogtreecommitdiff
path: root/tests/stdlib/test_socket_ssl.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP-8 fixesSergey Shepelev2014-08-271-0/+3
|
* Much easier to just use the blanket defaults. :)Ryan Williams2010-02-241-11/+3
|
* Fixed bad references in test_socket_ssl.pyRyan Williams2010-02-241-0/+17
|
* Missed a few patches.Ryan Williams2010-02-251-0/+6
|
* Fleshed out the rest of eventlet.green.thread, tweaked all.py so it discerns ↵Ryan Williams2009-11-301-0/+6
| | | | which tests will run when the frikkin internet is down, and used the improved corolocal that Tyler and I worked on (and fixed some bugs with it that these tests revealed.
* Patcher-ized test_socket_ssl and test_socketserver. Also patcher-ized ↵Ryan Williams2009-11-271-12/+7
| | | | 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().
* Converted test_socket_ssl away from copy-n-paste.Ryan Williams2009-08-061-0/+20