[Python-modules-commits] [python-urllib3] branch master updated (670dfbf -> e51990e)

Daniele Tricoli eriol-guest at moszumanska.debian.org
Wed Dec 23 23:38:59 UTC 2015


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

eriol-guest pushed a change to branch master
in repository python-urllib3.

      from  670dfbf   ignore egg-info
       new  f4ef8a2   New upstream release
       new  6d9474b   record new upstream branch created by importing python-urllib3_1.13.1.orig.tar.gz
       new  49444bd   Import python-urllib3_1.13.1.orig.tar.gz
       new  00470db   Do not use embedded copy of python-six.
       new  f52be2b   require SSL certificate validation by default by using
       new  a3f9df1   Use setuptools.setup() so that the bdist_wheel
       new  2e8803c   Do not use logging-clear-handlers to see all logging output and
       new  468650e   Do not use embedded copy of ssl.match_hostname, when possible
       new  b7e7bf5   merge patched into master
       new  e51990e   Refresh patches

The 10 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                                        | 23 +++++++
 CONTRIBUTORS.txt                                   | 18 +++++-
 Makefile                                           |  3 +-
 PKG-INFO                                           | 25 +++++++-
 debian/.git-dpm                                    | 14 ++---
 debian/changelog                                   | 10 +++
 .../01_do-not-use-embedded-python-six.patch        | 46 +++++++-------
 debian/patches/02_require-cert-verification.patch  |  8 +--
 debian/patches/03_force_setuptools.patch           |  4 +-
 debian/patches/04_relax_nosetests_options.patch    |  4 +-
 .../05_avoid-embedded-ssl-match-hostname.patch     | 12 ++--
 docs/index.rst                                     |  2 +-
 docs/managers.rst                                  | 11 ++++
 docs/security.rst                                  | 73 +++++++++++++++++-----
 dummyserver/certs/server.ipv6addr.crt              | 16 +++++
 dummyserver/certs/server.ipv6addr.key              | 27 ++++++++
 dummyserver/handlers.py                            | 11 ++--
 dummyserver/proxy.py                               |  9 +--
 dummyserver/server.py                              |  6 ++
 dummyserver/testcase.py                            | 19 ++++--
 setup.cfg                                          |  9 +++
 setup.py                                           | 11 ++--
 test/test_util.py                                  | 30 +++++++++
 test/with_dummyserver/test_connectionpool.py       | 44 ++++++-------
 test/with_dummyserver/test_https.py                | 32 ++++++++--
 test/with_dummyserver/test_poolmanager.py          | 12 +++-
 test/with_dummyserver/test_proxy_poolmanager.py    |  8 +--
 test/with_dummyserver/test_socketlevel.py          | 71 +++++++++++++++++++++
 urllib3/__init__.py                                | 32 ++++++++--
 urllib3/_collections.py                            |  7 ++-
 urllib3/connection.py                              | 39 +++++++-----
 urllib3/connectionpool.py                          | 34 +++++-----
 urllib3/contrib/appengine.py                       | 23 +++----
 urllib3/contrib/ntlmpool.py                        |  1 +
 urllib3/contrib/pyopenssl.py                       | 35 ++++++-----
 urllib3/exceptions.py                              | 14 ++++-
 urllib3/fields.py                                  |  1 +
 urllib3/filepost.py                                |  1 +
 urllib3/packages/__init__.py                       |  2 +
 urllib3/poolmanager.py                             |  3 +-
 urllib3/request.py                                 |  4 +-
 urllib3/response.py                                | 53 ++++++++++++----
 urllib3/util/__init__.py                           | 20 ++++++
 urllib3/util/connection.py                         |  1 +
 urllib3/util/request.py                            |  1 +
 urllib3/util/response.py                           |  3 +-
 urllib3/util/retry.py                              |  7 ++-
 urllib3/util/ssl_.py                               | 39 ++++++++++--
 urllib3/util/timeout.py                            |  8 ++-
 urllib3/util/url.py                                |  5 +-
 50 files changed, 678 insertions(+), 213 deletions(-)
 create mode 100644 dummyserver/certs/server.ipv6addr.crt
 create mode 100644 dummyserver/certs/server.ipv6addr.key

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



More information about the Python-modules-commits mailing list