summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Fix #734 improve extra_requires documentation in READMEengn33r2021-08-262-2/+11
* | | | Ping/Pong behaviour explained in Example doc. (#733)Julian2021-08-252-15/+29
* | | | added sslopt documentation (#732)CheeseCrustery2021-08-232-3/+18
* | | | Improve usage of LOCAL_WS_SERVER_PORTengn33r2021-08-145-9/+9
* | | | Improve unit tests with LOCAL_WS_SERVER_PORT variableengn33r2021-08-1310-32/+41
* | | | 1.2.1v1.2.1engn33r2021-08-124-3/+7
* | | | Add ampersand to background local serverengn33r2021-08-122-2/+2
| |_|/ |/| |
* | | Remove Python 3.6 from CI for local echo serverengn33r2021-08-111-2/+2
* | | Fix python-socks dependency and replace echo.websocket.org in testsengn33r2021-08-119-19/+67
* | | Transition file header license text to Apache 2.0engn33r2021-08-104-52/+44
* | | 1.2.0v1.2.0engn33r2021-08-104-3/+7
* | | Transition from LGPL 2.1 license to Apache 2.0 - fix #697engn33r2021-08-1021-1241/+402
* | | Revert #417 and reimplement proxy support with python-socksengn33r2021-08-106-69/+89
* | | 1.1.1v1.1.1engn33r2021-08-054-3/+9
* | | Changed if statement in _callback to ensure on_error is called (if available)...EddieBreeg2021-08-061-3/+2
* | | Move callback calling at very end of teardown (#718)Manos2021-08-051-1/+3
* | | Fix "procotol" typo (#726)Carl George2021-08-031-1/+1
* | | Unquote username and password in proxy from environment (#723)Richard2021-07-162-2/+6
* | | Fix #711 ssl is None case.engn33r2021-07-151-1/+4
* | | Remove Python2 thread import in readme exampleengn33r2021-07-021-5/+2
* | | 1.1.0v1.1.0engn33r2021-06-094-3/+13
* | | Fix spaces in README example (#704)varfigstar2021-06-091-4/+4
* | | Fix #700 improve no_proxy env variable parsingengn33r2021-06-081-2/+2
* | | Remove numpy for performance boostengn33r2021-06-084-51/+32
* | | Minor code coverage unit test improvementengn33r2021-06-082-4/+15
* | | Make enable_multithread True by defaultengn33r2021-06-032-3/+3
* | | Update threading documentationengn33r2021-06-031-25/+43
* | | Finish updating on_close() 3 args requirementengn33r2021-06-032-3/+3
* | | Replace deprecated ssl.PROTOCOL_SSLv23 with ssl.PROTOCOL_TLSengn33r2021-06-032-2/+2
* | | Fix #701 update docstringsengn33r2021-06-023-154/+158
* | | Add callback on_error() tip to FAQ docsengn33r2021-06-021-0/+26
* | | Fix #255 with _abnf.py performance improvementengn33r2021-06-021-1/+1
* | | Fix #699 example returns on_close() exceptionengn33r2021-06-012-2/+2
* | | Merge branch 'master' of github.com:websocket-client/websocket-clientengn33r2021-05-311-0/+3
|\ \ \
| * | | Add sslopt 'server_hostname' to be able to pass SNI check when connecting by ...wildraid2021-05-311-0/+3
* | | | Improve wsaccel/numpy docs and code coverageengn33r2021-05-312-4/+13
* | | | Fix #433 with faster pure Python maskingengn33r2021-05-311-4/+8
* | | | Add code coverage for PR #698engn33r2021-05-311-0/+1
* | | | Fix flake8 linting FileNotFoundError detectionengn33r2021-05-311-2/+2
|/ / /
* | | Improve local socket connection examplesengn33r2021-05-301-3/+20
* | | Remove HTTP proxy unit test from code coverageengn33r2021-05-301-10/+0
* | | Use python3/pip3 in GitHub Action workflowsengn33r2021-05-302-16/+18
* | | Fix CI errorsengn33r2021-05-302-2/+1
* | | Fix #688 by adding to FAQengn33r2021-05-301-0/+10
* | | Add working HTTP proxy unit testsengn33r2021-05-302-1/+20
* | | Fix proxy exceptions in unit testsengn33r2021-05-301-3/+3
* | | Cast proxy_port to int from strengn33r2021-05-301-1/+1
* | | 1.0.1v1.0.1engn33r2021-05-214-3/+6
* | | Revert exception handling from 13e83b4engn33r2021-05-212-4/+2
* | | Fix #205 by clarifying _socket.py exception textengn33r2021-05-171-1/+1