[Python-modules-commits] [python-urllib3] branch upstream updated	(a7f3c70 -> 0dbe964)
    Daniele Tricoli 
    eriol-guest at moszumanska.debian.org
       
    Tue Dec  6 00:15:38 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  a7f3c70   Import python-urllib3_1.16.orig.tar.gz
       new  0dbe964   Import python-urllib3_1.19.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                                        | 100 +++++
 CONTRIBUTORS.txt                                   |  10 +
 Makefile                                           |  20 +-
 PKG-INFO                                           | 250 ++++++------
 README.rst                                         | 170 +++------
 docs/Makefile                                      |   2 +-
 docs/README                                        |  14 -
 docs/_templates/fonts.html                         |   1 +
 docs/advanced-usage.rst                            | 265 +++++++++++++
 docs/collections.rst                               |  13 -
 docs/conf.py                                       |  52 ++-
 docs/contrib.rst                                   | 102 -----
 docs/contributing.rst                              |  83 ++++
 docs/doc-requirements.txt                          |  12 -
 docs/exceptions.rst                                |   9 -
 docs/helpers.rst                                   |  57 ---
 docs/index.rst                                     | 424 +++------------------
 docs/managers.rst                                  | 131 -------
 docs/pools.rst                                     |  86 -----
 docs/recipes.rst                                   |  41 --
 docs/reference/index.rst                           |  90 +++++
 docs/reference/urllib3.contrib.rst                 |  37 ++
 docs/reference/urllib3.util.rst                    |  70 ++++
 docs/requirements.txt                              |   4 +
 docs/security.rst                                  | 262 -------------
 docs/user-guide.rst                                | 417 ++++++++++++++++++++
 .../certs/{client.pem => server.ip_san.crt}        |  14 +-
 dummyserver/handlers.py                            |  50 ++-
 dummyserver/proxy.py                               |   1 +
 dummyserver/server.py                              |   8 +
 setup.cfg                                          |  12 +-
 setup.py                                           |  22 +-
 test/contrib/test_gae_manager.py                   |  31 +-
 test/contrib/test_pyopenssl.py                     |  39 +-
 test/test_connectionpool.py                        |  11 +-
 test/test_fields.py                                |   9 +
 test/test_response.py                              | 105 ++++-
 test/test_retry.py                                 |  50 ++-
 test/test_util.py                                  | 100 ++++-
 test/with_dummyserver/test_chunked_transfer.py     |  26 ++
 test/with_dummyserver/test_connectionpool.py       | 107 +++++-
 test/with_dummyserver/test_https.py                | 124 +++---
 test/with_dummyserver/test_proxy_poolmanager.py    |  10 +
 test/with_dummyserver/test_socketlevel.py          | 100 +++++
 urllib3.egg-info/PKG-INFO                          | 250 ++++++------
 urllib3.egg-info/SOURCES.txt                       |  20 +-
 urllib3.egg-info/pbr.json                          |   1 -
 urllib3.egg-info/requires.txt                      |   9 +-
 urllib3/__init__.py                                |   3 +-
 urllib3/connection.py                              |  88 +++--
 urllib3/connectionpool.py                          |  45 ++-
 urllib3/contrib/appengine.py                       | 109 ++++--
 urllib3/contrib/ntlmpool.py                        |   7 +-
 urllib3/contrib/pyopenssl.py                       | 309 +++++++++------
 urllib3/contrib/socks.py                           |  16 +-
 urllib3/exceptions.py                              |  32 ++
 urllib3/fields.py                                  |   2 +-
 urllib3/filepost.py                                |   2 +-
 urllib3/packages/ssl_match_hostname/__init__.py    |   8 +-
 .../packages/ssl_match_hostname/_implementation.py |  58 ++-
 urllib3/poolmanager.py                             |   8 +-
 urllib3/request.py                                 |   5 +-
 urllib3/response.py                                | 100 ++++-
 urllib3/util/connection.py                         |   1 +
 urllib3/util/response.py                           |   7 +
 urllib3/util/retry.py                              | 110 +++++-
 urllib3/util/ssl_.py                               |  40 +-
 urllib3/util/timeout.py                            |  15 +-
 urllib3/util/url.py                                |  19 +-
 69 files changed, 2945 insertions(+), 1860 deletions(-)
 delete mode 100644 docs/README
 create mode 100644 docs/_templates/fonts.html
 create mode 100644 docs/advanced-usage.rst
 delete mode 100644 docs/collections.rst
 delete mode 100644 docs/contrib.rst
 create mode 100644 docs/contributing.rst
 delete mode 100644 docs/doc-requirements.txt
 delete mode 100644 docs/exceptions.rst
 delete mode 100644 docs/helpers.rst
 delete mode 100644 docs/managers.rst
 delete mode 100644 docs/pools.rst
 delete mode 100644 docs/recipes.rst
 create mode 100644 docs/reference/index.rst
 create mode 100644 docs/reference/urllib3.contrib.rst
 create mode 100644 docs/reference/urllib3.util.rst
 create mode 100644 docs/requirements.txt
 delete mode 100644 docs/security.rst
 create mode 100644 docs/user-guide.rst
 copy dummyserver/certs/{client.pem => server.ip_san.crt} (66%)
 delete mode 100644 urllib3.egg-info/pbr.json
-- 
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