summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 1.5.1v1.5.1engn33r2023-02-051-1/+1
|
* 1.5.0v1.5.0engn33r2023-01-261-1/+1
|
* 1.4.2v1.4.2engn33r2022-11-031-1/+1
|
* Update docs to fix #863 (#872)engn33r2022-10-261-2/+2
|
* Remove broken websockets.org links from documentationengn33r2022-10-252-3/+2
|
* 1.4.1v1.4.1engn33r2022-09-041-1/+1
|
* Clean README, run doctest CI on README examplesengn33r2022-08-261-0/+62
|
* Replace 'coming soon' in docs with valid examplesengn33r2022-08-251-2/+23
|
* Fix doctest CI errorsengn33r2022-08-251-5/+5
|
* Add doctest CI to sphinx docsengn33r2022-08-253-252/+238
|
* 1.4.0v1.4.0engn33r2022-08-241-1/+1
|
* 1.3.3v1.3.3engn33r2022-06-201-1/+1
|
* Add utf8 encoding error workaroundengn33r2022-05-091-1/+10
|
* 1.3.2v1.3.2engn33r2022-03-291-1/+1
|
* Fix typo in FAQ section (#805)Dezmerean Robert2022-03-191-2/+2
|
* Remove rel.saferead() because of WrappedDispatcherengn33r2022-03-111-1/+0
|
* 1.3.1v1.3.1engn33r2022-02-251-1/+1
|
* Minor improvement of example documentationengn33r2022-02-251-3/+9
|
* 1.3.0v1.3.0engn33r2022-02-251-1/+1
|
* Fix examples rendering errorengn33r2022-02-251-25/+25
|
* Replace deprecated stream.meetup.com, echo.websocket.org endpoint URLsengn33r2022-02-253-59/+56
|
* Fix #784 replace broken linkengn33r2022-01-281-5/+4
|
* Fix typos (#782)Kian-Meng Ang2022-01-261-2/+2
|
* Update copyright year to 2022engn33r2021-12-312-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 dispatcher to run_forever examples to fix #580engn33r2021-12-151-1/+2
|
* rel example (#770)bubbleboy142021-12-131-0/+19
| | | | | | | | | | | | | | | Add example of ws.run_forever(dispatcher) to demonstrate using dispatcher * rel example * tweaked rel example for linter * added rel note to examples.rst * slightly more compact example * added example header * matched wording
* 1.2.3v1.2.3engn33r2021-12-071-1/+1
|
* 1.2.2v1.2.2engn33r2021-12-061-1/+1
|
* added documentation about new context option (#766)Chris Wheeler2021-12-071-0/+12
| | | | | | | * added documentation about new context option * oops, botched the version number * ugh, botched the code too
* 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
|
* Ping/Pong behaviour explained in Example doc. (#733)Julian2021-08-251-15/+27
| | | | | | | | | | | | | | * Ping/Pong behaviour explained in Example doc. Demoted Post-Connection features. Added context for Autobahn. Copy edit. Corrected misstatements about auto-responding pongs (Applies to WebSocket and WebApp). Removed example of calling pong() - not necessary. Explained the websocketapp example including auto-pinging and checks for response. * Improvements from review comments Fix grammar. Add comment. Co-authored-by: Julian-O <kraken@somethinkodd.com>
* added sslopt documentation (#732)CheeseCrustery2021-08-231-0/+15
|
* 1.2.1v1.2.1engn33r2021-08-121-1/+1
|
* 1.2.0v1.2.0engn33r2021-08-101-1/+1
|
* Revert #417 and reimplement proxy support with python-socksengn33r2021-08-101-7/+14
| | | | | | | | | | | | Due to the ongoing license change process in #697, PR #417 from @jhtitor needed to be removed. PR #417 added SOCKS proxy support using PySocks, which is the most popular Python SOCKS proxy and is used by libraries such as 'requests' and 'urllib3'. However, as of mid-2021, PySocks has not seen any activity since Sep 2019 and has several open issues. Because PySocks does not appear to be maintained and has no forks that are actively trying to replace the old repository, python-socks may be a better choice going forward. Although python-socks is a newer project, it has good code coverage and recent commits from earlier this year (2021).
* 1.1.1v1.1.1engn33r2021-08-051-1/+1
|
* 1.1.0v1.1.0engn33r2021-06-091-1/+1
|
* Remove numpy for performance boostengn33r2021-06-081-6/+8
|
* Update threading documentationengn33r2021-06-031-25/+43
|
* Finish updating on_close() 3 args requirementengn33r2021-06-031-2/+2
|
* Add callback on_error() tip to FAQ docsengn33r2021-06-021-0/+26
|
* Improve wsaccel/numpy docs and code coverageengn33r2021-05-311-2/+4
|
* Improve local socket connection examplesengn33r2021-05-301-3/+20
|
* Fix #688 by adding to FAQengn33r2021-05-301-0/+10
|
* 1.0.1v1.0.1engn33r2021-05-211-1/+1
|
* 1.0.0v1.0.0engn33r2021-05-171-1/+1
|
* Add status code examples to docs, improve unit testsengn33r2021-05-061-4/+59
|