[Python-modules-commits] [python-urllib3] branch upstream updated (2b3d330 -> 49444bd)
Daniele Tricoli
eriol-guest at moszumanska.debian.org
Wed Dec 23 23:39:01 UTC 2015
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 2b3d330 Import python-urllib3_1.12.orig.tar.gz
new 49444bd Import python-urllib3_1.13.1.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 | 23 ++++++++
CONTRIBUTORS.txt | 18 +++++-
Makefile | 3 +-
PKG-INFO | 25 ++++++++-
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.egg-info/PKG-INFO | 25 ++++++++-
urllib3.egg-info/SOURCES.txt | 2 +
urllib3.egg-info/pbr.json | 2 +-
urllib3.egg-info/requires.txt | 7 +--
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 | 1 +
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 +-
47 files changed, 650 insertions(+), 178 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