summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 0.7.4 fix for missing cacertsJoe Gregorio2012-03-025-7/+7
| * Added tag 0.7.4 for changeset d4a0fa4d3700Joe Gregorio2012-03-020-0/+0
| * release notesJoe Gregorio2012-03-022-5/+12
| * 0.7.3 tagged releaseJoe Gregorio2012-03-021-6/+6
| * Changing version numbers for 0.7.3 releaseJoe Gregorio2012-03-024-6/+8
| * 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
| * Converted MANIFEST to manifest template (MANIFEST.in) for setuptools compatib...Jason R. Coombs2011-08-163-13/+4
| * Added support for setuptools (if present, but still fall back to distutils). ...Jason R. Coombs2011-08-091-1/+4
| * 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-053-13/+822
| * Now allow unicode to specify proxy hostname. Fixes #179Jason R. Coombs2011-12-011-6/+6
| * mergedJoe Gregorio2012-01-053-41/+197
| |\
| | * 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-093-29/+71
| | * 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
| |/
| * Added tag 0.7.2 for changeset d2d8aa1da6a7Joe Gregorio2011-11-140-0/+0
| * Fix makefile for generation of docsJoe Gregorio2011-11-141-1/+1
| * Prepping for version 0.7.2 releaseJoe Gregorio2011-11-144-5/+5
| * Fix up some tests.Joe Gregorio2011-11-142-7/+7
| * 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-232-24/+81
| * 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-224-0/+34
| * Add unit tests for app engine specific code. Fix bugs found in said tests.Joe Gregorio2011-06-223-1/+69
| * update changelog for 0.7.1Joe Gregorio2011-06-161-0/+3
| * Added tag 0.7.1 for changeset 458615668f63Joe Gregorio2011-06-160-0/+0
| * Version 0.7.1Joe Gregorio2011-06-162-7/+5
| * Fixed failure to install cacerts.txtJoe Gregorio2011-06-162-0/+2
| * Added tag 0.7.0 for changeset 54e77b3b4431Joe Gregorio2011-06-130-0/+0
| * Added missing html docs filesJoe Gregorio2011-06-133-0/+452
| * Updated docsJoe Gregorio2011-06-1312-1396/+5179
| * Fixes issue 50.Joe Gregorio2011-06-132-1/+3
| * More prep for 0.7.0Joe Gregorio2011-06-131-2/+5
| * Starting on 0.7.0 releaseJoe Gregorio2011-06-131-2/+1
| * Fixes issue 72. Always lowercase authorization header.Joe Gregorio2011-06-134-12/+12
| * Fix issue 47. Redirects that become a GET should not have a body.Joe Gregorio2011-06-132-0/+2
| * Fixes issue 19. Set Content-location on redirected HEAD requestsJoe Gregorio2011-06-132-2/+2
| * Redirect with a GET on 302 regardless of the originating method. Fixes issue ...Joe Gregorio2011-06-132-2/+2
| * Fixes issue 145.Joe Gregorio2011-06-132-0/+4
| * Handle unicode in headers when writing and retrieving cache entries. Who says...Joe Gregorio2011-06-131-11/+27
| * Fixed app engine SLLCertificateError catchingJoe Gregorio2011-06-081-0/+2
| * Add certificate validation. Work initially started by Christoph Kern.Joe Gregorio2011-06-077-117/+995