[Python-modules-commits] [python-websockets] branch upstream updated (4af41ef -> d9b8e75)

Piotr Ożarowski piotr at moszumanska.debian.org
Fri Sep 29 10:14:42 UTC 2017


This is an automated email from the git hooks/post-receive script.

piotr pushed a change to branch upstream
in repository python-websockets.

      from  4af41ef   Import python-websockets_3.3.orig.tar.gz
       new  d9b8e75   Import python-websockets_3.4.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 PKG-INFO                                           |   3 +-
 setup.cfg                                          |   3 +-
 setup.py                                           |  16 +-
 websockets.egg-info/PKG-INFO                       |   3 +-
 websockets.egg-info/SOURCES.txt                    |   9 +-
 websockets/client.py                               | 124 +++++--
 websockets/compatibility.py                        |  40 +++
 websockets/exceptions.py                           |  36 +-
 websockets/framing.py                              |  10 +-
 websockets/http.py                                 | 170 +++++++--
 websockets/protocol.py                             |  38 +-
 websockets/py35/__pycache__/client.cpython-35.pyc  | Bin 1123 -> 1123 bytes
 websockets/py35/__pycache__/client.cpython-36.pyc  | Bin 1081 -> 1081 bytes
 .../py35/__pycache__/client_server.cpython-35.pyc  | Bin 1460 -> 1999 bytes
 .../py35/__pycache__/client_server.cpython-36.pyc  | Bin 1373 -> 1886 bytes
 websockets/py35/__pycache__/server.cpython-35.pyc  | Bin 0 -> 1133 bytes
 websockets/py35/__pycache__/server.cpython-36.pyc  | Bin 0 -> 1088 bytes
 websockets/py35/client_server.py                   |  16 +-
 websockets/py35/server.py                          |  22 ++
 websockets/server.py                               | 363 ++++++++++++++-----
 websockets/speedups.c                              | 130 +++++++
 websockets/test_client_server.py                   | 397 +++++++++++++++------
 websockets/test_http.py                            |  75 +++-
 websockets/test_protocol.py                        |  13 +-
 websockets/test_speedups.py                        |   0
 websockets/test_utils.py                           |  50 +++
 websockets/utils.py                                |  14 +
 websockets/version.py                              |   2 +-
 28 files changed, 1212 insertions(+), 322 deletions(-)
 create mode 100644 websockets/py35/__pycache__/server.cpython-35.pyc
 create mode 100644 websockets/py35/__pycache__/server.cpython-36.pyc
 create mode 100644 websockets/py35/server.py
 create mode 100644 websockets/speedups.c
 create mode 100644 websockets/test_speedups.py
 create mode 100644 websockets/test_utils.py
 create mode 100644 websockets/utils.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-websockets.git



More information about the Python-modules-commits mailing list