summaryrefslogtreecommitdiff
path: root/websocket
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into t858t858bubbleboy142023-01-206-13/+20
|\
| * 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
* | WebSocketApp._send_ping(): omit break on ping failurebubbleboy142022-09-131-1/+1
|/
* 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
* 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
* Py2->3: simplify class definition (#750)谭九鼎2021-10-2012-14/+14
* Add docstring to WebSocket.send_binary (#737)Ben Hoyt2021-08-301-0/+8
* Ping/Pong behaviour explained in Example doc. (#733)Julian2021-08-251-0/+2
* added sslopt documentation (#732)CheeseCrustery2021-08-231-3/+3