| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove broken websockets.org links from documentation | engn33r | 2022-10-25 | 1 | -4/+7 |
* | Allow passing `http_proxy_timeout` to `run_forever`. (#842) | Adam Wojtczak | 2022-08-24 | 1 | -0/+4 |
* | Linting improvements, improved flake8 linting CI cmd | engn33r | 2022-02-25 | 1 | -19/+14 |
* | BREAKING: Add url parameter to set Origin header | engn33r | 2022-02-25 | 1 | -2/+2 |
* | Update copyright year to 2022 | engn33r | 2021-12-31 | 1 | -1/+1 |
* | Use bytes literal (#751) | 谭九鼎 | 2021-11-22 | 1 | -4/+4 |
* | Py2->3: simplify class definition (#750) | 谭九鼎 | 2021-10-20 | 1 | -1/+1 |
* | Add docstring to WebSocket.send_binary (#737) | Ben Hoyt | 2021-08-30 | 1 | -0/+8 |
* | Ping/Pong behaviour explained in Example doc. (#733) | Julian | 2021-08-25 | 1 | -0/+2 |
* | added sslopt documentation (#732) | CheeseCrustery | 2021-08-23 | 1 | -3/+3 |
* | Transition from LGPL 2.1 license to Apache 2.0 - fix #697 | engn33r | 2021-08-10 | 1 | -13/+11 |
* | Fix #711 ssl is None case. | engn33r | 2021-07-15 | 1 | -1/+4 |
* | Make enable_multithread True by default | engn33r | 2021-06-03 | 1 | -2/+2 |
* | Fix #701 update docstrings | engn33r | 2021-06-02 | 1 | -92/+90 |
* | Revert exception handling from 13e83b4 | engn33r | 2021-05-21 | 1 | -3/+1 |
* | Catch OSError exception in close() for Mac CI | engn33r | 2021-05-17 | 1 | -0/+2 |
* | Enhance enableTrace output | engn33r | 2021-05-17 | 1 | -11/+14 |
* | Improve unittest code coverage | engn33r | 2021-05-15 | 1 | -0/+3 |
* | Remove six dependency and transition related code to Python3 | engn33r | 2021-05-05 | 1 | -5/+2 |
* | First pass removing Python 2 code, mostly six dependency | engn33r | 2021-05-04 | 1 | -3/+3 |
* | PEP8 style compliance fixes | engn33r | 2021-05-04 | 1 | -4/+4 |
* | Fix #639 by adding close branch for reserved custom status codes | engn33r | 2021-03-07 | 1 | -1/+3 |
* | Fix #546 by removing comments introduced by PR #513 | engn33r | 2021-02-22 | 1 | -2/+0 |
* | Fix #526 by reverting invalid BSD license migration in commit e94ed9e to retu... | engn33r | 2021-02-22 | 1 | -2/+1 |
* | Edit documentation to clarify timeout can be int or float (#654) | engn33r | 2021-02-16 | 1 | -1/+1 |
* | Allow optional, not mandatory, argument for pong() in WebSocket | engn33r | 2021-02-14 | 1 | -1/+1 |
* | Improve documentation, mostly new examples but some code comment upgrades | engn33r | 2021-02-06 | 1 | -12/+17 |
* | Add first draft of Sphinx documentation | engn33r | 2021-01-31 | 1 | -102/+177 |
* | Fix minor typo - getdefauttimeout to getdefaulttimeout | engn33r | 2021-01-25 | 1 | -1/+1 |
* | fix documentation: create_connection, settimeout | Dan Robinson | 2021-01-14 | 1 | -2/+2 |
* | avoid calling repr(data) if tracing is not enabled | Yehiyam Livneh | 2019-11-24 | 1 | -1/+2 |
* | Merge pull request #529 from comet-ml/fix-closing-thread-safety | liris | 2019-02-23 | 1 | -1/+1 |
|\ |
|
| * | Fix `WebSocket.close` in multi-threaded environments | Boris Feld | 2019-02-20 | 1 | -1/+1 |
* | | Ensure that "timeout" is passed down, when calling WebSocket.connect() | jhtitor | 2018-12-18 | 1 | -0/+3 |
|/ |
|
* | Merge branch 'master' into suppress_origin_fix | liris | 2018-10-28 | 1 | -0/+9 |
|\ |
|
| * | Rename 'redirect_threshold' to 'redirect_limit' | Pär Tojkander | 2018-10-11 | 1 | -3/+3 |
| * | Handle redirects in handshake | Pär Tojkander | 2018-10-11 | 1 | -0/+9 |
* | | Fix typo in supress_origin | Instance | 2018-09-22 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #446 from nneonneo/master | liris | 2018-08-14 | 1 | -8/+14 |
|\ |
|
| * | Fix #414: proper handling of close method. | Robert Xiao | 2018-06-19 | 1 | -8/+14 |
* | | fixed #HC-459 | liris | 2018-08-14 | 1 | -0/+2 |
|/ |
|
* | Fixed issue #397 with ssl import | Dmitry Mottl | 2018-02-14 | 1 | -0/+1 |
* | fixed #386 | Hiroki Ohtani | 2018-02-09 | 1 | -0/+3 |
* | Merge branch 'master' of https://github.com/eendebakpt/websocket-client into ... | Hiroki Ohtani | 2017-12-09 | 1 | -1/+4 |
|\ |
|
| * | use separate lock for recv | Pieter Eendebak | 2017-09-28 | 1 | -1/+3 |
| * | add lock to recv function | Pieter Eendebak | 2017-09-26 | 1 | -1/+2 |
* | | Parse close frame response correctly when reason present | Mike Sutjipto | 2017-09-14 | 1 | -1/+1 |
|/ |
|
* | wsdump, test_fuzzingclient, websocket.*, test_websocket: Organise imports | Allan Lewis | 2016-04-27 | 1 | -11/+9 |
* | websocket.*: [PEP 8] Use conventional line-length limit | Allan Lewis | 2016-04-27 | 1 | -4/+8 |
* | _core, test_websocket: Remove unused locals | Allan Lewis | 2016-04-27 | 1 | -1/+1 |