Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add pip command to README for 2nd dependency | engn33r | 2021-01-26 | 1 | -1/+2 | |
| | ||||||
* | Fix a few minor typo/misspellings (#659) | Kazuhiro Sera | 2021-01-27 | 2 | -3/+3 | |
| | ||||||
* | Add venv / PyCharm directories to .gitignore (#658) | Kazuhiro Sera | 2021-01-27 | 1 | -1/+8 | |
| | ||||||
* | Add support for Python 3.8 and 3.9 (#596) | Hugo van Kemenade | 2021-01-27 | 2 | -9/+10 | |
| | | | Add Python 3.8 and 3.9 support in .travis.yml | |||||
* | Remove e71edd3 commit edits to fix TravisCI build (#657) | engn33r | 2021-01-27 | 1 | -4/+3 | |
| | ||||||
* | Merge pull request #647 from seratch/fix-build-failure | engn33r | 2021-01-26 | 2 | -3/+3 | |
|\ | | | | | Fix failing TravisCI builds | |||||
| * | Tweak Python 3.4 build settings | Kazuhiro Sera | 2020-11-27 | 1 | -1/+1 | |
| | | ||||||
| * | Fix the failing tests (testIter, testNext) | Kazuhiro Sera | 2020-11-27 | 1 | -2/+2 | |
| | | ||||||
* | | Remove README text copied from fork that is not applicable | engn33r | 2021-01-25 | 1 | -8/+2 | |
| | | ||||||
* | | Fix minor typo - getdefauttimeout to getdefaulttimeout | engn33r | 2021-01-25 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #655 from engn33r/master | engn33r | 2021-01-26 | 6 | -8/+248 | |
|\ \ | |/ |/| | Merge changes from engn33r's fork to the central repository | |||||
| * | Edit README.md for clarification and to add missing material from parent repo | engn33r | 2021-01-24 | 1 | -42/+158 | |
| | | ||||||
| * | Merge pull request #4 from sawdustofmind/FIX-604 | engn33r | 2021-01-25 | 1 | -1/+1 | |
| |\ | | | | | | | Capitalize default connection header | |||||
| | * | Capitalize default connection header | sawdustofmind | 2020-02-19 | 1 | -1/+1 | |
| |/ |/| | ||||||
| * | Merge pull request #3 from danrobinson88/fix-create_connection-documentation | engn33r | 2021-01-25 | 1 | -2/+2 | |
| |\ | | | | | | | fix documentation: create_connection, settimeout | |||||
| | * | fix documentation: create_connection, settimeout | Dan Robinson | 2021-01-14 | 1 | -2/+2 | |
| |/ |/| | ||||||
| * | Fix _handshake.py error where subproto is None | Erik | 2021-01-08 | 1 | -3/+4 | |
| | | ||||||
| * | Merge branch 'master' of github.com:engn33r/websocket-client | Erik | 2021-01-08 | 3 | -3/+6 | |
| |\ | ||||||
| | * | Merge pull request #2 from anuragbeniwal/master | Erik | 2021-01-09 | 2 | -2/+5 | |
| | |\ | | | | | | | | | Fix None.lower() when sec-websocket-protocol response header doesn't exist | |||||
| | | * | Fix None.lower() when sec-websocket-protocol response header does not exist | anuragbeniwal | 2020-05-08 | 2 | -2/+5 | |
| |_|/ |/| | | | | | | | | Fix for https://github.com/websocket-client/websocket-client/issues/516 | |||||
| | * | Merge pull request #1 from Lu-Yi-Hsun/master | Erik | 2021-01-09 | 1 | -1/+1 | |
| | |\ | |/ / |/| | | fix callback | |||||
| | * | fix callback | lu-yi-hsun | 2018-11-08 | 1 | -1/+1 | |
| | | | ||||||
| * | | Create README.md and fix minor typo (both from existing pull requests) | Erik | 2021-01-08 | 2 | -1/+121 | |
|/ / | ||||||
* | | 0.57.0v0.57.0 | liris | 2019-12-25 | 1 | -1/+1 | |
| | | ||||||
* | | Change Log | liris | 2019-12-25 | 1 | -0/+11 | |
| | | ||||||
* | | Merge pull request #533 from sfoerster/master | liris | 2019-12-25 | 1 | -3/+3 | |
|\ \ | | | | | | | _handshake: hasattr checks on six before accessing the values | |||||
| * | | _handshake: hasattr checks on six before accessing the values | Steven Foerster | 2019-03-14 | 1 | -3/+3 | |
| | | | ||||||
* | | | Merge pull request #539 from jpshivakavi/master | liris | 2019-12-25 | 1 | -1/+2 | |
|\ \ \ | | | | | | | | | v should be checked for emptry string before splitting it | |||||
| * | | | v should be checked for emptry string before splitting it | Jayaprakash Nevara | 2019-03-29 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | when name 'v' has empty string on splitting this empty string we get a list with empty string like [''] This will make the next if statement "if not no_proxy:" false. This is leading to a bug where a connection initiated from a localhost / 127.0.0.1 will not be considered as no_proxy type of connection. Leading to an exception ValueError("scheme %s is invalid" % scheme) with the scheme value set to http from parse_url() function | |||||
* | | | | Merge pull request #549 from AZaugg/master | liris | 2019-12-25 | 5 | -3/+13 | |
|\ \ \ \ | | | | | | | | | | | Pep8 fixes | |||||
| * \ \ \ | Merge branch 'master' into master | liris | 2019-12-25 | 10 | -19/+53 | |
| |\ \ \ \ | |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #547 from DYFeng/master | liris | 2019-12-25 | 0 | -0/+0 | |
|\ \ \ \ \ | | | | | | | | | | | | | fix the compatible issue with gevent+dnspython | |||||
| * | | | | | fix the compatible issue with gevent+dnspython | Ngai-Fung Yip | 2019-04-22 | 1 | -1/+1 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #553 from spacewander/improve_readability | liris | 2019-12-25 | 1 | -2/+3 | |
|\ \ \ \ \ | | | | | | | | | | | | | Improve the readability of HTTP status codes. | |||||
| * | | | | | Improve the readability of HTTP status codes. | spacewander | 2019-05-10 | 1 | -2/+3 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | This commit also changes the type of 'SUPPORTED_REDIRECT_STATUSES' to 'tuple'. It seems that this change doesn't break anything. | |||||
* | | | | | Merge pull request #566 from ↵ | liris | 2019-12-25 | 1 | -3/+6 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | damjanstulicsonos/expose-http-connection-header-to-user Expose http connection header to user | |||||
| * | | | | | updated if statement to include check against None | Damjan Stulic | 2019-08-07 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | removed extra white space | Damjan Stulic | 2019-08-07 | 1 | -1/+0 | |
| | | | | | | ||||||
| * | | | | | added support for allowing users to change connection header | Damjan Stulic | 2019-08-07 | 1 | -3/+7 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #573 from devmonkey22/master | liris | 2019-12-25 | 1 | -5/+4 | |
|\ \ \ \ \ | | | | | | | | | | | | | Resolve issue opening socket to intranet on Windows 10 with no proxy settings but behind proxy | |||||
| * | | | | | Resolve issue opening socket to intranet on Windows 10 with no proxy ↵ | Mike D | 2019-09-16 | 1 | -5/+4 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | settings but behind proxy Fix for #571. Always provide `socket.SOCK_STREAM` to `socket.getaddrinfo`. | |||||
* | | | | | Merge pull request #576 from Mottl/compress | liris | 2019-12-25 | 1 | -3/+19 | |
|\ \ \ \ \ | | | | | | | | | | | | | Show compressed text messages in wsdump.py | |||||
| * | | | | | Simplify zlib.decompress call | Dmitry Mottl | 2019-09-25 | 1 | -5/+1 | |
| | | | | | | ||||||
| * | | | | | Show compressed text messages in wsdump.py | Dmitry Mottl | 2019-09-24 | 1 | -3/+23 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #577 from filips123/dummy-ssl-object | liris | 2019-12-25 | 1 | -0/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | Create dummy `ssl` object | |||||
| * | | | | | Create dummy `ssl` object | Filip Š | 2019-10-04 | 1 | -0/+2 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #579 from lucashussey/patch-1 | liris | 2019-12-25 | 1 | -2/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fixed typo | |||||
| * | | | | | Fixed typo | Lucas Hussey | 2019-10-25 | 1 | -2/+2 | |
| |/ / / / | | | | | | | | | | | Class name "SSLDispacther" had a typo, should be "SSLDispatcher". Fixed class definition, and instance creation (in create_dispatcher). | |||||
* | | | | | Merge pull request #584 from kube-HPC/add-condition-for-trace | liris | 2019-12-25 | 3 | -3/+8 | |
|\ \ \ \ \ | | | | | | | | | | | | | avoid calling repr(data) if tracing is not enabled | |||||
| * | | | | | avoid calling repr(data) if tracing is not enabled | Yehiyam Livneh | 2019-11-24 | 3 | -3/+8 | |
| |/ / / / |