Commit graph

5 commits

Author SHA1 Message Date
rodent
efe4f157b2 Updated to latest release, 0.9. Nothing seems changed except the version,
dubbed "The heartbleed release." NFI. MASTER_SITES and HOMEPAGE were
updated. Package no longer includes README.
2014-06-08 23:26:35 +00:00
wiz
9dcc90af1c Handle python-specific PLIST in the standard way. 2014-01-18 17:53:18 +00:00
wiz
6a5f484a1a Update to 0.8, and fix PLIST for python-3.x.
0.8
  More fixes for the App Engine support.

  Added a new feature that allows you to supply your own provider for the
  CA_CERTS file. Just create a module named ca_certs_locater that has a method
  get() that returns the file location of the CA_CERTS file.

  Lots of clean up of the code formatting to make it more consistent.
2014-01-18 07:43:44 +00:00
wiz
5a875151f4 Update to 0.7.7:
0.7.7
   More fixes for App Engine, now less likely to swallow important exceptions.
   Adding proxy_info_from_* methods to Python3. Reviewed in https://codereview.appspot.com/6588078/.
   Added GeoTrust cert
   Make httplib2.Http() instances pickleable. Reviewed in https://codereview.appspot.com/6506074/

   The following issues have been fixed:

   229 python3 httplib2 clobbers multiple headers of same key
   230 Expose meaningful exception for App Engine URLFetch ResponseTooLargeError
   231 Expose App Engine URLFetch DeadlineExceededError for debugging purposes
2012-12-16 16:16:37 +00:00
wiz
264d1877f2 Import py-httplib2-0.7.6 as www/py-httplib2 from wip, mostly by
mj_turner and jihbed.

A comprehensive Python HTTP client library that supports many features left out
of other HTTP libraries.

Features:
 o HTTP and HTTPS
 o Keep-Alive
 o Authentication
 o Caching
 o All Methods
 o Redirects
 o Compression
 o Lost update support
 o Unit Tested
2012-10-14 22:07:00 +00:00