summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.0.0v1.0.0engn33r2021-05-174-3/+12
* Remove testSSLopt unit test timeout to avoid exceptionengn33r2021-05-171-1/+1
* Fix no numpy coe coverage CIengn33r2021-05-171-7/+8
* Add code coverage for no numpy caseengn33r2021-05-171-2/+6
* 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
* Add WEBSOCKET_CLIENT_CA_BUNDLE env var in better wayengn33r2021-05-172-2/+11
* Remove WEBSOCKET_CLIENT_CA_BUNDLE env variable from CIengn33r2021-05-171-1/+0
* Improve _app.py, _http.py unit testsengn33r2021-05-173-4/+25
* 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-165-28/+47
* 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
* Request minimum reproducible exampleengn33r2021-05-131-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-064-30/+120
* Fix #686 close status code, see issue for detailsengn33r2021-05-061-16/+20
* Remove six dependency and transition related code to Python3engn33r2021-05-0510-47/+26
* Fix lint errorengn33r2021-05-051-0/+1
* Fix #685 unittest requires internetengn33r2021-05-052-2/+9
* Add shebang to wsdump.py (#673)sedrubal2021-05-051-3/+1
* First pass removing Python 2 code, mostly six dependencyengn33r2021-05-0420-223/+87
* Update to use the selectors module with DefaultSelector (#568)Daan van Vugt2021-05-052-8/+27
* 0.59.0v0.59.0python2engn33r2021-05-044-3/+15
* Fixing urlparse scheme in Python 2.6.1 (#332)Brandon Moser2021-05-041-1/+1
* Add custom opcode example to docsengn33r2021-05-041-0/+36
* PEP8 style compliance fixesengn33r2021-05-0420-66/+63
* Improve proxy example in docsengn33r2021-04-291-8/+23
* Add connection reestablished FAQengn33r2021-04-291-0/+23
* Clarify WebSocket Extensions not supportedengn33r2021-04-292-2/+5
* Fix #649 case of multiple set-cookie response headersengn33r2021-04-261-1/+4
* Add docs for custom maskingengn33r2021-04-261-4/+56
* 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
* Minor documentation updateengn33r2021-03-313-3/+9
* 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-292-1/+84
* Improve threading documentationengn33r2021-03-292-6/+95
* Document lack of WebSocket Compression supportengn33r2021-03-292-0/+14
* 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