[Python-modules-commits] [python-urllib3] branch upstream updated (0dbe964 -> 6dde9b0)

Daniele Tricoli eriol-guest at moszumanska.debian.org
Tue Jul 11 02:10:33 UTC 2017


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  0dbe964   Import python-urllib3_1.19.1.orig.tar.gz
       new  6dde9b0   Import python-urllib3_1.21.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                                        |  85 +++
 CONTRIBUTORS.txt                                   |  18 +
 PKG-INFO                                           |  97 ++-
 README.rst                                         |  10 +-
 dev-requirements.txt                               |   1 +
 docs/advanced-usage.rst                            |   6 -
 dummyserver/.DS_Store                              | Bin 0 -> 6148 bytes
 dummyserver/certs/cacert.pem                       |  22 +-
 .../certs/{client.pem => server.combined.pem}      |  15 +
 dummyserver/handlers.py                            |   6 +-
 dummyserver/server.py                              |   7 +-
 dummyserver/testcase.py                            |   7 +-
 setup.cfg                                          |   3 +-
 setup.py                                           |   2 +-
 test/__init__.py                                   |  76 +-
 test/benchmark.py                                  |   6 +-
 test/contrib/test_gae_manager.py                   |   5 +-
 test/contrib/test_pyopenssl.py                     |   7 +-
 test/contrib/test_pyopenssl_dependencies.py        |  46 ++
 test/contrib/test_securetransport.py               |  21 +
 test/contrib/test_socks.py                         | 105 ++-
 test/port_helpers.py                               |   6 +-
 test/socketpair_helper.py                          |  62 ++
 test/test_collections.py                           |  27 +-
 test/test_compatibility.py                         |   4 +-
 test/test_connection.py                            |  19 +-
 test/test_connectionpool.py                        |  43 +-
 test/test_exceptions.py                            |   1 -
 test/test_fields.py                                |   2 +-
 test/test_filepost.py                              |  99 ++-
 test/test_no_ssl.py                                |   9 +-
 test/test_poolmanager.py                           | 183 +++--
 test/test_proxymanager.py                          |  10 +-
 test/test_queue_monkeypatch.py                     |  37 +
 test/test_response.py                              |  29 +-
 test/test_retry.py                                 | 103 ++-
 test/test_selectors.py                             | 795 ++++++++++++++++++++
 test/test_util.py                                  | 123 +++-
 test/with_dummyserver/test_chunked_transfer.py     |   9 +-
 test/with_dummyserver/test_connectionpool.py       | 232 ++++--
 test/with_dummyserver/test_https.py                |  71 +-
 test/with_dummyserver/test_no_ssl.py               |   8 +-
 test/with_dummyserver/test_poolmanager.py          |  40 +-
 test/with_dummyserver/test_proxy_poolmanager.py    |  72 +-
 test/with_dummyserver/test_socketlevel.py          | 308 ++++++--
 urllib3.egg-info/PKG-INFO                          |  97 ++-
 urllib3.egg-info/SOURCES.txt                       |  15 +-
 urllib3/__init__.py                                |   2 +-
 urllib3/_collections.py                            |  18 +-
 urllib3/connection.py                              |   9 +-
 urllib3/connectionpool.py                          |  68 +-
 .../contrib/_securetransport}/__init__.py          |   0
 urllib3/contrib/_securetransport/bindings.py       | 590 +++++++++++++++
 urllib3/contrib/_securetransport/low_level.py      | 343 +++++++++
 urllib3/contrib/appengine.py                       |   2 +-
 urllib3/contrib/pyopenssl.py                       |  41 +-
 urllib3/contrib/securetransport.py                 | 807 +++++++++++++++++++++
 urllib3/contrib/socks.py                           |  10 +
 urllib3/exceptions.py                              |   5 +
 urllib3/poolmanager.py                             | 187 +++--
 urllib3/response.py                                |   6 +-
 urllib3/util/__init__.py                           |   8 +
 urllib3/util/connection.py                         |  31 +-
 urllib3/util/request.py                            |  48 +-
 urllib3/util/retry.py                              |  41 +-
 urllib3/util/selectors.py                          | 581 +++++++++++++++
 urllib3/util/ssl_.py                               |   1 +
 urllib3/util/timeout.py                            |   7 +-
 urllib3/util/url.py                                |   6 +-
 urllib3/util/wait.py                               |  40 +
 70 files changed, 5194 insertions(+), 606 deletions(-)
 create mode 100644 dummyserver/.DS_Store
 copy dummyserver/certs/{client.pem => server.combined.pem} (58%)
 create mode 100644 test/contrib/test_pyopenssl_dependencies.py
 create mode 100644 test/contrib/test_securetransport.py
 create mode 100644 test/socketpair_helper.py
 create mode 100644 test/test_queue_monkeypatch.py
 create mode 100644 test/test_selectors.py
 copy {dummyserver => urllib3/contrib/_securetransport}/__init__.py (100%)
 create mode 100644 urllib3/contrib/_securetransport/bindings.py
 create mode 100644 urllib3/contrib/_securetransport/low_level.py
 create mode 100644 urllib3/contrib/securetransport.py
 create mode 100644 urllib3/util/selectors.py
 create mode 100644 urllib3/util/wait.py

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