python-urllib3 1.7.1-1ubuntu0.1 source package in Ubuntu

Changelog

python-urllib3 (1.7.1-1ubuntu0.1) trusty; urgency=medium

  * debian/patches/05_backport_proxy_fix.patch: Backport upstream fix 1c30a1f3
    from 1.8.3 release. Fixes the issue when a dropped connection makes
    further connections ignore the proxy. (LP: #1412545)
 -- Diogo Matsubara <email address hidden>   Mon, 26 Jan 2015 12:02:13 -0200

Upload details

Uploaded by:
Diogo Matsubara
Sponsored by:
Robie Basak
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-urllib3_1.7.1.orig.tar.gz 65.8 KiB 20fb9e6c7127a6f7a758919f6de7ef352bb955084006f29e838045caca00cb1b
python-urllib3_1.7.1-1ubuntu0.1.debian.tar.gz 7.4 KiB 5a0572db9f56fe5ee669c7e02743c19bac8b0f3991136d9a0353e982b702472d
python-urllib3_1.7.1-1ubuntu0.1.dsc 2.3 KiB fe0142e3e1c81751ece88b4d40df72775dd087db4f5e8085cc27a40a067bc3a7

View changes file

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.