Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Remove hack disconnect check, add mutex to recv_frame | Jaakko Kukkohovi | 2017-03-27 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge pull request #307 from attzonko/patch-1 | liris | 2017-06-18 | 1 | -3/+6 | |
|\ \ \ | | | | | | | | | Support WEBSOCKET_CLIENT_CA_BUNDLE being directory | |||||
| * | | | Support WEBSOCKET_CLIENT_CA_BUNDLE being directory | Alex Tzonkov | 2017-03-23 | 1 | -3/+6 | |
| | |/ | |/| | | | | This PR adds the capability to use a directory with multiple certs to do ssl cert verification. Similar to how the requests module uses REQUESTS_CA_BUNDLE. | |||||
* | | | Merge pull request #304 from underyx/patch-1 | liris | 2017-06-18 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fix insecure_pythons list in setup.py | |||||
| * | | | Fix insecure_pythons list in setup.py | Bence Nagy | 2017-03-09 | 1 | -1/+1 | |
| |/ / | | | | | | | | | | | | | Before this it generated: '2.4, 2.5, 2.62.7.0, 2.7.1, …' | |||||
* | | | Merge pull request #303 from jwilk-forks/spelling | liris | 2017-06-18 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fix typo | |||||
| * | | | Fix typo | Jakub Wilk | 2017-02-27 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Merge pull request #298 from eendebakpt/master | liris | 2017-06-18 | 1 | -8/+8 | |
|\ \ \ | | | | | | | | | make examples in README.rst python3 compatible | |||||
| * | | | make examples in README.rst python3 compatible | Pieter | 2017-02-01 | 1 | -8/+8 | |
| |/ / | ||||||
* | | | Merge pull request #301 from lujinda/master | liris | 2017-06-18 | 1 | -1/+0 | |
|\ \ \ | | | | | | | | | fix: when using pppoe redial will block. | |||||
| * | | | fix: when using pppoe redial will block. | 疯狂的小企鹅 | 2016-08-01 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | Merge pull request #292 from tifayuki/master | liris | 2017-06-18 | 4 | -2/+159 | |
|\ \ \ \ | |_|/ / |/| | | | Implement simple cookie jar | |||||
| * | | | Implement simple cookie jar | tifayuki | 2016-12-21 | 4 | -2/+159 | |
| | | | | ||||||
* | | | | change log for #294 | liris | 2017-01-19 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Merge pull request #295 from bytesofmyself/master | liris | 2017-01-19 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | add warning() to _logging.__all__ to resolve _send_ping issue | |||||
| * | | | | add warning() to _logging.__all__ to resolve _send_ping issue | Matt | 2017-01-17 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | move repository to https://github.com/websocket-client/websocket-client.git | liris | 2017-01-19 | 3 | -3/+7 | |
| | | | | ||||||
* | | | | Update README.rst | liris | 2017-01-19 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Update README.rst | liris | 2017-01-19 | 1 | -0/+2 | |
|/ / / | ||||||
* | | | update document and set version to 0.40!v0.40.0 | liris | 2016-12-09 | 3 | -2/+5 | |
| | | | | | | | | | | | | ! | |||||
* | | | Merge pull request #286 from chao787/master | liris | 2016-12-09 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fix opcode -> op_code | |||||
| * | | | Fix opcode -> op_code | Richard Wong | 2016-12-07 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | fix classifierv0.39.0 | liris | 2016-12-02 | 1 | -1/+1 | |
| | | | ||||||
* | | | fixed #264 | liris | 2016-12-02 | 3 | -2/+3 | |
| | | | ||||||
* | | | update license file. fixed #282 | liris | 2016-12-02 | 1 | -90/+160 | |
| | | | ||||||
* | | | Merge branch 'master' of https://github.com/liris/websocket-client | liris | 2016-12-02 | 4 | -2/+13 | |
|\ \ \ | ||||||
| * \ \ | Merge pull request #279 from ifarkas/ca_bundle | liris | 2016-12-02 | 1 | -2/+5 | |
| |\ \ \ | | | | | | | | | | | Support CA bundle specified by environment variable | |||||
| | * | | | Support CA bundle specified by environment variable | Imre Farkas | 2016-11-15 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's currently no way to define a custom list of trusted CAs and certain uses-cases end up in SSLError. This commit adds a check for the WEBSOCKET_CLIENT_CA_BUNDLE env variable, similarly to requests library which accepts REQUETS_CA_BUNDLE. | |||||
| * | | | | Merge pull request #277 from graingert/patch-2 | liris | 2016-12-02 | 1 | -0/+1 | |
| |\ \ \ \ | | | | | | | | | | | | | Enable travis on python 3.5 | |||||
| | * | | | | Enable travis on python 3.5 | Thomas Grainger | 2016-10-28 | 1 | -0/+1 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #275 from graingert/fix-readme | liris | 2016-12-02 | 2 | -0/+4 | |
| |\ \ \ \ | | | | | | | | | | | | | fix README for PyPI | |||||
| | * | | | | fix README for PyPI | Thomas Grainger | 2016-10-28 | 2 | -0/+4 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #273 from jbwdevries/implement_close_code_1014 | liris | 2016-12-02 | 1 | -0/+3 | |
| |\ \ \ \ | | | | | | | | | | | | | Implemented close code 1014 | |||||
| | * | | | | Implemented close code 1014 | Johan de Vries | 2016-10-10 | 1 | -0/+3 | |
| | |/ / / | ||||||
* | | | | | document update | liris | 2016-12-02 | 1 | -0/+3 | |
|/ / / / | ||||||
* | | | | Merge pull request #272 from vrtsystems/bugfix/fix-setup-logging-nameerror | liris | 2016-12-02 | 1 | -0/+1 | |
|\ \ \ \ | |/ / / |/| | | | setup.py: Import `logging` before calling it. | |||||
| * | | | setup.py: Import `logging` before calling it. | Stuart Longland | 2016-10-07 | 1 | -0/+1 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 4dcd960427716289fb3446600a13634215f8d3c6 introduces an exception handling branch that uses the `logging` module to report an exception to the user, but fails to import the `logging` module first. This generated the following error in our CI environment: 03-Oct-2016 17:20:51 + python setup.py --command-package stdeb.command sdist_dsc --package python-websocket --source websocket 03-Oct-2016 17:20:51 Traceback (most recent call last): 03-Oct-2016 17:20:51 File "setup.py", line 29, in <module> 03-Oct-2016 17:20:51 logging.getLogger(__name__).exception( 03-Oct-2016 17:20:51 NameError: name 'logging' is not defined This puts an `import` statement at the location where the `logging` module is called. | |||||
* | | | cannot use long literal on python3 | liris | 2016-10-06 | 1 | -1/+1 | |
| | | | ||||||
* | | | Pass headers for websocket handshake #271! | liris | 2016-10-06 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merge pull request #271 from oleynikandrey/pass_headers_to_wsdebug | liris | 2016-10-06 | 1 | -0/+4 | |
|\ \ \ | | | | | | | | | Pass headers for websocket handshake | |||||
| * | | | Pass headers for websocket handshake | Andrey Oleynik | 2016-10-05 | 1 | -0/+4 | |
|/ / / | ||||||
* | | | fixed #261 Incorrect encoding in continued messages python3 | liris | 2016-10-03 | 2 | -1/+2 | |
| | | | ||||||
* | | | update document, version | liris | 2016-10-03 | 1 | -0/+7 | |
| | | | ||||||
* | | | update document, version | liris | 2016-10-03 | 2 | -2/+2 | |
| | | | ||||||
* | | | Merge pull request #270 from cmiacz/no_proxy_subnet | liris | 2016-10-03 | 2 | -3/+39 | |
|\ \ \ | | | | | | | | | _url: Added subnet IP address matching in no_proxy host detection | |||||
| * | | | _url: Added subnet IP address matching in no_proxy host detection | Miacz | 2016-09-20 | 2 | -3/+39 | |
| |/ / | ||||||
* | | | Merge pull request #267 from graingert/patch-1 | liris | 2016-10-03 | 2 | -6/+29 | |
|\ \ \ | | | | | | | | | Support universal wheels | |||||
| * | | | Add wheel config | Thomas Grainger | 2016-09-07 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Support universal wheels | Thomas Grainger | 2016-09-07 | 1 | -6/+27 | |
| |/ / | ||||||
* | | | Merge pull request #265 from drew-gross/patch-1 | liris | 2016-10-03 | 1 | -2/+2 | |
|\ \ \ | | | | | | | | | Allow closing WebSocketApp with status/reason/timeout |