summaryrefslogtreecommitdiff
path: root/python3
Commit message (Expand)AuthorAgeFilesLines
* Remove VeriSign Class 3 CA from trusted certsStephen Röttger2016-01-051-44/+0
* Release 0.9.20.9.2Joe Gregorio2015-09-281-1/+1
* Fix incorrect ResponseNotReady exceptions, retry on transient errors.Colin Stolley2015-09-181-2/+3
* 0.9.1 Release changes.v0.9.10.9.1Joe Gregorio2015-04-111-1/+1
* Added unit test for _convert_byte_str in python3/httplib2test.py.Cristobal2015-03-021-0/+6
* Update __init__.pyi026e2014-12-171-1/+6
* Default to doing DNS resolution through a proxy server if present.Michael Farrell2014-07-141-4/+20
* Release 0.9. The heartbleed release.Joe Gregorio2014-04-141-1/+1
* Add an updated cacerts.txt file and fix some tests.0.9Joe Gregorio2014-03-062-476/+1920
* Pass method by name, not positionally.Joe Gregorio2013-03-261-2/+6
* Fix handling of BadStatusLine.Joe Gregorio2013-03-082-2/+62
* 0.8 releaseJoe Gregorio2013-03-061-1/+1
* Make indents consistent with PEP8.Joe Gregorio2013-02-252-167/+167
* Fix all whitespace issues. Patch from dhermes@google.com.Joe Gregorio2013-02-192-60/+60
* Fix Python3 dup header handling.Joe Gregorio2012-11-121-3/+7
* Adding proxy_info_from_* methods to Python3.Joe Gregorio2012-10-252-4/+97
* Added GeoTrust certJoe Gregorio2012-10-241-0/+25
* Make httplib2.Http() instances pickleable.Joe Gregorio2012-10-032-12/+64
* Version 0.7.6Joe Gregorio2012-09-111-1/+1
* Fixes issue #212. Fixes issue #210. Fixes issue #214. Fixes issue #223. Fixes...Joe Gregorio2012-08-281-4/+8
* Add control so that Authorization: headers aren't forwarded on a 3xx response...Joe Gregorio2012-07-231-0/+5
* Add a parameter to control the number of retries.Joe Gregorio2012-04-171-10/+31
* 0.7.4 fix for missing cacertsJoe Gregorio2012-03-021-1/+1
* Changing version numbers for 0.7.3 releaseJoe Gregorio2012-03-021-1/+1
* Fix python 2.4 compat issues and fixed python 3.0 tests.Joe Gregorio2012-01-052-0/+784
* Prepping for version 0.7.2 releaseJoe Gregorio2011-11-141-1/+1
* Fix up some tests.Joe Gregorio2011-11-141-3/+3
* Added (optional) opaque support to DigestAuthJoe Gregorio2011-06-222-0/+17
* Fixes issue 72. Always lowercase authorization header.Joe Gregorio2011-06-132-6/+6
* Fix issue 47. Redirects that become a GET should not have a body.Joe Gregorio2011-06-131-0/+1
* Fixes issue 19. Set Content-location on redirected HEAD requestsJoe Gregorio2011-06-131-1/+1
* Redirect with a GET on 302 regardless of the originating method. Fixes issue ...Joe Gregorio2011-06-131-1/+1
* Fixes issue 145.Joe Gregorio2011-06-131-0/+2
* Handle unicode in headers when writing and retrieving cache entries. Who says...Joe Gregorio2011-06-131-11/+27
* Add certificate validation. Work initially started by Christoph Kern.Joe Gregorio2011-06-072-94/+78
* Set a version number. Fixes issue # 135.Joe Gregorio2011-06-061-1/+1
* Now testing against Python 3.2Joe Gregorio2011-06-062-10/+14
* Add gzip to the user-agent, in case we are making a request to an app engine ...Joe Gregorio2011-05-311-1/+1
* Add default support for optimistic concurrency on PATCH requestsJoe Gregorio2011-05-242-2/+18
* Fix 302 test for python3.1Joe Gregorio2011-05-241-1/+1
* Fixes issue 98.Joe Gregorio2011-02-142-2/+4
* Fixes issue 110.Joe Gregorio2011-02-141-2/+17
* Fixes issue 97.Joe Gregorio2011-02-141-1/+1
* Fixes issue 120.Joe Gregorio2011-02-132-19/+30
* Fixes issue 123.Joe Gregorio2011-02-132-1/+10
* Fixes issue 104.Joe Gregorio2011-02-132-1/+8
* Fixes issue 126. IPv6 under various conditions would fail.Joe Gregorio2011-02-132-11/+47
* Fixes issue 131. Handle socket.timeout's that occur during send.Joe Gregorio2011-02-131-0/+2
* Further fixes for issue 96. Adds tests and also fixes it for Python 3Joe Gregorio2011-02-112-7/+35
* Fix for issue #94 by Leonard Richardsonjcgregorio2010-05-132-1/+14