summaryrefslogtreecommitdiff
path: root/websocket
Commit message (Expand)AuthorAgeFilesLines
* Fix a few errors found by pytype. (#906)HEADmasterTimo Ewalds2023-05-122-2/+2
* fix failed tests testSupportRedirect, testManualHeadersengn33r2023-04-081-2/+1
* use str.format() from PEP 3101engn33r2023-04-088-31/+31
* add details in bad status exceptionengn33r2023-04-072-2/+4
* fix: pass correct number of arguments to logging function (#898)ozichert2023-03-011-8/+8
* 1.5.1v1.5.1engn33r2023-02-051-1/+1
* Fix logic bug in #893engn33r2023-02-051-1/+1
* Remove incorrect commentengn33r2023-01-261-1/+0
* 1.5.0v1.5.0engn33r2023-01-261-1/+1
* Refactor and fix reconnect and ping (#862)j-a-n2023-01-262-37/+156
* remove problematic CI test URLengn33r2023-01-261-7/+8
* Reduce "websocket connected" log to INFO level (#888)Carey Metcalfe2023-01-131-1/+1
* WebSocketApp.run_forever(), read(): skip decode() if skip_utf8_validation (#886)bubbleboy142023-01-061-1/+1
* 1.4.2v1.4.2engn33r2022-11-031-1/+1
* create_dispatcher() w/ is_ssl determined by url instead of sslopt (#875)bubbleboy142022-11-032-2/+3
* Update docs to fix #863 (#872)engn33r2022-10-261-2/+6
* Remove broken websockets.org links from documentationengn33r2022-10-252-5/+8
* Possible* Redundancy In Key Generation (#864)benlazzero2022-10-061-1/+0
* 1.4.1v1.4.1engn33r2022-09-041-1/+1
* fix for stack growth on reconnect (#854)bubbleboy142022-09-043-16/+49
* revert fc525b1, http proxy uses URL port unlike SOCKS proxiesengn33r2022-08-251-6/+6
* Fix bug that set http proxy to port 80engn33r2022-08-251-6/+6
* 1.4.0v1.4.0engn33r2022-08-241-1/+1
* Allow passing `http_proxy_timeout` to `run_forever`. (#842)Adam Wojtczak2022-08-244-9/+19
* reconnect (#838)bubbleboy142022-08-242-72/+99
* 1.3.3v1.3.3engn33r2022-06-201-1/+1
* Fix unclosed socket when 'error.errno in eConnRefused'. (#826)bvd02022-06-011-3/+2
* update dict access (#818)மனோஜ்குமார் பழனிச்சாமி2022-05-081-7/+7
* 1.3.2v1.3.2engn33r2022-03-291-1/+1
* Add support to pass pre-initialized stream socket when creating WebSocketApp ...redphx2022-03-191-2/+6
* Start adding type hintsengn33r2022-02-251-11/+11
* Linting improvements, improved flake8 linting CI cmdengn33r2022-02-2514-116/+79
* 1.3.1v1.3.1engn33r2022-02-251-1/+1
* 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-251-1/+0
* 1.3.0v1.3.0engn33r2022-02-251-1/+1
* BREAKING: Add url parameter to set Origin headerengn33r2022-02-252-5/+11
* Replace deprecated stream.meetup.com, echo.websocket.org endpoint URLsengn33r2022-02-253-31/+31
* Update copyright year to 2022engn33r2021-12-3120-20/+20
* Add errno.ENETUNREACH to _http.py retry loopengn33r2021-12-301-2/+2
* Add missing CLOSE opcodes (#771)Manos2021-12-221-1/+5
* Minor test improvements for better code coverageengn33r2021-12-133-1/+23
* Remove EINTR branch from PR #528. PEP 475 handles Python 3.5+engn33r2021-12-131-3/+1
* 1.2.3v1.2.3engn33r2021-12-071-1/+1
* Revert 998c496, fix #769engn33r2021-12-072-3/+72
* 1.2.2v1.2.2engn33r2021-12-061-1/+1
* Add entry points (#763)Bastian Zimmermann2021-12-071-0/+231
* 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