[Python-modules-commits] [python-urllib3] branch upstream updated (9105037 -> a7f3c70)

Daniele Tricoli eriol-guest at moszumanska.debian.org
Sun Sep 4 00:01:44 UTC 2016


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

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

      from  9105037   Import python-urllib3_1.15.1.orig.tar.gz
       new  a7f3c70   Import python-urllib3_1.16.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                               |  29 +-
 CONTRIBUTORS.txt                          |  11 +-
 PKG-INFO                                  |  39 +-
 README.rst                                |   6 +-
 dev-requirements.txt                      |   1 +
 docs/managers.rst                         |  44 +++
 docs/security.rst                         |   2 +-
 setup.cfg                                 |   5 +-
 setup.py                                  |   2 +-
 test/test_connectionpool.py               |  77 ++++
 test/test_poolmanager.py                  | 230 ++++++++++-
 test/test_retry.py                        |  15 +
 test/test_util.py                         |  32 +-
 test/with_dummyserver/test_socketlevel.py |  62 ++-
 urllib3.egg-info/PKG-INFO                 |  39 +-
 urllib3/__init__.py                       |   2 +-
 urllib3/connectionpool.py                 |  37 +-
 urllib3/contrib/appengine.py              |   2 +-
 urllib3/contrib/socks.py                  |   2 +-
 urllib3/packages/six.py                   | 635 ++++++++++++++++++++++++++----
 urllib3/poolmanager.py                    |  93 ++++-
 urllib3/response.py                       |   4 +
 urllib3/util/connection.py                |  47 ++-
 urllib3/util/retry.py                     |  14 +-
 urllib3/util/ssl_.py                      |   4 +-
 25 files changed, 1304 insertions(+), 130 deletions(-)

-- 
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