summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix!: `WebSocketApp.run_forever()` returning `None` after `close()` is called...FujiApple2022-02-253-4/+39
* custom dispatcher pings/timeouts (#795)bubbleboy142022-02-252-6/+21
* Fix linting typo, add upload API infoengn33r2022-02-252-2/+7
* 1.3.0v1.3.0engn33r2022-02-254-3/+11
* Fix examples rendering errorengn33r2022-02-251-25/+25
* BREAKING: Add url parameter to set Origin headerengn33r2022-02-252-5/+11
* Replace deprecated stream.meetup.com, echo.websocket.org endpoint URLsengn33r2022-02-257-91/+88
* Add rel repo link to READMEengn33r2022-02-111-0/+2
* Fix #784 replace broken linkengn33r2022-01-281-5/+4
* Fix typos (#782)Kian-Meng Ang2022-01-262-3/+3
* Update the echo.websocket URL in README and 2 examples (#781)Sidney Maestre2022-01-243-3/+5
* Update copyright year to 2022engn33r2021-12-3125-25/+25
* Add errno.ENETUNREACH to _http.py retry loopengn33r2021-12-301-2/+2
* Simplify "with" example (#772) (#774)Mr Keuz2021-12-301-9/+2
* Add with statement example to fix #772engn33r2021-12-281-0/+27
* Add missing CLOSE opcodes (#771)Manos2021-12-221-1/+5
* Add dispatcher to run_forever examples to fix #580engn33r2021-12-152-18/+15
* Minor test improvements for better code coverageengn33r2021-12-134-2/+34
* Remove EINTR branch from PR #528. PEP 475 handles Python 3.5+engn33r2021-12-131-3/+1
* rel example (#770)bubbleboy142021-12-132-0/+30
* 1.2.3v1.2.3engn33r2021-12-074-3/+6
* Revert 998c496, fix #769engn33r2021-12-072-3/+72
* 1.2.2v1.2.2engn33r2021-12-064-3/+14
* added documentation about new context option (#766)Chris Wheeler2021-12-071-0/+12
* Add entry points (#763)Bastian Zimmermann2021-12-073-4/+8
* Remove Docker Compose example (v2 switched to golang)engn33r2021-12-011-1/+0
* Clarify wording in ping/pong example (#768)Dan Swain2021-12-021-4/+4
* add support to pass custom ssl.SSLContext into sslopt param (#762)Chris Wheeler2021-11-261-9/+9
* Fix #752 remove keep_running variable in library and testsengn33r2021-11-262-72/+3
* Remove HAVE_CONTEXT_CHECK_HOSTNAME var, edit check_hostname logic after PROTO...engn33r2021-11-262-15/+12
* Fix testConnect test case with tuple of errorsengn33r2021-11-262-31/+33
* Fix SSL test errors from ssl.PROTOCOL_TLS_CLIENT changeengn33r2021-11-222-4/+2
* Fix #760 Replace deprecated ssl.PROTOCOL_TLS with ssl.PROTOCOL_TLS_CLIENTengn33r2021-11-222-2/+2
* Use bytes literal (#751)谭九鼎2021-11-223-6/+6
* Add .gitattributes to fix github-linguist detectionengn33r2021-11-211-0/+26
* Py2->3: simplify class definition (#750)谭九鼎2021-10-2012-14/+14
* Fix #748 fill license template fieldsengn33r2021-10-181-1/+1
* Upgrade CodeCov GitHub Action to v2engn33r2021-10-131-1/+1
* Add support for Python 3.10 (#746)Hugo van Kemenade2021-10-122-3/+1
* Update other CI tests for Python 3.10engn33r2021-10-073-3/+3
* Merge branch 'master' into masterengn33r2021-10-081-3/+2
|\
| * Add & for code coverageengn33r2021-08-131-1/+1
| * fix lintengn33r2021-08-131-5/+0
| * Fix lintingengn33r2021-08-131-0/+2
| * Add ampersand for background processengn33r2021-08-131-2/+2
| * Merge branch 'websocket-client:master' into masterengn33r2021-08-1341-2164/+2250
| |\
| * | Add main to run cookiejar testsengn33r2021-03-221-0/+3
| * | Merge pull request #5 from websocket-client/masterengn33r2021-03-2213-24/+110
| |\ \
* | | | Add Python 3.10 to GitHub Action CIengn33r2021-10-071-1/+1
* | | | Add docstring to WebSocket.send_binary (#737)Ben Hoyt2021-08-301-0/+8