summaryrefslogtreecommitdiff
path: root/python2/httplib2test_appengine.py
Commit message (Collapse)AuthorAgeFilesLines
* Catch an edge case in imports.Joe Gregorio2013-03-031-8/+21
| | | | Reviewed in https://codereview.appspot.com/7454047/.
* Change the App Engine specific connection objects to be subclassesJoe Gregorio2012-12-261-10/+28
| | | | of the httplib ones, which gives better behavior on App Engine.
* Add unit tests for app engine specific code. Fix bugs found in said tests.Joe Gregorio2011-06-221-0/+64