summaryrefslogtreecommitdiff
path: root/python3/httplib2
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for Vary headerchris dent2009-12-241-0/+24
|
* Fixed issue 67Joe Gregorio2009-11-151-1/+3
|
* Fixed up test scripts so they work on new hosting providerJoe Gregorio2009-09-291-1/+1
|
* Fixed bug in base64 encoding of long passwordsJoe Gregorio2009-08-041-2/+2
|
* Fixed issue #54 and also a deprecation warning from Python 3.1Joe Gregorio2009-07-281-3/+3
|
* Fix issue #51 - Failure to handle server legitimately closing connection ↵Joe Gregorio2009-07-171-2/+7
| | | | before request body is fully sent
* 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 ↵Joe Gregorio2009-07-161-1/+7
| | | | item not in cache
* Fixed bug #56Joe Gregorio2009-07-161-1/+3
|
* Python 3 port (in python3/ subdirectory)pilgrim2009-05-292-0/+1258