summaryrefslogtreecommitdiff
path: root/python2
Commit message (Expand)AuthorAgeFilesLines
* stray raiseJoe Gregorio2016-01-261-1/+0
* Restore a branch that was erroneously removed in a previous patch.Joe Gregorio2016-01-261-0/+2
* 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-2/+2
* Default to doing DNS resolution through a proxy server if present.Michael Farrell2014-07-141-11/+26
* 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-478/+1924
* use socket.getdefaulttimeout() on App Engine as well as off, take 2Ryan Barrett2014-02-121-1/+3
* use socket.getdefaulttimeout() on App Engine as well as offRyan Barrett2014-02-121-1/+1
* Pass method by name, not positionally.Joe Gregorio2013-03-261-2/+7
* Fix handling of BadStatusLine.Joe Gregorio2013-03-082-1/+58
* 0.8 releaseJoe Gregorio2013-03-061-1/+1
* Catch an edge case in imports.Joe Gregorio2013-03-032-10/+23
* Fix App Engine headers.Joe Gregorio2013-02-271-1/+1
* Make code slightly more portable.Joe Gregorio2013-02-251-10/+28
* Make indents consistent with PEP8.Joe Gregorio2013-02-252-179/+183
* Add missing conn.close().Joe Gregorio2013-02-251-0/+1
* Fix all whitespace issues. Patch from dhermes@google.com.Joe Gregorio2013-02-191-9/+9
* Change the App Engine specific connection objects to be subclassesJoe Gregorio2012-12-262-78/+46
* Update for 0.7.7 release.Joe Gregorio2012-11-121-4/+0
* Stop swallowing App Engine specific errors.Joe Gregorio2012-11-121-2/+0
* Fix Python3 dup header handling.Joe Gregorio2012-11-121-1/+1
* Added GeoTrust certJoe Gregorio2012-10-241-0/+25
* Make httplib2.Http() instances pickleable.Joe Gregorio2012-10-032-87/+138
* Version 0.7.6Joe Gregorio2012-09-111-1/+1
* On Python App Engine 2.7 a body can be passed in that is actually a stream. DoJoe Gregorio2012-09-111-0/+4
* Fix app engineJoe Gregorio2012-08-281-2/+2
* Fixes issue #212. Fixes issue #210. Fixes issue #214. Fixes issue #223. Fixes...Joe Gregorio2012-08-281-8/+9
* Keys are lowercase in a Response object, regardless of how Response object is...Joe Gregorio2012-07-281-2/+2
* Add control so that Authorization: headers aren't forwarded on a 3xx response...Joe Gregorio2012-07-232-1/+20
* Set the reason correctly when running on App Engine.Joe Gregorio2012-07-231-2/+4
* Fix proxy socks for SSL connections. Fixes issue #199.Joe Gregorio2012-04-171-10/+42
* Add a parameter to control the number of retries.Joe Gregorio2012-04-171-6/+7
* 0.7.4 fix for missing cacertsJoe Gregorio2012-03-021-1/+1
* Changing version numbers for 0.7.3 releaseJoe Gregorio2012-03-022-4/+6
* Fall back to using installed socks.py if local one is not found.Joe Gregorio2012-01-091-1/+4
* When opening a socket for HTTP, httplib2 uses the IP and port that is returne...Joe Gregorio2012-01-061-1/+1
* Fixed failing test case when IPv6 HTTPS server is presentJason R. Coombs2011-08-091-0/+4
* Fixed failing test case on WindowsJason R. Coombs2011-08-091-54/+56
* Fix python 2.4 compat issues and fixed python 3.0 tests.Joe Gregorio2012-01-051-13/+38
* Now allow unicode to specify proxy hostname. Fixes #179Jason R. Coombs2011-12-011-6/+6
* Fixed issue where proxy bypass detection failed when a port was specified.Jason R. Coombs2011-08-161-1/+3
* no_proxy can now be upper caseJason R. Coombs2011-08-162-3/+21
* Http() now detects the proxy configurationJason R. Coombs2011-08-092-7/+38
* Added support to ProxyInfo object for detection of proxy from environment var...Jason R. Coombs2011-08-092-1/+88
* Reformatted ProxyInfo for readabilityJason R. Coombs2011-08-091-15/+22
* Prepping for version 0.7.2 releaseJoe Gregorio2011-11-141-1/+1
* Fix up some tests.Joe Gregorio2011-11-141-4/+4