Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #233 from JustAMan/master | liris | 2016-02-04 | 1 | -1/+4 | |
|\ | | | | | Handle more built-in exceptions that are not derived from Exception | |||||
| * | Propagate SystemExit exception further | Vasily | 2016-01-18 | 1 | -0/+3 | |
| | | ||||||
| * | Handle more built-in exceptions that are not derived from Exception in ↵ | Vasily | 2016-01-15 | 1 | -1/+1 | |
| | | | | | | | | WebSocketApp.run_forever() | |||||
* | | Merge pull request #232 from anshulguleria/syntax-highlighting | liris | 2016-02-04 | 1 | -11/+22 | |
|\ \ | |/ |/| | Adds python syntax highlighting to the python sample code in readme | |||||
| * | Adds python syntax highlighting to the python sample code in readme | anshulguleria | 2016-01-10 | 1 | -11/+22 | |
|/ | ||||||
* | fixed #227 | liris | 2016-01-04 | 2 | -3/+6 | |
| | ||||||
* | add ChangeLog | liris | 2016-01-04 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'ilysym-init-with-socket' | liris | 2016-01-04 | 2 | -2/+9 | |
|\ | ||||||
| * | Merge branch 'init-with-socket' of ↵ | liris | 2016-01-04 | 2 | -2/+9 | |
| |\ |/ / | | | | | https://github.com/ilysym/websocket-client into ilysym-init-with-socket | |||||
| * | Use pre-initialized stream socket | Ilya Semyonov | 2015-12-08 | 2 | -2/+9 | |
| | | | | | | | | | | Allow creating WebSocket connection on existing stream socket instance (either TCP or SSL). | |||||
* | | add ChangeLog | liris | 2016-01-04 | 1 | -1/+3 | |
| | | ||||||
* | | Merge branch 'CptPicard-fix-nonstring-exception-message-bug' | liris | 2016-01-04 | 1 | -1/+1 | |
|\ \ | ||||||
| * \ | Merge branch 'fix-nonstring-exception-message-bug' of ↵ | liris | 2016-01-04 | 1 | -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 Nevalainen | 2015-12-03 | 1 | -1/+1 | |
| |/ | | | | | | | seems to return just an integer error code from extract_err_message. | |||||
* | | Merge branch 'oklahomer-fix_argspec' | liris | 2016-01-04 | 1 | -2/+6 | |
|\ \ | ||||||
| * \ | Merge branch 'fix_argspec' of https://github.com/oklahomer/websocket-client ↵ | liris | 2016-01-04 | 1 | -2/+6 | |
| |\ \ |/ / / | | | | | | | into oklahomer-fix_argspec | |||||
| * | | use inspect.getfullargspec with Python 3.x | Oklahomer | 2015-11-08 | 1 | -2/+6 | |
| |/ | ||||||
* | | Merge branch 'master' of https://github.com/liris/websocket-client | liris | 2016-01-04 | 11 | -51/+51 | |
|\ \ | ||||||
| * \ | Merge pull request #231 from jwilk/spelling | liris | 2016-01-04 | 11 | -51/+51 | |
| |\ \ | | |/ | |/| | Fix typos | |||||
| | * | fix typos | Jakub Wilk | 2016-01-03 | 11 | -51/+51 | |
| |/ | ||||||
* | | new version | liris | 2016-01-04 | 2 | -2/+2 | |
| | | ||||||
* | | add document for #217 | liris | 2016-01-04 | 1 | -0/+2 | |
| | | ||||||
* | | Merge branch 'aholen-master' | liris | 2016-01-04 | 1 | -1/+7 | |
|\ \ | |/ |/| | ||||||
| * | Prints timings in console | Andreas Holen | 2015-11-05 | 1 | -1/+7 | |
|/ | ||||||
* | fixed #215v0.34.0 | liris | 2015-10-28 | 2 | -5/+9 | |
| | ||||||
* | fixed #203 | liris | 2015-10-28 | 2 | -3/+3 | |
| | ||||||
* | start v0.34 | liris | 2015-10-28 | 3 | -2/+6 | |
| | ||||||
* | Merge branch 'master' of https://github.com/liris/websocket-clientv0.33.0 | liris | 2015-10-27 | 1 | -2/+2 | |
|\ | ||||||
| * | Merge pull request #214 from jayvdb/py26-unindexed-parameters | liris | 2015-10-27 | 1 | -2/+2 | |
| |\ | | | | | | | Python 2.6 str.format does not support unindexed parameters | |||||
| | * | Python 2.6 str.format does not support unindexed parameters | John Vandenberg | 2015-10-19 | 1 | -2/+2 | |
| | | | ||||||
* | | | python 2.6 support | liris | 2015-10-27 | 1 | -1/+6 | |
|/ / | ||||||
* | | refs #212 | liris | 2015-10-27 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'nlevitt-tweaks' | liris | 2015-10-27 | 1 | -1/+1 | |
|\ \ | ||||||
| * \ | Merge branch 'tweaks' of https://github.com/nlevitt/websocket-client into ↵ | liris | 2015-10-27 | 1 | -1/+1 | |
| |\ \ |/ / / | | | | | | | nlevitt-tweaks | |||||
| * | | Merge remote-tracking branch 'origin/master' into tweaks | Noah Levitt | 2015-09-23 | 7 | -8/+44 | |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 callback | Noah Levitt | 2015-07-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | refs #211, #209, #210 | liris | 2015-10-27 | 1 | -0/+2 | |
| | | | ||||||
* | | | Merge pull request #211 from obi1kenobi/master | liris | 2015-10-27 | 3 | -7/+12 | |
|\ \ \ | | | | | | | | | Security improvements during handshake | |||||
| * | | | Ignoring files created during test cycle. | Predrag Gruevski | 2015-09-21 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | Using os.urandom() and constant-time hash check for handshake. Fixes #209 #210 | Predrag Gruevski | 2015-09-21 | 2 | -7/+9 | |
| | |/ | |/| | ||||||
* | | | refs #207 | liris | 2015-10-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'robviaas-master' | liris | 2015-10-27 | 1 | -0/+6 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'master' of https://github.com/robviaas/websocket-client into ↵ | liris | 2015-10-27 | 1 | -0/+6 | |
| |\ \ \ |/ / / / | | | | | | | | | robviaas-master | |||||
| * | | | Fix issue #207, Client certificates do not work with 2.7.9+ and 3.2+ | robviaas | 2015-09-20 | 1 | -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. | |||||
* | | | ref #204 | liris | 2015-10-27 | 2 | -2/+3 | |
| | | | | | | | | | | | | update document | |||||
* | | | Merge pull request #204 from DenisKolodin/patch-1 | liris | 2015-10-27 | 1 | -2/+5 | |
|\ \ \ | | | | | | | | | Map dict to headers list | |||||
| * | | | Map dict to headers list | DenisKolodin | 2015-08-22 | 1 | -2/+5 | |
| |/ / | ||||||
* | | | Merge pull request #201 from hhatto/fix-invalid-rst-for-pypi | liris | 2015-10-27 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | rst invalid rendering on pypi | |||||
| * | | rst invalid rendering on pypi | hhatto | 2015-08-12 | 1 | -1/+1 | |
|/ / | ||||||
* | | fixed #192 | liris | 2015-07-30 | 2 | -4/+8 | |
| | | | | | | | | introduced close timeout |