summaryrefslogtreecommitdiff
path: root/websocket/_core.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* _core, _handshake: Remove unused importsAllan Lewis2016-04-271-4/+0
* _core.WebSocket.shutdown: Triple-quote docstringAllan Lewis2016-04-271-1/+1
* wsdump, _core, _url, _utils: Remove redundant parenthesesAllan Lewis2016-04-271-3/+3
* fixed #246v0.37.0liris2016-04-141-1/+1
* added support for using custom connection classmichal.nowacki2016-02-101-53/+55
* Merge branch 'init-with-socket' of https://github.com/ilysym/websocket-client...liris2016-01-041-1/+4
|\
| * Use pre-initialized stream socketIlya Semyonov2015-12-081-1/+4
* | fix typosJakub Wilk2016-01-031-16/+16
|/
* ref #204liris2015-10-271-2/+2
* fixed #192liris2015-07-301-4/+7
* Add `__iter__`, `__next__`, and `next` methods to WebSocket, allowing them to...Stuart Axel Owen2015-04-201-0/+13
* fixed #173liris2015-04-171-1/+1
* fixed #171liris2015-04-141-0/+3
* fixed some errorv0.27.0liris2015-03-261-3/+3
* Fix exception in recv() when ssl module is not availableAndrey Kosyakov2015-03-251-17/+1
* refactoring. pack continuous frame info into one class.liris2015-03-251-54/+7
* refactoring. continuous status is packed into frame_bufferliris2015-03-251-28/+7
* Merge branch 'master' of https://github.com/liris/websocket-clientliris2015-03-251-2/+1
|\
| * Merge pull request #159 from samueltardieu/patch-1liris2015-03-251-1/+1
| |\
| | * fix typo in function documentationSamuel Tardieu2015-03-231-1/+1