summaryrefslogtreecommitdiff
path: root/websocket
Commit message (Expand)AuthorAgeFilesLines
* 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-2215-24/+84
* Edit documentation to clarify timeout can be int or float (#654)engn33r2021-02-163-6/+6
* Properly revert _app.py callback to state before PR #442 (previously only par...engn33r2021-02-141-4/+1
* Allow optional, not mandatory, argument for pong() in WebSocketengn33r2021-02-141-1/+1
* 'ping_interval' should be less than 'ping_timeout' (#611)lano20882021-02-091-2/+2
* Improve documentation, mostly new examples but some code comment upgradesengn33r2021-02-062-24/+31
* Merge branch 'master' of github.com:websocket-client/websocket-clientengn33r2021-01-311-1/+1
|\
| * Use `thread.is_alive()` to replace deprecated `thread.isAlive()` (#594)Itai Steinherz2021-01-291-1/+1
* | Add first draft of Sphinx documentationengn33r2021-01-318-214/+371
|/
* Remove e71edd3 commit edits to fix TravisCI build (#657)engn33r2021-01-271-4/+3
* Merge pull request #647 from seratch/fix-build-failureengn33r2021-01-261-2/+2
|\
| * Fix the failing tests (testIter, testNext)Kazuhiro Sera2020-11-271-2/+2
* | Fix minor typo - getdefauttimeout to getdefaulttimeoutengn33r2021-01-251-1/+1
* | Merge pull request #4 from sawdustofmind/FIX-604engn33r2021-01-251-1/+1
|\ \
| * | Capitalize default connection headersawdustofmind2020-02-191-1/+1
| |/
* | Merge pull request #3 from danrobinson88/fix-create_connection-documentationengn33r2021-01-251-2/+2
|\ \
| * | fix documentation: create_connection, settimeoutDan Robinson2021-01-141-2/+2
| |/
* | Fix _handshake.py error where subproto is NoneErik2021-01-081-3/+4
* | Merge pull request #2 from anuragbeniwal/masterErik2021-01-092-2/+5
|\ \
| * | Fix None.lower() when sec-websocket-protocol response header does not existanuragbeniwal2020-05-082-2/+5
| |/
* | Merge pull request #1 from Lu-Yi-Hsun/masterErik2021-01-091-1/+1
|\ \ | |/ |/|
| * fix callbacklu-yi-hsun2018-11-081-1/+1
* | Merge pull request #533 from sfoerster/masterliris2019-12-251-3/+3
|\ \
| * | _handshake: hasattr checks on six before accessing the valuesSteven Foerster2019-03-141-3/+3
* | | Merge pull request #539 from jpshivakavi/masterliris2019-12-251-1/+2
|\ \ \
| * | | v should be checked for emptry string before splitting itJayaprakash Nevara2019-03-291-1/+2
* | | | Merge branch 'master' into masterliris2019-12-257-15/+27
|\ \ \ \
| * \ \ \ Merge pull request #553 from spacewander/improve_readabilityliris2019-12-251-2/+3
| |\ \ \ \
| | * | | | Improve the readability of HTTP status codes.spacewander2019-05-101-2/+3
| | |/ / /
| * | | | Merge pull request #566 from damjanstulicsonos/expose-http-connection-header-...liris2019-12-251-3/+6
| |\ \ \ \
| | * | | | updated if statement to include check against NoneDamjan Stulic2019-08-071-1/+1
| | * | | | removed extra white spaceDamjan Stulic2019-08-071-1/+0
| | * | | | added support for allowing users to change connection headerDamjan Stulic2019-08-071-3/+7
| | |/ / /
| * | | | Merge pull request #573 from devmonkey22/masterliris2019-12-251-5/+4
| |\ \ \ \
| | * | | | Resolve issue opening socket to intranet on Windows 10 with no proxy settings...Mike D2019-09-161-5/+4
| | |/ / /
| * | | | Merge pull request #577 from filips123/dummy-ssl-objectliris2019-12-251-0/+2
| |\ \ \ \
| | * | | | Create dummy `ssl` objectFilip Š2019-10-041-0/+2
| | |/ / /
| * | | | Merge pull request #579 from lucashussey/patch-1liris2019-12-251-2/+2
| |\ \ \ \
| | * | | | Fixed typoLucas Hussey2019-10-251-2/+2
| | |/ / /
| * | | | Merge pull request #584 from kube-HPC/add-condition-for-traceliris2019-12-252-3/+6
| |\ \ \ \
| | * | | | avoid calling repr(data) if tracing is not enabledYehiyam Livneh2019-11-242-3/+6
| | |/ / /
| * | | | Merge pull request #586 from olie304/patch-1liris2019-12-251-2/+2
| |\ \ \ \
| | * | | | Fix for errors that occur when closing websocketOliver2019-11-281-2/+2
| | |/ / /
| * | | | Merge pull request #587 from youthdev/masterliris2019-12-251-1/+1
| |\ \ \ \
| | * | | | Fix getting 400 bad request with long proxy authorization stringtruong.hua2019-12-021-1/+1
| | |/ / /
| * | | | start release 0.57.0liris2019-12-251-1/+1
| |/ / /
* | | | Pep8 fixesazaugg2019-04-245-4/+10
|/ / /
* | | release 0.56.0v0.56.0liris2019-03-211-1/+1
* | | Don't retry sockets with timeout set to 0Trygve Aaberge2019-03-202-2/+11
|/ /