[Python-modules-commits] [python-aiohttp] branch master updated (43b6454 -> 039f0e7)

Piotr Ożarowski piotr at moszumanska.debian.org
Wed Dec 21 12:41:24 UTC 2016


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

piotr pushed a change to branch master
in repository python-aiohttp.

      from  43b6454   New upstream release
       new  4a74b0a   Import python-aiohttp_1.2.0.orig.tar.gz
       new  47ea9a0   record new upstream branch created by importing python-aiohttp_1.2.0.orig.tar.gz and merge it
       new  49c0ae2   New upstream release
       new  039f0e7   change debian/compat to 10

The 4 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 ++++-
 debian/.git-dpm                            |  14 +-
 debian/changelog                           |   8 +
 debian/compat                              |   2 +-
 debian/control                             |   2 +-
 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 +++++-
 72 files changed, 2981 insertions(+), 964 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