Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.5.1v1.5.1 | engn33r | 2023-02-05 | 1 | -1/+1 |
| | |||||
* | 1.5.0v1.5.0 | engn33r | 2023-01-26 | 1 | -1/+1 |
| | |||||
* | 1.4.2v1.4.2 | engn33r | 2022-11-03 | 1 | -1/+1 |
| | |||||
* | Update docs to fix #863 (#872) | engn33r | 2022-10-26 | 1 | -2/+2 |
| | |||||
* | Remove broken websockets.org links from documentation | engn33r | 2022-10-25 | 2 | -3/+2 |
| | |||||
* | 1.4.1v1.4.1 | engn33r | 2022-09-04 | 1 | -1/+1 |
| | |||||
* | Clean README, run doctest CI on README examples | engn33r | 2022-08-26 | 1 | -0/+62 |
| | |||||
* | Replace 'coming soon' in docs with valid examples | engn33r | 2022-08-25 | 1 | -2/+23 |
| | |||||
* | Fix doctest CI errors | engn33r | 2022-08-25 | 1 | -5/+5 |
| | |||||
* | Add doctest CI to sphinx docs | engn33r | 2022-08-25 | 3 | -252/+238 |
| | |||||
* | 1.4.0v1.4.0 | engn33r | 2022-08-24 | 1 | -1/+1 |
| | |||||
* | 1.3.3v1.3.3 | engn33r | 2022-06-20 | 1 | -1/+1 |
| | |||||
* | Add utf8 encoding error workaround | engn33r | 2022-05-09 | 1 | -1/+10 |
| | |||||
* | 1.3.2v1.3.2 | engn33r | 2022-03-29 | 1 | -1/+1 |
| | |||||
* | Fix typo in FAQ section (#805) | Dezmerean Robert | 2022-03-19 | 1 | -2/+2 |
| | |||||
* | Remove rel.saferead() because of WrappedDispatcher | engn33r | 2022-03-11 | 1 | -1/+0 |
| | |||||
* | 1.3.1v1.3.1 | engn33r | 2022-02-25 | 1 | -1/+1 |
| | |||||
* | Minor improvement of example documentation | engn33r | 2022-02-25 | 1 | -3/+9 |
| | |||||
* | 1.3.0v1.3.0 | engn33r | 2022-02-25 | 1 | -1/+1 |
| | |||||
* | Fix examples rendering error | engn33r | 2022-02-25 | 1 | -25/+25 |
| | |||||
* | Replace deprecated stream.meetup.com, echo.websocket.org endpoint URLs | engn33r | 2022-02-25 | 3 | -59/+56 |
| | |||||
* | Fix #784 replace broken link | engn33r | 2022-01-28 | 1 | -5/+4 |
| | |||||
* | Fix typos (#782) | Kian-Meng Ang | 2022-01-26 | 1 | -2/+2 |
| | |||||
* | Update copyright year to 2022 | engn33r | 2021-12-31 | 2 | -2/+2 |
| | |||||
* | Simplify "with" example (#772) (#774) | Mr Keuz | 2021-12-30 | 1 | -9/+2 |
| | |||||
* | Add with statement example to fix #772 | engn33r | 2021-12-28 | 1 | -0/+27 |
| | |||||
* | Add dispatcher to run_forever examples to fix #580 | engn33r | 2021-12-15 | 1 | -1/+2 |
| | |||||
* | rel example (#770) | bubbleboy14 | 2021-12-13 | 1 | -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.3 | engn33r | 2021-12-07 | 1 | -1/+1 |
| | |||||
* | 1.2.2v1.2.2 | engn33r | 2021-12-06 | 1 | -1/+1 |
| | |||||
* | added documentation about new context option (#766) | Chris Wheeler | 2021-12-07 | 1 | -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) | engn33r | 2021-12-01 | 1 | -1/+0 |
| | |||||
* | Clarify wording in ping/pong example (#768) | Dan Swain | 2021-12-02 | 1 | -4/+4 |
| | |||||
* | Ping/Pong behaviour explained in Example doc. (#733) | Julian | 2021-08-25 | 1 | -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) | CheeseCrustery | 2021-08-23 | 1 | -0/+15 |
| | |||||
* | 1.2.1v1.2.1 | engn33r | 2021-08-12 | 1 | -1/+1 |
| | |||||
* | 1.2.0v1.2.0 | engn33r | 2021-08-10 | 1 | -1/+1 |
| | |||||
* | Revert #417 and reimplement proxy support with python-socks | engn33r | 2021-08-10 | 1 | -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.1 | engn33r | 2021-08-05 | 1 | -1/+1 |
| | |||||
* | 1.1.0v1.1.0 | engn33r | 2021-06-09 | 1 | -1/+1 |
| | |||||
* | Remove numpy for performance boost | engn33r | 2021-06-08 | 1 | -6/+8 |
| | |||||
* | Update threading documentation | engn33r | 2021-06-03 | 1 | -25/+43 |
| | |||||
* | Finish updating on_close() 3 args requirement | engn33r | 2021-06-03 | 1 | -2/+2 |
| | |||||
* | Add callback on_error() tip to FAQ docs | engn33r | 2021-06-02 | 1 | -0/+26 |
| | |||||
* | Improve wsaccel/numpy docs and code coverage | engn33r | 2021-05-31 | 1 | -2/+4 |
| | |||||
* | Improve local socket connection examples | engn33r | 2021-05-30 | 1 | -3/+20 |
| | |||||
* | Fix #688 by adding to FAQ | engn33r | 2021-05-30 | 1 | -0/+10 |
| | |||||
* | 1.0.1v1.0.1 | engn33r | 2021-05-21 | 1 | -1/+1 |
| | |||||
* | 1.0.0v1.0.0 | engn33r | 2021-05-17 | 1 | -1/+1 |
| | |||||
* | Add status code examples to docs, improve unit tests | engn33r | 2021-05-06 | 1 | -4/+59 |
| |