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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add pip command to README for 2nd dependency
engn33r
2021-01-26
1
-1
/
+2
*
Fix a few minor typo/misspellings (#659)
Kazuhiro Sera
2021-01-27
2
-3
/
+3
*
Add venv / PyCharm directories to .gitignore (#658)
Kazuhiro Sera
2021-01-27
1
-1
/
+8
*
Add support for Python 3.8 and 3.9 (#596)
Hugo van Kemenade
2021-01-27
2
-9
/
+10
*
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
2
-3
/
+3
|
\
|
*
Tweak Python 3.4 build settings
Kazuhiro Sera
2020-11-27
1
-1
/
+1
|
*
Fix the failing tests (testIter, testNext)
Kazuhiro Sera
2020-11-27
1
-2
/
+2
*
|
Remove README text copied from fork that is not applicable
engn33r
2021-01-25
1
-8
/
+2
*
|
Fix minor typo - getdefauttimeout to getdefaulttimeout
engn33r
2021-01-25
1
-1
/
+1
*
|
Merge pull request #655 from engn33r/master
engn33r
2021-01-26
6
-8
/
+248
|
\
\
|
|
/
|
/
|
|
*
Edit README.md for clarification and to add missing material from parent repo
engn33r
2021-01-24
1
-42
/
+158
|
*
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 branch 'master' of github.com:engn33r/websocket-client
Erik
2021-01-08
3
-3
/
+6
|
|
\
|
|
*
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
|
*
|
Create README.md and fix minor typo (both from existing pull requests)
Erik
2021-01-08
2
-1
/
+121
|
/
/
*
|
0.57.0
v0.57.0
liris
2019-12-25
1
-1
/
+1
*
|
Change Log
liris
2019-12-25
1
-0
/
+11
*
|
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 pull request #549 from AZaugg/master
liris
2019-12-25
5
-3
/
+13
|
\
\
\
\
|
*
\
\
\
Merge branch 'master' into master
liris
2019-12-25
10
-19
/
+53
|
|
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #547 from DYFeng/master
liris
2019-12-25
0
-0
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
fix the compatible issue with gevent+dnspython
Ngai-Fung Yip
2019-04-22
1
-1
/
+1
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #553 from spacewander/improve_readability
liris
2019-12-25
1
-2
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
Improve the readability of HTTP status codes.
spacewander
2019-05-10
1
-2
/
+3
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #566 from damjanstulicsonos/expose-http-connection-header-...
liris
2019-12-25
1
-3
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
updated if statement to include check against None
Damjan Stulic
2019-08-07
1
-1
/
+1
|
*
|
|
|
|
removed extra white space
Damjan Stulic
2019-08-07
1
-1
/
+0
|
*
|
|
|
|
added support for allowing users to change connection header
Damjan Stulic
2019-08-07
1
-3
/
+7
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #573 from devmonkey22/master
liris
2019-12-25
1
-5
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Resolve issue opening socket to intranet on Windows 10 with no proxy settings...
Mike D
2019-09-16
1
-5
/
+4
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #576 from Mottl/compress
liris
2019-12-25
1
-3
/
+19
|
\
\
\
\
\
|
*
|
|
|
|
Simplify zlib.decompress call
Dmitry Mottl
2019-09-25
1
-5
/
+1
|
*
|
|
|
|
Show compressed text messages in wsdump.py
Dmitry Mottl
2019-09-24
1
-3
/
+23
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #577 from filips123/dummy-ssl-object
liris
2019-12-25
1
-0
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Create dummy `ssl` object
Filip Š
2019-10-04
1
-0
/
+2
|
|
/
/
/
/
*
|
|
|
|
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
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #584 from kube-HPC/add-condition-for-trace
liris
2019-12-25
3
-3
/
+8
|
\
\
\
\
\
|
*
|
|
|
|
avoid calling repr(data) if tracing is not enabled
Yehiyam Livneh
2019-11-24
3
-3
/
+8
|
|
/
/
/
/
[prev]
[next]