Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 0.59.0v0.59.0python2 | engn33r | 2021-05-04 | 1 | -1/+1 |
| | |||||
* | Fixing urlparse scheme in Python 2.6.1 (#332) | Brandon Moser | 2021-05-04 | 1 | -1/+1 |
| | |||||
* | PEP8 style compliance fixes | engn33r | 2021-05-04 | 15 | -57/+45 |
| | |||||
* | Fix #649 case of multiple set-cookie response headers | engn33r | 2021-04-26 | 1 | -1/+4 |
| | |||||
* | Add ping_payload to run_forever() | engn33r | 2021-04-26 | 1 | -3/+6 |
| | |||||
* | Fix #676 to update thread daemon | engn33r | 2021-04-26 | 1 | -1/+1 |
| | |||||
* | uses HTTP/1.1 for connect method (#677) | GtTmy | 2021-04-19 | 1 | -1/+3 |
| | | | and add Host header for proxy connections | ||||
* | Comment out abnf test_mask for Python 2.7 support | engn33r | 2021-03-29 | 1 | -4/+6 |
| | |||||
* | Improve _core.py test coverage | engn33r | 2021-03-29 | 2 | -29/+20 |
| | |||||
* | Improve _abnf.py test coverage | engn33r | 2021-03-29 | 1 | -0/+83 |
| | |||||
* | Add unit test for PR #627 | engn33r | 2021-03-29 | 2 | -0/+10 |
| | |||||
* | Add support for permitting additional values in the "upgrade" and ↵ | Chris Wheeler | 2021-03-29 | 1 | -2/+2 |
| | | | | "connection" headers (#627) | ||||
* | Improve _app.py code coverage | engn33r | 2021-03-28 | 2 | -74/+142 |
| | |||||
* | Fix test_http.py import error | engn33r | 2021-03-28 | 1 | -1/+5 |
| | |||||
* | Improve _http.py code coverage | engn33r | 2021-03-28 | 1 | -0/+108 |
| | |||||
* | Match no proxy on domain and * (#671) | Codeglitches | 2021-03-22 | 3 | -186/+321 |
| | | | | | | | | | * Extract url test methods and classes to separate test module * Fix: Restore no_proxy environment variable after tests * Fix: is_address_in_network does not pass simple unittests * Match no_proxy on * and domains | ||||
* | Simplified cookie sorting to fix comparison problem between SimpleCookies (#662) | Niels Draaisma | 2021-03-22 | 1 | -2/+2 |
| | |||||
* | Fix #639 by adding close branch for reserved custom status codes | engn33r | 2021-03-07 | 1 | -1/+3 |
| | |||||
* | 0.58.0v0.58.0 | engn33r | 2021-03-02 | 1 | -1/+1 |
| | |||||
* | Replace TravisCI with GitHub Actions | engn33r | 2021-02-27 | 1 | -2/+2 |
| | |||||
* | Replace deprecated assertEquals() with assertEqual() | engn33r | 2021-02-27 | 2 | -21/+21 |
| | | | | | | The plural 'assertEquals()' is deprecated in Python 3 and triggers a warning during CI: https://docs.python.org/3/library/unittest.html#deprecated-aliases | ||||
* | Revert PR #611 | engn33r | 2021-02-27 | 1 | -2/+2 |
| | |||||
* | Fix #546 by removing comments introduced by PR #513 | engn33r | 2021-02-22 | 1 | -2/+0 |
| | |||||
* | Fix #526 by reverting invalid BSD license migration in commit e94ed9e to ↵ | engn33r | 2021-02-22 | 15 | -24/+84 |
| | | | | return to LGPL2.1 | ||||
* | Edit documentation to clarify timeout can be int or float (#654) | engn33r | 2021-02-16 | 3 | -6/+6 |
| | |||||
* | Properly revert _app.py callback to state before PR #442 (previously only ↵ | engn33r | 2021-02-14 | 1 | -4/+1 |
| | | | | partially reverted) | ||||
* | Allow optional, not mandatory, argument for pong() in WebSocket | engn33r | 2021-02-14 | 1 | -1/+1 |
| | |||||
* | 'ping_interval' should be less than 'ping_timeout' (#611) | lano2088 | 2021-02-09 | 1 | -2/+2 |
| | |||||
* | Improve documentation, mostly new examples but some code comment upgrades | engn33r | 2021-02-06 | 2 | -24/+31 |
| | |||||
* | Merge branch 'master' of github.com:websocket-client/websocket-client | engn33r | 2021-01-31 | 1 | -1/+1 |
|\ | |||||
| * | Use `thread.is_alive()` to replace deprecated `thread.isAlive()` (#594) | Itai Steinherz | 2021-01-29 | 1 | -1/+1 |
| | | |||||
* | | Add first draft of Sphinx documentation | engn33r | 2021-01-31 | 8 | -214/+371 |
|/ | |||||
* | 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 | 1 | -2/+2 |
|\ | | | | | Fix failing TravisCI builds | ||||
| * | Fix the failing tests (testIter, testNext) | Kazuhiro Sera | 2020-11-27 | 1 | -2/+2 |
| | | |||||
* | | Fix minor typo - getdefauttimeout to getdefaulttimeout | engn33r | 2021-01-25 | 1 | -1/+1 |
| | | |||||
* | | 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 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 |
| | | |||||
* | | 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 branch 'master' into master | liris | 2019-12-25 | 7 | -15/+27 |
|\ \ \ \ |