summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.3.2v1.3.2engn33r2022-03-294-3/+9
* Fix typo in FAQ section (#805)Dezmerean Robert2022-03-191-2/+2
* Add support to pass pre-initialized stream socket when creating WebSocketApp ...redphx2022-03-191-2/+6
* Remove rel.saferead() because of WrappedDispatcherengn33r2022-03-113-4/+0
* Remove EOL Python 3.6 referencesengn33r2022-02-252-2/+2
* Start adding type hintsengn33r2022-02-251-11/+11
* Linting improvements, improved flake8 linting CI cmdengn33r2022-02-2518-133/+89
* 1.3.1v1.3.1engn33r2022-02-255-3/+12
* Remove EOL Python 3.6 from setup.pyengn33r2022-02-251-1/+0
* Minor improvement of example documentationengn33r2022-02-251-3/+9
* 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