python-urllib3 1.7.1-1build1 source package in Ubuntu
Changelog
python-urllib3 (1.7.1-1build1) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose <email address hidden> Sun, 23 Feb 2014 13:53:23 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Trusty
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-urllib3_1.7.1.orig.tar.gz | 65.8 KiB | 20fb9e6c7127a6f7a758919f6de7ef352bb955084006f29e838045caca00cb1b |
python-urllib3_1.7.1-1build1.debian.tar.gz | 6.5 KiB | 63c2ed1d6e5167abcf46bd4af1b509bb07c48d1c6f127b04cdfc5fb67c428e5b |
python-urllib3_1.7.1-1build1.dsc | 1.5 KiB | 3ce6f618ffba813e6f52c82f7664863e8bbe3462bedb0b4af8a9532d6b50b0db |
Available diffs
- diff from 1.7.1-1 (in Debian) to 1.7.1-1build1 (335 bytes)
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.