[Python-modules-commits] [python-mod-pywebsocket] branch master updated (cff0ea8 -> 276333c)
Takaki Taniguchi
takaki at moszumanska.debian.org
Tue Feb 2 07:53:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
takaki pushed a change to branch master
in repository python-mod-pywebsocket.
from cff0ea8 update changelog for 0.7.9-2
adds 36dd185 Imported Upstream version 0.8
adds 58c53e1 Merge tag 'upstream/0.8'
adds bab95cc new upstream
adds 276333c prepare release
No new revisions were added by this update.
Summary of changes:
debian/changelog | 6 +
src/example/arraybuffer_benchmark.html | 32 +-
src/example/benchmark.html | 137 +++---
src/example/console.html | 14 +-
src/example/cookie_wsh.py | 32 ++
src/example/echo_client.py | 134 ++++--
src/example/eventsource.cgi | 6 +-
src/example/eventsource.html | 17 +-
src/example/util.js | 51 +++
src/example/xhr_benchmark.html | 310 +++++++++++++
src/mod_pywebsocket/__init__.py | 27 ++
src/mod_pywebsocket/_stream_hybi.py | 32 +-
src/mod_pywebsocket/common.py | 19 +-
src/mod_pywebsocket/deflate_stream_extension.py | 69 ---
src/mod_pywebsocket/extensions.py | 579 +++++++++++++++---------
src/mod_pywebsocket/handshake/hybi.py | 34 +-
src/mod_pywebsocket/mux.py | 7 -
src/mod_pywebsocket/standalone.py | 32 +-
src/mod_pywebsocket/util.py | 138 +-----
src/mod_pywebsocket/xhr_benchmark_handler.py | 110 +++++
src/setup.py | 2 +-
src/test/client_for_testing.py | 87 ++--
src/test/mock.py | 5 -
src/test/mux_client_for_testing.py | 12 +-
src/test/run_all.py | 7 +-
src/test/test_endtoend.py | 390 +++++++++++++---
src/test/test_extensions.py | 249 +++++++++-
src/test/test_handshake.py | 38 +-
src/test/test_handshake_hybi.py | 21 +-
src/test/test_handshake_hybi08.py | 306 -------------
src/test/test_msgutil.py | 169 ++++---
src/test/test_util.py | 63 +++
32 files changed, 1944 insertions(+), 1191 deletions(-)
create mode 100644 src/example/cookie_wsh.py
create mode 100644 src/example/xhr_benchmark.html
delete mode 100644 src/mod_pywebsocket/deflate_stream_extension.py
create mode 100644 src/mod_pywebsocket/xhr_benchmark_handler.py
delete mode 100755 src/test/test_handshake_hybi08.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mod-pywebsocket.git
More information about the Python-modules-commits
mailing list