summaryrefslogtreecommitdiff
path: root/websocket
Commit message (Expand)AuthorAgeFilesLines
* 1.0.0v1.0.0engn33r2021-05-171-1/+1
* Remove testSSLopt unit test timeout to avoid exceptionengn33r2021-05-171-1/+1
* Catch OSError exception in close() for Mac CIengn33r2021-05-171-0/+2
* Try to resolve test_http.py testSSLopt Mac errorengn33r2021-05-171-2/+2
* Improve _app.py, _http.py unit testsengn33r2021-05-172-4/+24
* Fix unit test for raising error in close()engn33r2021-05-172-5/+3
* Enhance enableTrace outputengn33r2021-05-171-11/+14
* Improve _abnf.py, _cookiejar.py unit test coverageengn33r2021-05-163-18/+16
* Improve _abnf.py and _http.py test coverageengn33r2021-05-164-27/+46
* Add test case with sslopt settingsengn33r2021-05-151-3/+6
* Improve unittest code coverageengn33r2021-05-153-6/+41
* Remove unnecessary Python2 codeengn33r2021-05-154-28/+5
* Fix: ResourceWarning unclosed socket (#690)rmkraeuchi2021-05-151-0/+2
* Minor _core.py test coverage improvementengn33r2021-05-121-1/+4
* Comment out unittest that fails on MacOSengn33r2021-05-121-1/+2
* Improve test coverage of _http.pyengn33r2021-05-062-7/+42
* Add status code examples to docs, improve unit testsengn33r2021-05-063-26/+61
* Fix #686 close status code, see issue for detailsengn33r2021-05-061-16/+20
* Remove six dependency and transition related code to Python3engn33r2021-05-054-34/+19
* Fix lint errorengn33r2021-05-051-0/+1
* Fix #685 unittest requires internetengn33r2021-05-051-1/+4
* First pass removing Python 2 code, mostly six dependencyengn33r2021-05-0413-154/+65
* Update to use the selectors module with DefaultSelector (#568)Daan van Vugt2021-05-052-8/+27
* 0.59.0v0.59.0python2engn33r2021-05-041-1/+1
* Fixing urlparse scheme in Python 2.6.1 (#332)Brandon Moser2021-05-041-1/+1
* PEP8 style compliance fixesengn33r2021-05-0415-57/+45
* Fix #649 case of multiple set-cookie response headersengn33r2021-04-261-1/+4
* Add ping_payload to run_forever()engn33r2021-04-261-3/+6
* Fix #676 to update thread daemonengn33r2021-04-261-1/+1
* uses HTTP/1.1 for connect method (#677)GtTmy2021-04-191-1/+3
* Comment out abnf test_mask for Python 2.7 supportengn33r2021-03-291-4/+6
* Improve _core.py test coverageengn33r2021-03-292-29/+20
* Improve _abnf.py test coverageengn33r2021-03-291-0/+83
* Add unit test for PR #627engn33r2021-03-292-0/+10
* Add support for permitting additional values in the "upgrade" and "connection...Chris Wheeler2021-03-291-2/+2
* Improve _app.py code coverageengn33r2021-03-282-74/+142
* Fix test_http.py import errorengn33r2021-03-281-1/+5
* Improve _http.py code coverageengn33r2021-03-281-0/+108
* Match no proxy on domain and * (#671)Codeglitches2021-03-223-186/+321
* Simplified cookie sorting to fix comparison problem between SimpleCookies (#662)Niels Draaisma2021-03-221-2/+2
* Fix #639 by adding close branch for reserved custom status codesengn33r2021-03-071-1/+3
* 0.58.0v0.58.0engn33r2021-03-021-1/+1
* Replace TravisCI with GitHub Actionsengn33r2021-02-271-2/+2
* Replace deprecated assertEquals() with assertEqual()engn33r2021-02-272-21/+21
* Revert PR #611engn33r2021-02-271-2/+2
* Fix #546 by removing comments introduced by PR #513engn33r2021-02-221-2/+0
* Fix #526 by reverting invalid BSD license migration in commit e94ed9e to retu...engn33r2021-02-2215-24/+84
* Edit documentation to clarify timeout can be int or float (#654)engn33r2021-02-163-6/+6
* Properly revert _app.py callback to state before PR #442 (previously only par...engn33r2021-02-141-4/+1
* Allow optional, not mandatory, argument for pong() in WebSocketengn33r2021-02-141-1/+1