python-urllib3 1.13.1-2ubuntu0.16.04.1 source package in Ubuntu
Changelog
python-urllib3 (1.13.1-2ubuntu0.16.04.1) xenial; urgency=medium * d/p/06_revert_square_brackets_httplib.patch: Cherry pick revert of change to behaviour with httplib which breaks IPv6 square bracket handling (LP: #1578351). -- James Page <email address hidden> Tue, 10 May 2016 10:00:32 +0100
Upload details
- Uploaded by:
- James Page
- Uploaded to:
- Xenial
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-urllib3_1.13.1.orig.tar.gz | 152.6 KiB | 6eba1d713f8552e37ac4081c6bdf7be9f5a79f58447aed762bf24cc34c5e3983 |
python-urllib3_1.13.1-2ubuntu0.16.04.1.debian.tar.xz | 9.6 KiB | e101a0e201bdf64e6637a2ab97d72b494d2978ec82b90f35211f36bb061e1fa0 |
python-urllib3_1.13.1-2ubuntu0.16.04.1.dsc | 2.4 KiB | 3e552d5c5168b1deb4afb8e2c1b20a59dcd60cb19665a5d8b22c0961d63087a9 |
Available diffs
Binary packages built by this source
- python-urllib3: HTTP library with thread-safe connection pooling for Python
urllib3 supports features left out of urllib and urllib2 libraries.
.
- Re-use the same socket connection for multiple requests (HTTPConnectionPool
and HTTPSConnectionPool) (with optional client-side certificate
verification).
- File posting (encode_multipart_ formdata) .
- Built-in redirection and retries (optional).
- Supports gzip and deflate decoding.
- Thread-safe and sanity-safe.
- Small and easy to understand codebase perfect for extending and
building upon.
- python3-urllib3: HTTP library with thread-safe connection pooling for Python3
urllib3 supports features left out of urllib and urllib2 libraries.
.
- Re-use the same socket connection for multiple requests (HTTPConnectionPool
and HTTPSConnectionPool) (with optional client-side certificate
verification).
- File posting (encode_multipart_ formdata) .
- Built-in redirection and retries (optional).
- Supports gzip and deflate decoding.
- Thread-safe and sanity-safe.
- Small and easy to understand codebase perfect for extending and
building upon.
.
This package contains the Python 3 version of the library.