summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #267 from jone/masterv0.9Joe Gregorio2014-04-151-2/+1
|\
| * setup.py: remove download URL, update project URLJonas Baumann2014-04-151-2/+1
|/
* 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
* Merge pull request #259 from snarfed/masterJoe Gregorio2014-02-141-1/+3
|\
| * use socket.getdefaulttimeout() on App Engine as well as off, take 2Ryan Barrett2014-02-121-1/+3
* | Merge pull request #258 from snarfed/masterJoe Gregorio2014-02-121-1/+1
|\ \ | |/
| * 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
|\
| * Pass method by name, not positionally.Joe Gregorio2013-03-262-4/+13
| * Fix handling of BadStatusLine.Joe Gregorio2013-03-084-3/+120
| * 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
| * Fix App Engine headers.Joe Gregorio2013-02-271-1/+1
| * Make code slightly more portable.Joe Gregorio2013-02-252-10/+2422
| * Make indents consistent with PEP8.Joe Gregorio2013-02-255-347/+351
| * Add missing conn.close().Joe Gregorio2013-02-251-0/+1
| * 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
| * 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
| * Fix Python3 dup header handling.Joe Gregorio2012-11-124-6/+10
| * Adding proxy_info_from_* methods to Python3.Joe Gregorio2012-10-252-4/+97
| * Added GeoTrust certJoe Gregorio2012-10-242-0/+50
| * Make httplib2.Http() instances pickleable.Joe Gregorio2012-10-034-99/+202
| * 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
| * 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. Fixes...Joe Gregorio2012-08-2819-1062/+4846
| * 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 is...Joe Gregorio2012-07-281-2/+2
| * Add control so that Authorization: headers aren't forwarded on a 3xx response...Joe Gregorio2012-07-2312-8/+72
| * 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-1717-4816/+1098
| * Fix wrong link in description.Joe Gregorio2012-03-021-1/+0