summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove CodeQL GitHub Actionengn33r2021-02-271-67/+0
| * Fix GitHub Actions error (step has both and )engn33r2021-02-271-0/+1
| * GitHub Actions test 1engn33r2021-02-271-0/+22
| * Create codeql-analysis.ymlengn33r2021-02-271-0/+67
* | Simplified cookie sorting to fix comparison problem between SimpleCookies (#662)Niels Draaisma2021-03-221-2/+2
* | Run all GitHub Actions on PRsengn33r2021-03-222-2/+2
* | Fix #639 by adding close branch for reserved custom status codesengn33r2021-03-071-1/+3
* | Add Connection Close Status Codes documentationengn33r2021-03-041-0/+45
* | Change version number to 0.58.0 in docsengn33r2021-03-031-2/+4
* | Add more real-world examples, upgrade PyPI upload.sh scriptengn33r2021-03-033-7/+31
* | Fix #482engn33r2021-03-031-2/+1
* | 0.58.0v0.58.0engn33r2021-03-023-3/+17
* | Update badges after move away from TravisCIengn33r2021-02-271-3/+3
* | Replace TravisCI with GitHub Actionsengn33r2021-02-277-32/+85
* | Replace deprecated assertEquals() with assertEqual()engn33r2021-02-272-21/+21
* | Revert PR #611engn33r2021-02-271-2/+2
|/
* Update contribution guidelinescodecov-ci-devengn33r2021-02-243-28/+68
* Fix #546 by removing comments introduced by PR #513engn33r2021-02-221-2/+0
* Merge branch 'master' of github.com:websocket-client/websocket-clientengn33r2021-02-220-0/+0
|\
| * Fix #526 by reverting invalid BSD license migration in commit e94ed9e to retu...engn33r2021-02-2220-32/+1156
* | Fix #526 by reverting invalid BSD license migration in commit e94ed9e to retu...engn33r2021-02-2222-36/+1160
|/
* Reshuffle and enhance documentationengn33r2021-02-193-46/+94
* Edit documentation to clarify timeout can be int or float (#654)engn33r2021-02-163-6/+6
* Add timeout examples to documentationengn33r2021-02-151-6/+56
* Add code coverage badgeengn33r2021-02-151-0/+1
* Codecov CI integration (#663)engn33r2021-02-151-0/+7
* Properly revert _app.py callback to state before PR #442 (previously only par...engn33r2021-02-141-4/+1
* Add venv/ to .gitignoreengn33r2021-02-141-0/+1
* Add basic ping/pong and HTTP proxy documentation and examplesengn33r2021-02-142-3/+89
* 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
* Add PyPi badge to READMEengn33r2021-02-081-0/+1
* Revert non-functional codecov.io CI integration until it's fixed in a dev branchengn33r2021-02-071-7/+0
* Add .coveragerc and TravisCI config tweaks to try and fix codecov.io CI integ...engn33r2021-02-072-1/+18
* Add codecov.io dependency installation to .travis.ymlengn33r2021-02-071-0/+1
* Add codecov.io integration to .travis.ymlengn33r2021-02-071-0/+3
* Add FAQ advice to ping serverengn33r2021-02-071-0/+7
* Add suppress origin example to documentationengn33r2021-02-061-1/+31
* Improve documentation, mostly new examples but some code comment upgradesengn33r2021-02-064-31/+189
* Fixes #631engn33r2021-02-061-0/+18
* Add sample connection code to example docs pageengn33r2021-02-052-2/+62
* Add autobahn test report and additional test instructionsengn33r2021-02-042-7/+5938
* Add detail to Autobahn testing README (still needs improvement)engn33r2021-02-032-6/+11
* Add acknowledgements section to README.mdengn33r2021-01-311-6/+9
* Replace README.md FAQ with link to documentation FAQ pageengn33r2021-01-311-66/+6
* Edit README.md to include docs links and badgesengn33r2021-01-311-43/+14
* 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-3129-214/+803
|/
* Improve README code example formattingengn33r2021-01-271-14/+23