summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #267 from jone/masterv0.9Joe Gregorio2014-04-151-2/+1
|\ | | | | setup.py: remove download URL, update project URL
| * setup.py: remove download URL, update project URLJonas Baumann2014-04-151-2/+1
|/ | | | The project was moved from googlecode to github. Because of the move the downloads are now longer available, thus the download_url is invalid.
* Fix Makefile for rename of README to README.mdJoe Gregorio2014-04-141-1/+1
|
* Release 0.9. The heartbleed release.Joe Gregorio2014-04-143-3/+3
|
* Add an updated cacerts.txt file and fix some tests.0.9Joe Gregorio2014-03-065-955/+3845
| | | | Turns out nginx doesn't support etags on gzip'd content.
* Merge pull request #259 from snarfed/masterJoe Gregorio2014-02-141-1/+3
|\ | | | | Use socket.getdefaulttimeout() on App Engine as well as off, take 2: set the timeout for clients that passed deadline=None explicitly.
| * use socket.getdefaulttimeout() on App Engine as well as off, take 2Ryan Barrett2014-02-121-1/+3
| | | | | | | | the first attempt (3118243f371f56ba5b6cf9d7dfcea09c98daa573) wouldn't set the timeout for clients that passed deadline=None explicitly, which App Engine's httplib often does. this fixes that.
* | Merge pull request #258 from snarfed/masterJoe Gregorio2014-02-121-1/+1
|\ \ | |/ | | Use socket.getdefaulttimeout() on App Engine also.
| * use socket.getdefaulttimeout() on App Engine as well as offRyan Barrett2014-02-121-1/+1
|/
* Update README.mdJoe Gregorio2014-02-061-0/+4
|
* whitespace fixJoe Gregorio2014-02-061-1/+0
|
* Remove redundant READMEJoe Gregorio2014-02-061-122/+0
|
* Remove unused files.Joe Gregorio2014-02-062-2401/+0
|
* Update README.mdJoe Gregorio2014-02-061-4/+1
|
* Merge ../httplib2.currentJoe Gregorio2014-02-058-22/+170
|\ | | | | | | Merge to HEAD of the mercurial tree hopefully for the last time.
| * Pass method by name, not positionally.Joe Gregorio2013-03-262-4/+13
| | | | | | | | | | Fixes issue #252. Reviewed in https://codereview.appspot.com/7987046/.
| * Fix handling of BadStatusLine.Joe Gregorio2013-03-084-3/+120
| | | | | | | | | | Fixes issue #250. Review in https://codereview.appspot.com/7529045/.
| * Clean up tagsJoe Gregorio2013-03-060-0/+0
| |
| * Added tag 0.8 for changeset 427a4ff7b7e4Joe Gregorio2013-03-060-0/+0
| |
| * 0.8 releaseJoe Gregorio2013-03-064-3/+13
| |
| * Added tag 0.8 for changeset a645d22abfd0Joe Gregorio2013-03-060-0/+0
| |
| * Catch an edge case in imports.Joe Gregorio2013-03-032-10/+23
| | | | | | | | Reviewed in https://codereview.appspot.com/7454047/.
| * Fix App Engine headers.Joe Gregorio2013-02-271-1/+1
| | | | | | | | Reviewed in https://codereview.appspot.com/7402063/.
| * Make code slightly more portable.Joe Gregorio2013-02-252-10/+2422
| | | | | | | | Revewed in https://codereview.appspot.com/7406049/.
| * Make indents consistent with PEP8.Joe Gregorio2013-02-255-347/+351
| | | | | | | | Reviewed in https://codereview.appspot.com/7314118/.
| * Add missing conn.close().Joe Gregorio2013-02-251-0/+1
| | | | | | | | Reviewed in https://codereview.appspot.com/7384055/.
| * Fix all whitespace issues. Patch from dhermes@google.com.Joe Gregorio2013-02-1924-269/+269
| |
| * Change the App Engine specific connection objects to be subclassesJoe Gregorio2012-12-262-78/+46
| | | | | | | | of the httplib ones, which gives better behavior on App Engine.
| * Update for 0.7.7 release.Joe Gregorio2012-11-122-4/+12
| |
| * Added tag 0.7.7 for changeset e78fbc336997Joe Gregorio2012-11-120-0/+0
| |
| * Stop swallowing App Engine specific errors.Joe Gregorio2012-11-121-2/+0
| | | | | | | | Fixes issue 230. Fixes issue 231.
| * Fix Python3 dup header handling.Joe Gregorio2012-11-124-6/+10
| | | | | | | | Fixes isse #229.
| * Adding proxy_info_from_* methods to Python3.Joe Gregorio2012-10-252-4/+97
| | | | | | | | Reviewed in https://codereview.appspot.com/6588078/.
| * Added GeoTrust certJoe Gregorio2012-10-242-0/+50
| |
| * Make httplib2.Http() instances pickleable.Joe Gregorio2012-10-034-99/+202
| | | | | | | | Reviewed in https://codereview.appspot.com/6506074/
| * Added tag 0.7.6 for changeset 28bf49dc86c3Joe Gregorio2012-09-110-0/+0
| |
| * Version 0.7.6Joe Gregorio2012-09-114-3/+6
| |
| * On Python App Engine 2.7 a body can be passed in that is actually a stream. DoJoe Gregorio2012-09-111-0/+4
| | | | | | | | a full read of the contents of that stream before proceeding.
| * Fix app engineJoe Gregorio2012-08-281-2/+2
| |
| * Added tag 0.7.5 for changeset 403deb2f51e7Joe Gregorio2012-08-280-0/+0
| |
| * Fix some tests.Joe Gregorio2012-08-282-1/+14
| |
| * Updating testsjcgregorio2011-05-243-1/+1
| |
| * Fixes issue #212. Fixes issue #210. Fixes issue #214. Fixes issue #223. ↵Joe Gregorio2012-08-2819-1062/+4846
| | | | | | | | Fixes issue #222.
| * Added tag 0.7.5 for changeset c17f3cf9129cJoe Gregorio2012-08-280-0/+0
| |
| * Keys are lowercase in a Response object, regardless of how Response object ↵Joe Gregorio2012-07-281-2/+2
| | | | | | | | is constructed.
| * Add control so that Authorization: headers aren't forwarded on a 3xx ↵Joe Gregorio2012-07-2312-8/+72
| | | | | | | | response by default.
| * Set the reason correctly when running on App Engine.Joe Gregorio2012-07-231-2/+4
| | | | | | | | | | | | Patch from Alain Vongsouvanh. Reviewed in http://codereview.appspot.com/6422051/
| * 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-1717-4816/+1098
| |
| * Fix wrong link in description.Joe Gregorio2012-03-021-1/+0
| |