summaryrefslogtreecommitdiff
path: root/websocket
Commit message (Collapse)AuthorAgeFilesLines
...
| * | wsdump, examples, setup, _abnf, _http, _utils: [PEP 8] Fix spacingAllan Lewis2016-04-274-13/+13
| | |
| * | _abnf, _app, _http, _url: [PEP 8] Fix indentsAllan Lewis2016-04-275-16/+18
| | |
| * | _core, test_websocket: Remove unused localsAllan Lewis2016-04-272-8/+8
| | |
| * | ChangeLog, _abnf, _logging: Corect typosAllan Lewis2016-04-272-7/+7
| | |
| * | _core, _handshake: Remove unused importsAllan Lewis2016-04-272-7/+0
| | |
| * | test_websocket: Remove unnecessary backslashesAllan Lewis2016-04-271-3/+3
| | |
| * | _utils: Remove unnecessary trailing semicolonAllan Lewis2016-04-271-1/+1
| | |
| * | _core.WebSocket.shutdown: Triple-quote docstringAllan Lewis2016-04-271-1/+1
| | |
| * | _utils.NoLock.__exit__: Use standard parameter namesAllan Lewis2016-04-271-1/+1
| | | | | | | | | | | | In any case, `type` is a builtin.
| * | _abnf, _socket: Don't override builtinsAllan Lewis2016-04-272-6/+6
| | |
| * | wsdump, _core, _url, _utils: Remove redundant parenthesesAllan Lewis2016-04-273-5/+5
| | |
| * | _abnf.ABNF._is_valid_close_status: Make method staticAllan Lewis2016-04-271-1/+2
| | |
| * | _handshake._get_handshake_headers: Use list literalAllan Lewis2016-04-271-4/+5
| | |
| * | _app: Don't use mutable default argument valueAllan Lewis2016-04-271-2/+2
| | |
| * | wsdump, _abnf, _http: Compare to `None` using `in`Allan Lewis2016-04-272-3/+3
| | |
| * | test_websocket: [Cleanup] Remove unused importsAllan Lewis2016-04-271-2/+0
| | |
| * | test_websocket: [Cleanup] Correct typoAllan Lewis2016-04-271-3/+3
| |/
* | Exclude port 443 from host http headerLiam Stanley2016-04-271-1/+1
|/
* fixed #246v0.37.0liris2016-04-142-2/+2
|
* fixed #242v0.36.0liris2016-04-121-1/+1
|
* update document and version no.liris2016-04-121-1/+1
|
* Merge pull request #241 from mkonecny/masterliris2016-04-121-3/+9
|\ | | | | implement ping/pong timeout
| * implement ping/pong timeoutMartin Konecny2016-03-211-3/+9
| |
* | Merge pull request #235 from mpnowacki/masterliris2016-04-121-53/+55
|\ \ | | | | | | added support for using custom connection class
| * | added support for using custom connection classmichal.nowacki2016-02-101-53/+55
| |/
* | Use 'websocket' as logger nameJohannes Laire2016-02-191-1/+1
| |
* | Fix typos in docstringJohannes Laire2016-02-191-2/+2
|/
* Propagate SystemExit exception furtherVasily2016-01-181-0/+3
|
* Handle more built-in exceptions that are not derived from Exception in ↵Vasily2016-01-151-1/+1
| | | | WebSocketApp.run_forever()
* fixed #227liris2016-01-041-3/+5
|
* Merge branch 'init-with-socket' of ↵liris2016-01-042-2/+9
|\ | | | | | | https://github.com/ilysym/websocket-client into ilysym-init-with-socket
| * Use pre-initialized stream socketIlya Semyonov2015-12-082-2/+9
| | | | | | | | | | Allow creating WebSocket connection on existing stream socket instance (either TCP or SSL).
* | Merge branch 'fix-nonstring-exception-message-bug' of ↵liris2016-01-041-1/+1
|\ \ | | | | | | | | | https://github.com/CptPicard/websocket-client into CptPicard-fix-nonstring-exception-message-bug
| * | Not all exception messages are actually strings. For example SSLException ↵Eero Nevalainen2015-12-031-1/+1
| |/ | | | | | | seems to return just an integer error code from extract_err_message.
* | Merge branch 'fix_argspec' of https://github.com/oklahomer/websocket-client ↵liris2016-01-041-2/+6
|\ \ | | | | | | | | | into oklahomer-fix_argspec
| * | use inspect.getfullargspec with Python 3.xOklahomer2015-11-081-2/+6
| |/
* | Merge branch 'master' of https://github.com/liris/websocket-clientliris2016-01-046-43/+43
|\ \
| * | fix typosJakub Wilk2016-01-036-43/+43
| |/
* | new versionliris2016-01-041-1/+1
|/
* fixed #215v0.34.0liris2015-10-281-5/+8
|
* fixed #203liris2015-10-281-2/+2
|
* start v0.34liris2015-10-281-1/+1
|
* python 2.6 supportliris2015-10-271-1/+6
|
* Merge branch 'tweaks' of https://github.com/nlevitt/websocket-client into ↵liris2015-10-271-1/+1
|\ | | | | | | nlevitt-tweaks
| * Merge remote-tracking branch 'origin/master' into tweaksNoah Levitt2015-09-235-7/+37
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: fixed #192 introduced close timeout fixed #199 WebSocketBadStatusException for handshake error fixed #198 introduce on_data callback to pass data type. documentation add space. Typo fix in README.rst Fix string formatting in exception add support for ssl cert chains to support client certs
| * | improve logging of error from callbackNoah Levitt2015-07-201-1/+1
| | |
* | | Merge pull request #211 from obi1kenobi/masterliris2015-10-272-7/+9
|\ \ \ | | | | | | | | Security improvements during handshake
| * | | Using os.urandom() and constant-time hash check for handshake. Fixes #209 #210Predrag Gruevski2015-09-212-7/+9
| | |/ | |/|
* | | Merge branch 'master' of https://github.com/robviaas/websocket-client into ↵liris2015-10-271-0/+6
|\ \ \ | | | | | | | | | | | | robviaas-master
| * | | Fix issue #207, Client certificates do not work with 2.7.9+ and 3.2+robviaas2015-09-201-0/+6
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | (https://github.com/liris/websocket-client/issues/207) By observing the certfile argument, we can load the cert chain using the certfile, keyfile and password sslopt values. A more complete fix might allow us to pass in the SSLContext (rather than creating it on each connection), which would allow the caller to set all SSL options prior to calling create_connection() - this option was passed over as it required more extensive changes.