summaryrefslogtreecommitdiff
path: root/python2
Commit message (Expand)AuthorAgeFilesLines
* 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
* Actually fix the issue in AppEngineHttpConnection.getresponse.Alain Vongsouvanh2011-11-111-1/+0
* Raise an exception in AppEngineHttpConnection.getresponse if response is None.Alain Vongsouvanh2011-11-091-1/+4
* Fixes issue 161.Joe Gregorio2011-10-201-0/+3
* Add socks.PROXY_TYPE_HTTP_NO_TUNNEL. Reviewed in http://codereview.appspot.co...Joe Gregorio2011-10-061-1/+54
* Change out Go Daddy root ca for their ca bundle. Also add checks for version ...Joe Gregorio2011-06-231-24/+77
* Add Go Daddy cert. Fixes issue 154.Joe Gregorio2011-06-231-0/+28
* Fix issue with not matching on first host in cert list. Add unit tests.Joe Gregorio2011-06-232-1/+9
* Added (optional) opaque support to DigestAuthJoe Gregorio2011-06-222-0/+17
* Add unit tests for app engine specific code. Fix bugs found in said tests.Joe Gregorio2011-06-222-1/+67
* 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
* Fixed app engine SLLCertificateError catchingJoe Gregorio2011-06-081-0/+2
* Add certificate validation. Work initially started by Christoph Kern.Joe Gregorio2011-06-074-19/+914
* Fixes issue 133.Joe Gregorio2011-06-061-1/+1
* Set a version number. Fixes issue # 135.Joe Gregorio2011-06-061-1/+1
* Sync to latest version of socks.pyJoe Gregorio2011-06-061-162/+107
* Better fix for https on app engineJoe Gregorio2011-06-021-2/+2
* Fix https on app engine.Joe Gregorio2011-06-021-1/+1
* Add gzip to the user-agent, in case we are making a request to an app engine ...Joe Gregorio2011-05-311-1/+1