summaryrefslogtreecommitdiff
path: root/python2/httplib2test.py
Commit message (Expand)AuthorAgeFilesLines
* Add an updated cacerts.txt file and fix some tests.0.9Joe Gregorio2014-03-061-19/+21
* Fix handling of BadStatusLine.Joe Gregorio2013-03-081-0/+41
* Make httplib2.Http() instances pickleable.Joe Gregorio2012-10-031-19/+55
* Add control so that Authorization: headers aren't forwarded on a 3xx response...Joe Gregorio2012-07-231-0/+14
* Changing version numbers for 0.7.3 releaseJoe Gregorio2012-03-021-3/+5
* Fixed failing test case when IPv6 HTTPS server is presentJason R. Coombs2011-08-091-0/+4
* Fixed failing test case on WindowsJason R. Coombs2011-08-091-54/+56
* no_proxy can now be upper caseJason R. Coombs2011-08-161-1/+9
* Http() now detects the proxy configurationJason R. Coombs2011-08-091-0/+8
* Added support to ProxyInfo object for detection of proxy from environment var...Jason R. Coombs2011-08-091-0/+45
* Fix up some tests.Joe Gregorio2011-11-141-4/+4
* Fix issue with not matching on first host in cert list. Add unit tests.Joe Gregorio2011-06-231-0/+8
* Added (optional) opaque support to DigestAuthJoe Gregorio2011-06-221-0/+15
* Fixes issue 72. Always lowercase authorization header.Joe Gregorio2011-06-131-3/+3
* Add certificate validation. Work initially started by Christoph Kern.Joe Gregorio2011-06-071-4/+53
* Add default support for optimistic concurrency on PATCH requestsJoe Gregorio2011-05-241-1/+17
* Fix problem with ssl import in some situations.Joe Gregorio2011-05-031-2/+2
* Fixes issue 120.Joe Gregorio2011-02-131-0/+7
* Fixes issue 123.Joe Gregorio2011-02-131-0/+9
* Fixes issue 104.Joe Gregorio2011-02-131-0/+7
* Fixes issue 126. IPv6 under various conditions would fail.Joe Gregorio2011-02-131-0/+18
* Further fixes for issue 96. Adds tests and also fixes it for Python 3Joe Gregorio2011-02-111-5/+22
* Fix for issue #94 by Leonard Richardsonjcgregorio2010-05-131-0/+13
* Fixed issue #77Joe Gregorio2009-12-251-7/+0
* Add support for Vary headerchris dent2009-12-241-1/+74
* Tests are now run on 2.4, 2.5, 2.6 and 3.1Joe Gregorio2009-12-241-0/+1331