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
Commit message (
Expand
)
Author
Age
Files
Lines
*
0.59.0
v0.59.0
python2
engn33r
2021-05-04
1
-1
/
+1
*
Fixing urlparse scheme in Python 2.6.1 (#332)
Brandon Moser
2021-05-04
1
-1
/
+1
*
PEP8 style compliance fixes
engn33r
2021-05-04
15
-57
/
+45
*
Fix #649 case of multiple set-cookie response headers
engn33r
2021-04-26
1
-1
/
+4
*
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
*
uses HTTP/1.1 for connect method (#677)
GtTmy
2021-04-19
1
-1
/
+3
*
Comment out abnf test_mask for Python 2.7 support
engn33r
2021-03-29
1
-4
/
+6
*
Improve _core.py test coverage
engn33r
2021-03-29
2
-29
/
+20
*
Improve _abnf.py test coverage
engn33r
2021-03-29
1
-0
/
+83
*
Add unit test for PR #627
engn33r
2021-03-29
2
-0
/
+10
*
Add support for permitting additional values in the "upgrade" and "connection...
Chris Wheeler
2021-03-29
1
-2
/
+2
*
Improve _app.py code coverage
engn33r
2021-03-28
2
-74
/
+142
*
Fix test_http.py import error
engn33r
2021-03-28
1
-1
/
+5
*
Improve _http.py code coverage
engn33r
2021-03-28
1
-0
/
+108
*
Match no proxy on domain and * (#671)
Codeglitches
2021-03-22
3
-186
/
+321
*
Simplified cookie sorting to fix comparison problem between SimpleCookies (#662)
Niels Draaisma
2021-03-22
1
-2
/
+2
*
Fix #639 by adding close branch for reserved custom status codes
engn33r
2021-03-07
1
-1
/
+3
*
0.58.0
v0.58.0
engn33r
2021-03-02
1
-1
/
+1
*
Replace TravisCI with GitHub Actions
engn33r
2021-02-27
1
-2
/
+2
*
Replace deprecated assertEquals() with assertEqual()
engn33r
2021-02-27
2
-21
/
+21
*
Revert PR #611
engn33r
2021-02-27
1
-2
/
+2
*
Fix #546 by removing comments introduced by PR #513
engn33r
2021-02-22
1
-2
/
+0
*
Fix #526 by reverting invalid BSD license migration in commit e94ed9e to retu...
engn33r
2021-02-22
15
-24
/
+84
*
Edit documentation to clarify timeout can be int or float (#654)
engn33r
2021-02-16
3
-6
/
+6
*
Properly revert _app.py callback to state before PR #442 (previously only par...
engn33r
2021-02-14
1
-4
/
+1
*
Allow optional, not mandatory, argument for pong() in WebSocket
engn33r
2021-02-14
1
-1
/
+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
2
-24
/
+31
*
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
8
-214
/
+371
|
/
*
Remove e71edd3 commit edits to fix TravisCI build (#657)
engn33r
2021-01-27
1
-4
/
+3
*
Merge pull request #647 from seratch/fix-build-failure
engn33r
2021-01-26
1
-2
/
+2
|
\
|
*
Fix the failing tests (testIter, testNext)
Kazuhiro Sera
2020-11-27
1
-2
/
+2
*
|
Fix minor typo - getdefauttimeout to getdefaulttimeout
engn33r
2021-01-25
1
-1
/
+1
*
|
Merge pull request #4 from sawdustofmind/FIX-604
engn33r
2021-01-25
1
-1
/
+1
|
\
\
|
*
|
Capitalize default connection header
sawdustofmind
2020-02-19
1
-1
/
+1
|
|
/
*
|
Merge pull request #3 from danrobinson88/fix-create_connection-documentation
engn33r
2021-01-25
1
-2
/
+2
|
\
\
|
*
|
fix documentation: create_connection, settimeout
Dan Robinson
2021-01-14
1
-2
/
+2
|
|
/
*
|
Fix _handshake.py error where subproto is None
Erik
2021-01-08
1
-3
/
+4
*
|
Merge pull request #2 from anuragbeniwal/master
Erik
2021-01-09
2
-2
/
+5
|
\
\
|
*
|
Fix None.lower() when sec-websocket-protocol response header does not exist
anuragbeniwal
2020-05-08
2
-2
/
+5
|
|
/
*
|
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 pull request #533 from sfoerster/master
liris
2019-12-25
1
-3
/
+3
|
\
\
|
*
|
_handshake: hasattr checks on six before accessing the values
Steven Foerster
2019-03-14
1
-3
/
+3
*
|
|
Merge pull request #539 from jpshivakavi/master
liris
2019-12-25
1
-1
/
+2
|
\
\
\
|
*
|
|
v should be checked for emptry string before splitting it
Jayaprakash Nevara
2019-03-29
1
-1
/
+2
*
|
|
|
Merge branch 'master' into master
liris
2019-12-25
7
-15
/
+27
|
\
\
\
\
[next]