| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Python 3 compat: Improve various bits | Jakub Stasiak | 2014-10-10 | 1 | -16/+20 |
| | | | | | | | | | | | | | | | | | | | This includes changes to WSGI, websocket, bytes/str/unicode handling, SSL, backdoor, greenio and tests. Some comments and conditionals (PY2/PY3) were added for clarity GH issues: Closes #106 Closes #111 Closes #118 Closes #141 Incidentally should also close #135 (reopen if didn't) cc #6 | ||||
| * | PEP-8 fixes | Sergey Shepelev | 2014-08-27 | 1 | -12/+19 |
| | | |||||
| * | wsgi: websocket: Reformat code + tests (PEP-8) | Jakub Stasiak | 2014-07-18 | 1 | -45/+47 |
| | | |||||
| * | tests: deprecated TestCase.assert_() -> assert keyword | Sergey Shepelev | 2014-07-16 | 1 | -3/+3 |
| | | | | | https://github.com/eventlet/eventlet/issues/101 | ||||
| * | python3 compatibility: range, zip, StringIO | Viktors | 2014-04-23 | 1 | -1/+1 |
| | | |||||
| * | websockets: Test and handle lack of Upgrade header | Jakub Stasiak | 2014-01-24 | 1 | -0/+15 |
| | | |||||
| * | websockets: handle HTTP_CONNECTION more flexibly | Jakub Stasiak | 2014-01-18 | 1 | -14/+17 |
| | | | | | This fixes GitHub issue #73 | ||||
| * | websockets: Add websockets13 support | Edward George | 2014-01-01 | 1 | -0/+207 |
