[Python-modules-commits] [python-aiohttp] branch upstream updated (98fe54b -> 4a74b0a)
Piotr Ożarowski
piotr at moszumanska.debian.org
Wed Dec 21 12:41:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
piotr pushed a change to branch upstream
in repository python-aiohttp.
from 98fe54b Import python-aiohttp_1.1.5.orig.tar.gz
new 4a74b0a Import python-aiohttp_1.2.0.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:
CHANGES.rst | 142 ++------
CONTRIBUTORS.txt | 6 +
Makefile | 3 +
PKG-INFO | 144 ++-------
aiohttp.egg-info/PKG-INFO | 144 ++-------
aiohttp.egg-info/SOURCES.txt | 5 +
aiohttp.egg-info/requires.txt | 4 +-
aiohttp/__init__.py | 2 +-
aiohttp/_websocket.c | 57 ++--
aiohttp/abc.py | 9 +
aiohttp/client.py | 11 +
aiohttp/client_reqrep.py | 26 +-
aiohttp/connector.py | 46 ++-
aiohttp/cookiejar.py | 10 +-
aiohttp/file_sender.py | 54 +++-
aiohttp/helpers.py | 3 +-
aiohttp/multipart.py | 8 +-
aiohttp/parsers.py | 2 -
aiohttp/protocol.py | 11 +-
aiohttp/pytest_plugin.py | 30 +-
aiohttp/server.py | 44 ++-
aiohttp/test_utils.py | 142 ++++----
aiohttp/web.py | 225 ++++---------
aiohttp/web_reqrep.py | 168 +++++++---
aiohttp/web_server.py | 166 ++++++++++
aiohttp/web_urldispatcher.py | 9 +-
aiohttp/worker.py | 80 ++++-
docs/changes.rst | 2 +
docs/client.rst | 4 +-
docs/client_reference.rst | 6 +-
docs/deployment.rst | 4 +-
docs/faq.rst | 54 +++-
docs/index.rst | 3 +-
docs/server.rst | 11 +-
docs/spelling_wordlist.txt | 2 +
docs/testing.rst | 474 +++++++++++++++++++++++----
docs/third_party.rst | 2 +
docs/tutorial.rst | 112 +++++--
docs/web.rst | 43 ++-
docs/web_lowlevel.rst | 93 ++++++
docs/web_reference.rst | 188 ++++++++---
examples/fake_server.py | 2 +-
examples/lowlevel_srv.py | 25 ++
examples/web_rewrite_headers_middleware.py | 18 +-
setup.py | 4 +-
tests/test_client_connection.py | 11 +
tests/test_client_functional.py | 2 +-
tests/test_client_request.py | 10 +
tests/test_client_session.py | 7 +
tests/test_connector.py | 84 +++++
tests/test_cookiejar.py | 38 ++-
tests/test_helpers.py | 6 +
tests/test_multipart.py | 7 +
tests/test_proxy.py | 33 +-
tests/test_proxy_functional.py | 500 +++++++++++++++++++++++++++++
tests/test_pytest_plugin.py | 4 +-
tests/test_server.py | 91 +++++-
tests/test_test_utils.py | 13 +-
tests/test_urldispatch.py | 8 +-
tests/test_web_application.py | 29 +-
tests/test_web_functional.py | 33 +-
tests/test_web_request_handler.py | 6 -
tests/test_web_response.py | 13 +
tests/test_web_sendfile.py | 111 ++++++-
tests/test_web_sendfile_functional.py | 125 ++++++++
tests/test_web_server.py | 73 +++++
tests/test_web_urldispatcher.py | 20 +-
tests/test_worker.py | 97 +++++-
68 files changed, 2964 insertions(+), 955 deletions(-)
create mode 100644 aiohttp/web_server.py
create mode 100644 docs/web_lowlevel.rst
create mode 100644 examples/lowlevel_srv.py
create mode 100644 tests/test_proxy_functional.py
create mode 100644 tests/test_web_server.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-aiohttp.git
More information about the Python-modules-commits
mailing list