Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge branch 'master' of https://github.com/websocket-client/websocket-client | liris | 2018-10-28 | 1 | -2/+3 | |
|\ \ \ | ||||||
| * \ \ | Merge pull request #486 from instance01/proxy_type | liris | 2018-10-28 | 1 | -2/+3 | |
| |\ \ \ | ||||||
| | * | | | Make proxy_type option available in WebSocketApp.run_forever() | Instance | 2018-09-22 | 1 | -2/+3 | |
| | |/ / | ||||||
* | | | | add docs | liris | 2018-10-28 | 4 | -9/+30 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge pull request #487 from instance01/pep8 | liris | 2018-10-28 | 2 | -6/+6 | |
| |\ \ \ | ||||||
| | * | | | Miscellaneous code cleanup | Instance | 2018-09-22 | 2 | -6/+6 | |
| | |/ / | ||||||
| * | | | Merge pull request #491 from partojkander/support-redirect | liris | 2018-10-28 | 2 | -3/+24 | |
| |\ \ \ | ||||||
| | * | | | Handle PY3.4/3.5 | Pär Tojkander | 2018-10-11 | 1 | -1/+4 | |
| | | | | | ||||||
| | * | | | Handle PY2/3 | Pär Tojkander | 2018-10-11 | 1 | -1/+5 | |
| | | | | | ||||||
| | * | | | Rename 'redirect_threshold' to 'redirect_limit' | Pär Tojkander | 2018-10-11 | 1 | -3/+3 | |
| | | | | | ||||||
| | * | | | Handle redirects in handshake | Pär Tojkander | 2018-10-11 | 2 | -3/+17 | |
| | |/ / | ||||||
* | | | | add docs | liris | 2018-10-28 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | start v.0.54 | liris | 2018-10-28 | 3 | -2/+6 | |
| | | | ||||||
* | | | Merge pull request #492 from Mottl/run-patch | liris | 2018-10-28 | 1 | -0/+6 | |
|\ \ \ | ||||||
| * | | | status return for WebSocketApp.run_forever() | Dmitry Mottl | 2018-10-12 | 1 | -0/+6 | |
| |/ / | ||||||
* | | | Merge pull request #494 from Mottl/patch-1 | liris | 2018-10-28 | 1 | -15/+14 | |
|\ \ \ | ||||||
| * | | | Clarification on validate_utf8 method in README | Dmitry Mottl | 2018-10-21 | 1 | -15/+14 | |
| |/ / | ||||||
* | | | Merge pull request #495 from Mottl/patch-2 | liris | 2018-10-28 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Fix a typo in docs | Dmitry Mottl | 2018-10-21 | 1 | -1/+1 | |
|/ / | ||||||
* | | fixed #471v0.53.0 | liris | 2018-09-09 | 4 | -3/+11 | |
| | | ||||||
* | | add Change Logv0.52.0 | liris | 2018-09-03 | 1 | -0/+1 | |
| | | ||||||
* | | Merge pull request #476 from shwnchpl/bugfix/ping_timeout-NoneType-error | liris | 2018-09-03 | 1 | -10/+10 | |
|\ \ | | | | | | | Fix NoneType bug introduced by #386 fix | |||||
| * | | Fix NoneType bug introduced by #386 fix | Shawn Chapla | 2018-09-01 | 1 | -10/+10 | |
| |/ | ||||||
* | | add changelog | liris | 2018-09-03 | 1 | -0/+1 | |
| | | ||||||
* | | Merge pull request #472 from JackUrb/fix-none-compare | liris | 2018-09-03 | 1 | -1/+1 | |
|\ \ | | | | | | | Fixing none compare bug in run_forever | |||||
| * | | Fixing none compare bug in run_forever | Jack Urbanek | 2018-08-27 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merge pull request #468 from ihjmh/master | liris | 2018-09-03 | 1 | -4/+1 | |
|\ \ | | | | | | | Update _app.py | |||||
| * | | Update _app.py | Damon | 2018-08-22 | 1 | -4/+1 | |
| |/ | | | | | | | | | | | | | if callback function belongs to an class ,line 333 will cause an exception, the "self" will missing for example: myobj = MyClass() self.on_open = myobj.test() this will nerver work | |||||
* | | add doc | liris | 2018-09-03 | 3 | -2/+6 | |
|/ | ||||||
* | revert #442v0.51.0 | liris | 2018-08-19 | 7 | -122/+16 | |
| | ||||||
* | Merge pull request #465 from hugovk/add-3.7 | liris | 2018-08-18 | 1 | -8/+9 | |
|\ | | | | | Replace Python 3.7-dev with 3.7 official | |||||
| * | Replace Python 3.7-dev with 3.7 official | Hugo | 2018-08-18 | 1 | -8/+9 | |
|/ | ||||||
* | Merge pull request #460 from hugovk/rm-3.3v0.50.0 | liris | 2018-08-18 | 3 | -8/+16 | |
|\ | | | | | Update supported Python versions (2.6, 2.7, 3.4+) | |||||
| * | Drop support for EOL Python <= 2.5 | Hugo | 2018-08-14 | 1 | -3/+5 | |
| | | ||||||
| * | Add python_requires to help pip | Hugo | 2018-08-14 | 1 | -0/+1 | |
| | | ||||||
| * | Add support for Python 3.6 and 3.7 | Hugo | 2018-08-14 | 2 | -0/+4 | |
| | | ||||||
| * | Drop support for EOL Python 3.3 | Hugo | 2018-08-14 | 3 | -5/+6 | |
| | | ||||||
* | | add doc | liris | 2018-08-18 | 1 | -0/+1 | |
| | | ||||||
* | | Merge pull request #462 from nlevitt/callback-ismethod-fix | liris | 2018-08-18 | 1 | -1/+1 | |
|\ \ | | | | | | | pass proper arguments to method callbacks | |||||
| * | | pass proper arguments to method callbacks | Noah Levitt | 2018-08-15 | 1 | -1/+1 | |
| |/ | ||||||
* | | add doc and start v0.50 | liris | 2018-08-18 | 3 | -2/+6 | |
| | | ||||||
* | | Merge pull request #461 from Nao83/master | liris | 2018-08-18 | 1 | -3/+8 | |
|\ \ | |/ |/| | Fix #318 pong before ping | |||||
| * | Fix #318 pong before ping | raffaele.basile | 2018-08-15 | 1 | -3/+8 | |
|/ | ||||||
* | fixed #432v0.49.0 | liris | 2018-08-14 | 2 | -1/+6 | |
| | ||||||
* | fixed #438 | liris | 2018-08-14 | 1 | -1/+2 | |
| | ||||||
* | fixed #454 | liris | 2018-08-14 | 2 | -2/+2 | |
| | ||||||
* | fixed #455 #443 | liris | 2018-08-14 | 2 | -4/+13 | |
| | ||||||
* | fixed Attribute error on close app | liris | 2018-08-14 | 2 | -2/+3 | |
| | ||||||
* | add docs | liris | 2018-08-14 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #450 from 0qdk4o/patch-1 | liris | 2018-08-14 | 1 | -0/+1 | |
|\ | | | | | reset WebsocketApp.sock |