index
:
delta/python-packages/websocket-client.git
codecov-ci-dev
gh-pages
master
old_py3
py3
python2
rfc6455
ssl
sslcheck
t858
t884
github.com: liris/websocket-client.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
websocket
/
_app.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
create_dispatcher() w/ is_ssl determined by url instead of sslopt (#875)
bubbleboy14
2022-11-03
1
-1
/
+2
*
Update docs to fix #863 (#872)
engn33r
2022-10-26
1
-2
/
+6
*
fix for stack growth on reconnect (#854)
bubbleboy14
2022-09-04
1
-13
/
+43
*
Allow passing `http_proxy_timeout` to `run_forever`. (#842)
Adam Wojtczak
2022-08-24
1
-1
/
+7
*
reconnect (#838)
bubbleboy14
2022-08-24
1
-70
/
+93
*
Add support to pass pre-initialized stream socket when creating WebSocketApp ...
redphx
2022-03-19
1
-2
/
+6
*
Linting improvements, improved flake8 linting CI cmd
engn33r
2022-02-25
1
-13
/
+9
*
fix!: `WebSocketApp.run_forever()` returning `None` after `close()` is called...
FujiApple
2022-02-25
1
-1
/
+3
*
custom dispatcher pings/timeouts (#795)
bubbleboy14
2022-02-25
1
-3
/
+18
*
Update copyright year to 2022
engn33r
2021-12-31
1
-1
/
+1
*
Revert 998c496, fix #769
engn33r
2021-12-07
1
-3
/
+30
*
Fix #752 remove keep_running variable in library and tests
engn33r
2021-11-26
1
-30
/
+3
*
Py2->3: simplify class definition (#750)
谭九鼎
2021-10-20
1
-1
/
+1
*
Transition from LGPL 2.1 license to Apache 2.0 - fix #697
engn33r
2021-08-10
1
-13
/
+11
*
Changed if statement in _callback to ensure on_error is called (if available)...
EddieBreeg
2021-08-06
1
-3
/
+2
*
Move callback calling at very end of teardown (#718)
Manos
2021-08-05
1
-1
/
+3
*
Make enable_multithread True by default
engn33r
2021-06-03
1
-1
/
+1
*
Fix #701 update docstrings
engn33r
2021-06-02
1
-47
/
+54
*
Remove unnecessary Python2 code
engn33r
2021-05-15
1
-1
/
+0
*
Add status code examples to docs, improve unit tests
engn33r
2021-05-06
1
-1
/
+3
*
Fix #686 close status code, see issue for details
engn33r
2021-05-06
1
-16
/
+20
*
First pass removing Python 2 code, mostly six dependency
engn33r
2021-05-04
1
-11
/
+4
*
Update to use the selectors module with DefaultSelector (#568)
Daan van Vugt
2021-05-05
1
-5
/
+14
*
PEP8 style compliance fixes
engn33r
2021-05-04
1
-4
/
+6
*
Add ping_payload to run_forever()
engn33r
2021-04-26
1
-3
/
+6
*
Fix #676 to update thread daemon
engn33r
2021-04-26
1
-1
/
+1
*
Revert PR #611
engn33r
2021-02-27
1
-2
/
+2
*
Fix #526 by reverting invalid BSD license migration in commit e94ed9e to retu...
engn33r
2021-02-22
1
-2
/
+1
*
Edit documentation to clarify timeout can be int or float (#654)
engn33r
2021-02-16
1
-2
/
+2
*
Properly revert _app.py callback to state before PR #442 (previously only par...
engn33r
2021-02-14
1
-4
/
+1
*
'ping_interval' should be less than 'ping_timeout' (#611)
lano2088
2021-02-09
1
-2
/
+2
*
Improve documentation, mostly new examples but some code comment upgrades
engn33r
2021-02-06
1
-12
/
+14
*
Merge branch 'master' of github.com:websocket-client/websocket-client
engn33r
2021-01-31
1
-1
/
+1
|
\
|
*
Use `thread.is_alive()` to replace deprecated `thread.isAlive()` (#594)
Itai Steinherz
2021-01-29
1
-1
/
+1
*
|
Add first draft of Sphinx documentation
engn33r
2021-01-31
1
-61
/
+105
|
/
*
Merge pull request #1 from Lu-Yi-Hsun/master
Erik
2021-01-09
1
-1
/
+1
|
\
|
*
fix callback
lu-yi-hsun
2018-11-08
1
-1
/
+1
*
|
Merge branch 'master' into master
liris
2019-12-25
1
-4
/
+4
|
\
\
|
*
\
Merge pull request #579 from lucashussey/patch-1
liris
2019-12-25
1
-2
/
+2
|
|
\
\
|
|
*
|
Fixed typo
Lucas Hussey
2019-10-25
1
-2
/
+2
|
|
|
/
|
*
|
Fix for errors that occur when closing websocket
Oliver
2019-11-28
1
-2
/
+2
|
|
/
*
|
Pep8 fixes
azaugg
2019-04-24
1
-3
/
+4
|
/
*
Merge pull request #480 from aarondav/fix_on_close
liris
2018-10-28
1
-4
/
+7
|
\
|
*
Fix WebSocketApp on_close handling to support statusCode and reason
Aaron Davidson
2018-09-13
1
-4
/
+7
*
|
Merge branch 'master' into suppress_origin_fix
liris
2018-10-28
1
-8
/
+15
|
\
\
|
*
\
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
|
|
|
/
|
*
|
Merge pull request #487 from instance01/pep8
liris
2018-10-28
1
-5
/
+5
|
|
\
\
|
|
*
|
Miscellaneous code cleanup
Instance
2018-09-22
1
-5
/
+5
|
|
|
/
|
*
|
Merge pull request #492 from Mottl/run-patch
liris
2018-10-28
1
-0
/
+6
|
|
\
\
[next]