summaryrefslogtreecommitdiff
path: root/python3/httplib2/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fix issue #51 - Failure to handle server legitimately closing connection befo...Joe Gregorio2009-07-171-2/+7
* Fixed issue #58 - malformed cache-control headers would cause an exceptionJoe Gregorio2009-07-161-2/+2
* Fixed issue #12 - Cache-Control: only-if-cached incorrectly does request if i...Joe Gregorio2009-07-161-1/+7
* Fixed bug #56Joe Gregorio2009-07-161-1/+3
* Python 3 port (in python3/ subdirectory)pilgrim2009-05-291-0/+1148