summaryrefslogtreecommitdiff
path: root/websocket/_core.py
Commit message (Expand)AuthorAgeFilesLines
* Remove broken websockets.org links from documentationengn33r2022-10-251-4/+7
* Allow passing `http_proxy_timeout` to `run_forever`. (#842)Adam Wojtczak2022-08-241-0/+4
* Linting improvements, improved flake8 linting CI cmdengn33r2022-02-251-19/+14
* BREAKING: Add url parameter to set Origin headerengn33r2022-02-251-2/+2
* Update copyright year to 2022engn33r2021-12-311-1/+1
* Use bytes literal (#751)谭九鼎2021-11-221-4/+4
* Py2->3: simplify class definition (#750)谭九鼎2021-10-201-1/+1
* Add docstring to WebSocket.send_binary (#737)Ben Hoyt2021-08-301-0/+8
* Ping/Pong behaviour explained in Example doc. (#733)Julian2021-08-251-0/+2
* added sslopt documentation (#732)CheeseCrustery2021-08-231-3/+3
* Transition from LGPL 2.1 license to Apache 2.0 - fix #697engn33r2021-08-101-13/+11
* Fix #711 ssl is None case.engn33r2021-07-151-1/+4
* Make enable_multithread True by defaultengn33r2021-06-031-2/+2
* Fix #701 update docstringsengn33r2021-06-021-92/+90
* Revert exception handling from 13e83b4engn33r2021-05-211-3/+1
* Catch OSError exception in close() for Mac CIengn33r2021-05-171-0/+2
* Enhance enableTrace outputengn33r2021-05-171-11/+14
* Improve unittest code coverageengn33r2021-05-151-0/+3
* Remove six dependency and transition related code to Python3engn33r2021-05-051-5/+2
* First pass removing Python 2 code, mostly six dependencyengn33r2021-05-041-3/+3
* PEP8 style compliance fixesengn33r2021-05-041-4/+4
* Fix #639 by adding close branch for reserved custom status codesengn33r2021-03-071-1/+3
* 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-221-2/+1
* Edit documentation to clarify timeout can be int or float (#654)engn33r2021-02-161-1/+1
* Allow optional, not mandatory, argument for pong() in WebSocketengn33r2021-02-141-1/+1
* Improve documentation, mostly new examples but some code comment upgradesengn33r2021-02-061-12/+17
* Add first draft of Sphinx documentationengn33r2021-01-311-102/+177
* Fix minor typo - getdefauttimeout to getdefaulttimeoutengn33r2021-01-251-1/+1
* fix documentation: create_connection, settimeoutDan Robinson2021-01-141-2/+2
* avoid calling repr(data) if tracing is not enabledYehiyam Livneh2019-11-241-1/+2
* Merge pull request #529 from comet-ml/fix-closing-thread-safetyliris2019-02-231-1/+1
|\
| * Fix `WebSocket.close` in multi-threaded environmentsBoris Feld2019-02-201-1/+1
* | Ensure that "timeout" is passed down, when calling WebSocket.connect()jhtitor2018-12-181-0/+3
|/
* Merge branch 'master' into suppress_origin_fixliris2018-10-281-0/+9
|\
| * Rename 'redirect_threshold' to 'redirect_limit'Pär Tojkander2018-10-111-3/+3
| * Handle redirects in handshakePär Tojkander2018-10-111-0/+9
* | Fix typo in supress_originInstance2018-09-221-2/+2
|/
* Merge pull request #446 from nneonneo/masterliris2018-08-141-8/+14
|\
| * Fix #414: proper handling of close method.Robert Xiao2018-06-191-8/+14
* | fixed #HC-459liris2018-08-141-0/+2
|/
* Fixed issue #397 with ssl importDmitry Mottl2018-02-141-0/+1
* fixed #386Hiroki Ohtani2018-02-091-0/+3
* Merge branch 'master' of https://github.com/eendebakpt/websocket-client into ...Hiroki Ohtani2017-12-091-1/+4
|\
| * use separate lock for recvPieter Eendebak2017-09-281-1/+3
| * add lock to recv functionPieter Eendebak2017-09-261-1/+2
* | Parse close frame response correctly when reason presentMike Sutjipto2017-09-141-1/+1
|/
* wsdump, test_fuzzingclient, websocket.*, test_websocket: Organise importsAllan Lewis2016-04-271-11/+9
* websocket.*: [PEP 8] Use conventional line-length limitAllan Lewis2016-04-271-4/+8
* _core, test_websocket: Remove unused localsAllan Lewis2016-04-271-1/+1