summaryrefslogtreecommitdiff
path: root/python2/httplib2test.py
Commit message (Collapse)AuthorAgeFilesLines
* Add an updated cacerts.txt file and fix some tests.0.9Joe Gregorio2014-03-061-19/+21
| | | | Turns out nginx doesn't support etags on gzip'd content.
* Fix handling of BadStatusLine.Joe Gregorio2013-03-081-0/+41
| | | | | Fixes issue #250. Review in https://codereview.appspot.com/7529045/.
* Make httplib2.Http() instances pickleable.Joe Gregorio2012-10-031-19/+55
| | | | Reviewed in https://codereview.appspot.com/6506074/
* Add control so that Authorization: headers aren't forwarded on a 3xx ↵Joe Gregorio2012-07-231-0/+14
| | | | response by default.
* 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
| | | | | ProxyInfo.from_environment now honors no_proxy=* ProxyInfo.applies_to now matches the domain of the host (consistent with Python's urllib)
* Http() now detects the proxy configurationJason R. Coombs2011-08-091-0/+8
|
* Added support to ProxyInfo object for detection of proxy from environment ↵Jason R. Coombs2011-08-091-0/+45
| | | | variables
* 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
| | | | Reviewed in http://codereview.appspot.com/4661044/
* 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