summaryrefslogtreecommitdiff
path: root/tests/websocket_new_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Python 3 compat: Improve various bitsJakub Stasiak2014-10-101-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 fixesSergey Shepelev2014-08-271-12/+19
|
* wsgi: websocket: Reformat code + tests (PEP-8)Jakub Stasiak2014-07-181-45/+47
|
* tests: deprecated TestCase.assert_() -> assert keywordSergey Shepelev2014-07-161-3/+3
| | | | https://github.com/eventlet/eventlet/issues/101
* python3 compatibility: range, zip, StringIOViktors2014-04-231-1/+1
|
* websockets: Test and handle lack of Upgrade headerJakub Stasiak2014-01-241-0/+15
|
* websockets: handle HTTP_CONNECTION more flexiblyJakub Stasiak2014-01-181-14/+17
| | | | This fixes GitHub issue #73
* websockets: Add websockets13 supportEdward George2014-01-011-0/+207