| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove most of the deprecated code | Jakub Stasiak | 2014-10-10 | 1 | -13/+15 |
| | | | | | Closes GH #144 | ||||
| * | python3 compatibility | Sergey Shepelev | 2014-04-24 | 1 | -7/+7 |
| | | | | | | | | | | | | | - __next__ for iterator interface - six.next() to get next item - list(dict.keys()) - popen2.popen4 -> subprocess - s2b -> b"..." literals - deprecated assertEquals -> assertEqual - hub_test test_fork using run_python - 1L -> 1 long literal - many PEP-8 fixes | ||||
| * | python3 compatibility | Sergey Shepelev | 2014-04-23 | 1 | -28/+28 |
| | | | | | | | | - dict.items().pop() in proc - str/bytes in backdoor, api_test, ssl_test, test__refcount - import httplib from six - PEP-8 fixes | ||||
| * | green.ssl: Fix NameError GH-17 | Jakub Stasiak | 2013-08-12 | 1 | -12/+34 |
| | | | | | https://github.com/eventlet/eventlet/issues/17 | ||||
| * | doc: fix bitbucket links after relocation to separate account | Sergey Shepelev | 2013-04-09 | 1 | -1/+1 |
| | | |||||
| * | tests: ssl: socket.sendall() busy loop when client is reading slowly | Sergey Shepelev | 2013-01-11 | 1 | -11/+52 |
| | | | | | https://bitbucket.org/which_linden/eventlet/issue/134 | ||||
| * | Skip SSL tests if SSL is not available | Floris Bruynooghe | 2012-09-05 | 1 | -2/+7 |
| | | | | | | This is particularly useful to not require the external OpenSSL module in order to run the tests on python2.5. | ||||
| * | Test case that exercises issue #104. | Brandon Craig Rhodes | 2011-11-03 | 1 | -0/+22 |
| | | |||||
| * | Support for SSL websockets, which also happens to improve our SSL support in ↵ | Ryan Williams | 2010-09-16 | 1 | -4/+1 |
| | | | | | WSGI generally. Fixes #62. | ||||
| * | tweaks to remove some DeprecationWarnings when running tests | Eugene Oden | 2010-02-22 | 1 | -15/+25 |
| | | |||||
| * | Added a connect test. | Ryan Williams | 2009-12-06 | 1 | -0/+15 |
| | | |||||
| * | Added eventlet.green.OpenSSL to further rationalize our SSL support, carved ↵ | Ryan Williams | 2009-11-27 | 1 | -0/+70 |
| off ssl tests into ssl_test.py, and added some docs on coverage. | |||||
