summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add pip command to README for 2nd dependencyengn33r2021-01-261-1/+2
|
* Fix a few minor typo/misspellings (#659)Kazuhiro Sera2021-01-272-3/+3
|
* Add venv / PyCharm directories to .gitignore (#658)Kazuhiro Sera2021-01-271-1/+8
|
* Add support for Python 3.8 and 3.9 (#596)Hugo van Kemenade2021-01-272-9/+10
| | | Add Python 3.8 and 3.9 support in .travis.yml
* Remove e71edd3 commit edits to fix TravisCI build (#657)engn33r2021-01-271-4/+3
|
* Merge pull request #647 from seratch/fix-build-failureengn33r2021-01-262-3/+3
|\ | | | | Fix failing TravisCI builds
| * Tweak Python 3.4 build settingsKazuhiro Sera2020-11-271-1/+1
| |
| * Fix the failing tests (testIter, testNext)Kazuhiro Sera2020-11-271-2/+2
| |
* | Remove README text copied from fork that is not applicableengn33r2021-01-251-8/+2
| |
* | Fix minor typo - getdefauttimeout to getdefaulttimeoutengn33r2021-01-251-1/+1
| |
* | Merge pull request #655 from engn33r/masterengn33r2021-01-266-8/+248
|\ \ | |/ |/| Merge changes from engn33r's fork to the central repository
| * Edit README.md for clarification and to add missing material from parent repoengn33r2021-01-241-42/+158
| |
| * Merge pull request #4 from sawdustofmind/FIX-604engn33r2021-01-251-1/+1
| |\ | | | | | | Capitalize default connection header
| | * Capitalize default connection headersawdustofmind2020-02-191-1/+1
| |/ |/|
| * Merge pull request #3 from danrobinson88/fix-create_connection-documentationengn33r2021-01-251-2/+2
| |\ | | | | | | fix documentation: create_connection, settimeout
| | * fix documentation: create_connection, settimeoutDan Robinson2021-01-141-2/+2
| |/ |/|
| * Fix _handshake.py error where subproto is NoneErik2021-01-081-3/+4
| |
| * Merge branch 'master' of github.com:engn33r/websocket-clientErik2021-01-083-3/+6
| |\
| | * Merge pull request #2 from anuragbeniwal/masterErik2021-01-092-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 existanuragbeniwal2020-05-082-2/+5
| |_|/ |/| | | | | | | | Fix for https://github.com/websocket-client/websocket-client/issues/516
| | * Merge pull request #1 from Lu-Yi-Hsun/masterErik2021-01-091-1/+1
| | |\ | |/ / |/| | fix callback
| | * fix callbacklu-yi-hsun2018-11-081-1/+1
| | |
| * | Create README.md and fix minor typo (both from existing pull requests)Erik2021-01-082-1/+121
|/ /
* | 0.57.0v0.57.0liris2019-12-251-1/+1
| |
* | Change Logliris2019-12-251-0/+11
| |
* | Merge pull request #533 from sfoerster/masterliris2019-12-251-3/+3
|\ \ | | | | | | _handshake: hasattr checks on six before accessing the values
| * | _handshake: hasattr checks on six before accessing the valuesSteven Foerster2019-03-141-3/+3
| | |
* | | Merge pull request #539 from jpshivakavi/masterliris2019-12-251-1/+2
|\ \ \ | | | | | | | | v should be checked for emptry string before splitting it
| * | | v should be checked for emptry string before splitting itJayaprakash Nevara2019-03-291-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/masterliris2019-12-255-3/+13
|\ \ \ \ | | | | | | | | | | Pep8 fixes
| * \ \ \ Merge branch 'master' into masterliris2019-12-2510-19/+53
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #547 from DYFeng/masterliris2019-12-250-0/+0
|\ \ \ \ \ | | | | | | | | | | | | fix the compatible issue with gevent+dnspython
| * | | | | fix the compatible issue with gevent+dnspythonNgai-Fung Yip2019-04-221-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #553 from spacewander/improve_readabilityliris2019-12-251-2/+3
|\ \ \ \ \ | | | | | | | | | | | | Improve the readability of HTTP status codes.
| * | | | | Improve the readability of HTTP status codes.spacewander2019-05-101-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 ↵liris2019-12-251-3/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | damjanstulicsonos/expose-http-connection-header-to-user Expose http connection header to user
| * | | | | updated if statement to include check against NoneDamjan Stulic2019-08-071-1/+1
| | | | | |
| * | | | | removed extra white spaceDamjan Stulic2019-08-071-1/+0
| | | | | |
| * | | | | added support for allowing users to change connection headerDamjan Stulic2019-08-071-3/+7
| |/ / / /
* | | | | Merge pull request #573 from devmonkey22/masterliris2019-12-251-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 D2019-09-161-5/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | settings but behind proxy Fix for #571. Always provide `socket.SOCK_STREAM` to `socket.getaddrinfo`.
* | | | | Merge pull request #576 from Mottl/compressliris2019-12-251-3/+19
|\ \ \ \ \ | | | | | | | | | | | | Show compressed text messages in wsdump.py
| * | | | | Simplify zlib.decompress callDmitry Mottl2019-09-251-5/+1
| | | | | |
| * | | | | Show compressed text messages in wsdump.pyDmitry Mottl2019-09-241-3/+23
| |/ / / /
* | | | | Merge pull request #577 from filips123/dummy-ssl-objectliris2019-12-251-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Create dummy `ssl` object
| * | | | | Create dummy `ssl` objectFilip Š2019-10-041-0/+2
| |/ / / /
* | | | | Merge pull request #579 from lucashussey/patch-1liris2019-12-251-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fixed typo
| * | | | | Fixed typoLucas Hussey2019-10-251-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-traceliris2019-12-253-3/+8
|\ \ \ \ \ | | | | | | | | | | | | avoid calling repr(data) if tracing is not enabled
| * | | | | avoid calling repr(data) if tracing is not enabledYehiyam Livneh2019-11-243-3/+8
| |/ / / /