[Python-modules-commits] [python-webob] 02/06: Merge tag 'upstream/1.7.3'

Thomas Goirand zigo at moszumanska.debian.org
Mon Sep 11 11:39:51 UTC 2017


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

zigo pushed a commit to branch master
in repository python-webob.

commit 615acd8bba0875bbcf0d0146c0fe2598ea67b71d
Merge: 9da1452 b2eb994
Author: Thomas Goirand <zigo at debian.org>
Date:   Sun Sep 10 11:49:01 2017 +0200

    Merge tag 'upstream/1.7.3'
    
    Upstream version 1.7.3

 .gitignore                      |   23 +-
 .travis.yml                     |   10 +-
 CHANGES.txt                     |  169 ++--
 HISTORY.txt                     |   51 ++
 PKG-INFO                        |  163 +++-
 README.rst                      |    4 +-
 WebOb.egg-info/PKG-INFO         |  163 +++-
 WebOb.egg-info/SOURCES.txt      |    3 +-
 WebOb.egg-info/requires.txt     |    3 +-
 appveyor.yml                    |   23 +
 docs/api/response.txt           |    2 +
 docs/conf.py                    |    2 +
 docs/differences.txt            |    5 +-
 docs/do-it-yourself.txt         |    2 +-
 docs/index.txt                  |  116 ++-
 docs/reference.txt              |    4 +-
 docs/whatsnew-1.6.txt           |   18 +-
 docs/whatsnew-1.7.txt           |  228 +++++
 setup.cfg                       |    3 +-
 setup.py                        |    9 +-
 tests/test_acceptparse.py       |   21 +-
 tests/test_byterange.py         |   62 +-
 tests/test_cachecontrol.py      |   87 +-
 tests/test_client_functional.py |    8 +-
 tests/test_compat.py            |  128 +++
 tests/test_cookies.py           |  381 ++++----
 tests/test_cookies_bw.py        |   19 +-
 tests/test_datetime_utils.py    |   88 +-
 tests/test_dec.py               |   17 +-
 tests/test_descriptors.py       |  281 +++---
 tests/test_etag.py              |   98 +-
 tests/test_etag_nose.py         |   32 +-
 tests/test_exc.py               |  181 ++--
 tests/test_headers.py           |   66 +-
 tests/test_in_wsgiref.py        |   19 +-
 tests/test_misc.py              |   73 +-
 tests/test_request.py           | 1936 ++++++++++++++++++++-------------------
 tests/test_request_nose.py      |   69 +-
 tests/test_response.py          |  869 +++++++++++-------
 tests/test_static.py            |    6 +-
 tests/test_transcode.py         |   42 +-
 tox.ini                         |   28 +-
 toxfast.ini                     |   10 -
 webob/byterange.py              |    2 +-
 webob/compat.py                 |   33 +-
 webob/dec.py                    |   12 +-
 webob/descriptors.py            |    5 +-
 webob/exc.py                    |   29 +-
 webob/headers.py                |   11 +-
 webob/request.py                |  343 +++----
 webob/response.py               |  548 ++++++++---
 webob/util.py                   |    4 +-
 52 files changed, 3888 insertions(+), 2621 deletions(-)


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



More information about the Python-modules-commits mailing list