summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | Don't use App Engine urlfetch when the apiproxy stub is not present. Reviewed in http://codereview.appspot.com/4823050/.
* Add socks.PROXY_TYPE_HTTP_NO_TUNNEL. Reviewed in ↵Joe Gregorio2011-10-061-1/+54
| | | | http://codereview.appspot.com/4956072/. Fixes issue #38.
* Change out Go Daddy root ca for their ca bundle. Also add checks for version ↵Joe Gregorio2011-06-232-24/+81
| | | | number matching when doing releases.
* 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
| | | | Reviewed in http://codereview.appspot.com/4661044/
* 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
| | | | 139.
* Fixes issue 145.Joe Gregorio2011-06-132-0/+4
|
* Handle unicode in headers when writing and retrieving cache entries. Who ↵Joe Gregorio2011-06-131-11/+27
| | | | says headers have to be ASCII! Fixes issue 138.
* 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
|
* Fixes issue 133.Joe Gregorio2011-06-061-1/+1
|
* Set a version number. Fixes issue # 135.Joe Gregorio2011-06-062-2/+2
|
* Now testing against Python 3.2Joe Gregorio2011-06-063-10/+15
|
* 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-312-2/+2
| | | | project: http://code.google.com/appengine/kb/general.html#compression
* Uses a custom httplib shim on App Engine to wrap urlfetch, as opposedJoe Gregorio2011-05-251-1/+87
| | | | | | | to using the standard httplib, which allows setting timeouts and checking certificates. Reviewed in http://codereview.appspot.com/4520043/
* Add default support for optimistic concurrency on PATCH requestsJoe Gregorio2011-05-244-4/+36
|
* Fix 302 test for python3.1Joe Gregorio2011-05-241-1/+1
|
* Fix problem with ssl import in some situations.Joe Gregorio2011-05-032-3/+3
|
* Fixes issue 98.Joe Gregorio2011-02-143-3/+7
|
* Fixes issue 110.Joe Gregorio2011-02-142-8/+43
|
* Fixes issue 97.Joe Gregorio2011-02-142-2/+2
|
* Fixes issue 120.Joe Gregorio2011-02-134-38/+60
|
* Fixes issue 123.Joe Gregorio2011-02-135-5/+25
|
* Fixes issue 104.Joe Gregorio2011-02-135-2/+28
|
* Fixes issue 126. IPv6 under various conditions would fail.Joe Gregorio2011-02-134-21/+91
|
* Fixes issue 131. Handle socket.timeout's that occur during send.Joe Gregorio2011-02-133-1/+5
|
* Further fixes for issue 96. Adds tests and also fixes it for Python 3Joe Gregorio2011-02-114-13/+63
|
* Fixes issue 96.Joe Gregorio2011-02-111-0/+12
|