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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a few errors found by pytype. (#906)
HEAD
master
Timo Ewalds
2023-05-12
1
-1
/
+1
*
Remove incorrect comment
engn33r
2023-01-26
1
-1
/
+0
*
Refactor and fix reconnect and ping (#862)
j-a-n
2023-01-26
1
-0
/
+85
*
remove problematic CI test URL
engn33r
2023-01-26
1
-7
/
+8
*
create_dispatcher() w/ is_ssl determined by url instead of sslopt (#875)
bubbleboy14
2022-11-03
1
-1
/
+1
*
Remove broken websockets.org links from documentation
engn33r
2022-10-25
1
-1
/
+1
*
fix for stack growth on reconnect (#854)
bubbleboy14
2022-09-04
1
-2
/
+5
*
Allow passing `http_proxy_timeout` to `run_forever`. (#842)
Adam Wojtczak
2022-08-24
1
-6
/
+6
*
Linting improvements, improved flake8 linting CI cmd
engn33r
2022-02-25
6
-44
/
+36
*
fix!: `WebSocketApp.run_forever()` returning `None` after `close()` is called...
FujiApple
2022-02-25
2
-3
/
+36
*
Replace deprecated stream.meetup.com, echo.websocket.org endpoint URLs
engn33r
2022-02-25
2
-30
/
+30
*
Update copyright year to 2022
engn33r
2021-12-31
6
-6
/
+6
*
Minor test improvements for better code coverage
engn33r
2021-12-13
3
-1
/
+23
*
Revert 998c496, fix #769
engn33r
2021-12-07
1
-0
/
+42
*
Fix #752 remove keep_running variable in library and tests
engn33r
2021-11-26
1
-42
/
+0
*
Fix testConnect test case with tuple of errors
engn33r
2021-11-26
1
-4
/
+4
*
Fix SSL test errors from ssl.PROTOCOL_TLS_CLIENT change
engn33r
2021-11-22
2
-4
/
+2
*
Fix #760 Replace deprecated ssl.PROTOCOL_TLS with ssl.PROTOCOL_TLS_CLIENT
engn33r
2021-11-22
1
-1
/
+1
*
Use bytes literal (#751)
谭九鼎
2021-11-22
1
-1
/
+1
*
Py2->3: simplify class definition (#750)
谭九鼎
2021-10-20
3
-3
/
+3
*
Improve usage of LOCAL_WS_SERVER_PORT
engn33r
2021-08-14
3
-7
/
+7
*
Improve unit tests with LOCAL_WS_SERVER_PORT variable
engn33r
2021-08-13
7
-32
/
+35
*
Fix python-socks dependency and replace echo.websocket.org in tests
engn33r
2021-08-11
4
-14
/
+41
*
Transition from LGPL 2.1 license to Apache 2.0 - fix #697
engn33r
2021-08-10
6
-78
/
+66
*
Revert #417 and reimplement proxy support with python-socks
engn33r
2021-08-10
1
-17
/
+25
*
Unquote username and password in proxy from environment (#723)
Richard
2021-07-16
1
-0
/
+4
*
Minor code coverage unit test improvement
engn33r
2021-06-08
2
-4
/
+15
*
Replace deprecated ssl.PROTOCOL_SSLv23 with ssl.PROTOCOL_TLS
engn33r
2021-06-03
1
-1
/
+1
*
Add code coverage for PR #698
engn33r
2021-05-31
1
-0
/
+1
*
Fix CI errors
engn33r
2021-05-30
1
-1
/
+1
*
Add working HTTP proxy unit tests
engn33r
2021-05-30
1
-0
/
+11
*
Fix proxy exceptions in unit tests
engn33r
2021-05-30
1
-3
/
+3
*
Revert exception handling from 13e83b4
engn33r
2021-05-21
1
-1
/
+1
*
Remove testSSLopt unit test timeout to avoid exception
engn33r
2021-05-17
1
-1
/
+1
*
Try to resolve test_http.py testSSLopt Mac error
engn33r
2021-05-17
1
-2
/
+2
*
Improve _app.py, _http.py unit tests
engn33r
2021-05-17
2
-4
/
+24
*
Fix unit test for raising error in close()
engn33r
2021-05-17
2
-5
/
+3
*
Improve _abnf.py, _cookiejar.py unit test coverage
engn33r
2021-05-16
2
-10
/
+14
*
Improve _abnf.py and _http.py test coverage
engn33r
2021-05-16
2
-22
/
+44
*
Add test case with sslopt settings
engn33r
2021-05-15
1
-3
/
+6
*
Improve unittest code coverage
engn33r
2021-05-15
2
-6
/
+38
*
Minor _core.py test coverage improvement
engn33r
2021-05-12
1
-1
/
+4
*
Comment out unittest that fails on MacOS
engn33r
2021-05-12
1
-1
/
+2
*
Improve test coverage of _http.py
engn33r
2021-05-06
1
-2
/
+38
*
Add status code examples to docs, improve unit tests
engn33r
2021-05-06
2
-25
/
+58
*
Remove six dependency and transition related code to Python3
engn33r
2021-05-05
1
-4
/
+1
*
Fix lint error
engn33r
2021-05-05
1
-0
/
+1
*
Fix #685 unittest requires internet
engn33r
2021-05-05
1
-1
/
+4
*
First pass removing Python 2 code, mostly six dependency
engn33r
2021-05-04
5
-86
/
+43
*
PEP8 style compliance fixes
engn33r
2021-05-04
5
-28
/
+8
[next]