summaryrefslogtreecommitdiff
path: root/python2
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-231-24/+77
| | | | 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-222-0/+17
| | | | Reviewed in http://codereview.appspot.com/4661044/
* 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
| | | | 139.
* 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
| | | | 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-242-2/+18
|
* Fix problem with ssl import in some situations.Joe Gregorio2011-05-032-3/+3
|
* Fixes issue 98.Joe Gregorio2011-02-141-1/+3
|
* Fixes issue 110.Joe Gregorio2011-02-141-6/+26
|
* 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/+12
|
* Fixes issue 104.Joe Gregorio2011-02-132-1/+8
|
* Fixes issue 126. IPv6 under various conditions would fail.Joe Gregorio2011-02-132-10/+44
|
* 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-6/+28
|
* Fixes issue 96.Joe Gregorio2011-02-111-0/+12
|
* proxy support: degrade gracefully when socket.socket is unavailableAugie Fackler2010-10-054-2/+38
| | | | | This should allow httplib2 to continue to work even on platforms like appengine where the socket module exists but has no socket attribute.
* tests: misc pep8 cleanupsAugie Fackler2010-07-252-4/+4
|
* tests: add missing __init__.pyAugie Fackler2010-07-241-0/+0
|
* tests: add simple functional test for proxiesAugie Fackler2010-07-223-18/+109
| | | | Depends on tinyproxy - test will automatically skip if it is unavailable.
* socks: many many pep8 fixesAugie Fackler2010-07-221-84/+96
|
* socks: clean up trailing whitespaceAugie Fackler2010-07-221-16/+16
|
* Import socks.py for proxy support from http://code.google.com/p/socksipy-branch/Augie Fackler2010-07-222-5/+426
|
* Add a simple self-contained http smoke test.Augie Fackler2010-03-132-0/+120
|
* Clean up trailing whitespace.Augie Fackler2010-03-131-77/+77
|
* Fix for issue #94 by Leonard Richardsonjcgregorio2010-05-132-1/+14
|
* Fix issue #62 by trentmjcgregorio2010-05-131-1/+5
|
* Fix issue 91akhern2010-02-031-0/+2
|
* Fixed issue #77Joe Gregorio2009-12-251-7/+0
|
* Added to .hgignore and fixed issue #65Joe Gregorio2009-12-251-1/+3
|
* Add support for Vary headerchris dent2009-12-242-1/+98
|