summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add pip command to README for 2nd dependencyengn33r2021-01-261-1/+2
* Fix a few minor typo/misspellings (#659)Kazuhiro Sera2021-01-272-3/+3
* Add venv / PyCharm directories to .gitignore (#658)Kazuhiro Sera2021-01-271-1/+8
* Add support for Python 3.8 and 3.9 (#596)Hugo van Kemenade2021-01-272-9/+10
* Remove e71edd3 commit edits to fix TravisCI build (#657)engn33r2021-01-271-4/+3
* Merge pull request #647 from seratch/fix-build-failureengn33r2021-01-262-3/+3
|\
| * Tweak Python 3.4 build settingsKazuhiro Sera2020-11-271-1/+1
| * Fix the failing tests (testIter, testNext)Kazuhiro Sera2020-11-271-2/+2
* | Remove README text copied from fork that is not applicableengn33r2021-01-251-8/+2
* | Fix minor typo - getdefauttimeout to getdefaulttimeoutengn33r2021-01-251-1/+1
* | Merge pull request #655 from engn33r/masterengn33r2021-01-266-8/+248
|\ \ | |/ |/|
| * Edit README.md for clarification and to add missing material from parent repoengn33r2021-01-241-42/+158
| * 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
| |/ |/|