aboutsummaryrefslogtreecommitdiff
path: root/python2/httplib2/__init__.py
AgeCommit message (Expand)Author
2019-12-19v0.15.0 releaseSergey Shepelev
2019-11-13python2: regression in connect() error handlingcglouch
2019-10-30feature: Http.close() to clean persistent connections and sensitive dataSergey Shepelev
2019-10-21add support for password protected certificate filesKonstantin Koshelev
2019-09-26v0.14.0 releaseSergey Shepelev
2019-07-28v0.13.1 release (#141)Sergey Shepelev
2019-06-07v0.13.0 releaseSergey Shepelev
2019-04-24v0.12.3 releaseSergey Shepelev
2019-02-17v0.12.1 releaseSergey Shepelev
2018-11-19Catch socket timeouts and clear dead connectionJustin Israel
2018-11-14v0.12.0 releaseSergey Shepelev
2018-10-06ca_certs from environment HTTPLIB2_CA_CERTS or certifiDirk Boye
2018-09-28CLEANUP: Refactor Google App Engine runtime environment detection. (#120)Alex Yu
2018-09-28CLEANUP: Add file encoding header. (#119)Alex Yu
2018-09-06Revert http:443->https workaroundSergey Shepelev
2018-08-14eliminate connection pool read race; Thanks to Justin IsraelSergey Shepelev
2018-07-26Autoformat py files using Black (#105)Alex Yu
2018-04-04cache: stronger safename; Thanks to Lev MaximovSergey Shepelev
2018-03-30v0.11.3 releaseSergey Shepelev
2018-03-30v0.11.2 releaseSergey Shepelev
2018-03-29proxy: py3 NameError basestringuu4k
2018-03-26v0.11.1 releaseSergey Shepelev
2018-03-21v0.11.0 releaseSergey Shepelev
2018-03-20proxy: no_proxy=bar was matching foobarSergey Shepelev
2018-03-09tests: py2/3 unified, using pytest, automated on TravisSergey Shepelev
2018-01-04fix issue #11 (#71)hsmtkk
2018-01-04dict.has_key(key) --> key in dict, new style exceptions (#81)cclauss
2017-08-24fix wrong addr family (#69)Cheng Ji
2017-06-21Respect NO_PROXY env var in proxy_info_from_url(). (#58)Matt Houglum
2017-04-03Bugfix for Content-Encoding: deflatePhus Lu
2017-02-06v0.10.3 releaseSergey Shepelev
2017-02-06support ssl certificate validation on python<=2.7.8Sergey Shepelev
2017-02-04v0.10.2 releaseSergey Shepelev
2017-02-03Release v0.10.1Sergey Shepelev
2017-02-03ssl: hostname mismatch was checked only once (python2 fix)Sergey Shepelev
2017-01-09CLEANUP: Remove references to google3 from httplib2/python2 (#39)rahulrv1980
2016-09-03NEW: Add proxy_headers argument to ProxyInfo constructor. (#21)Martin Carroll
2016-06-17NEW: Send SNI data for SSL connections on Python 2.7.9+. (#13)Alexander Schlarb
2016-06-16FIX: TypeError exception when running on Google App Engine. (#12)Alex Yu
2016-06-15CHANGE: On App Engine use urlfetch's default deadline if None is passed (#10)Evan Jones
2016-06-15NEW: Support for specifying the SSL protocol version (Python v2) (#9)Alex Yu
2016-01-26stray raiseJoe Gregorio
2016-01-26Restore a branch that was erroneously removed in a previous patch.Joe Gregorio
2015-09-28Release 0.9.2Joe Gregorio
2015-09-18Fix incorrect ResponseNotReady exceptions, retry on transient errors.Colin Stolley
2015-04-110.9.1 Release changes.Joe Gregorio
2014-07-14Default to doing DNS resolution through a proxy server if present.Michael Farrell
2014-04-14Release 0.9. The heartbleed release.Joe Gregorio
2014-02-12use socket.getdefaulttimeout() on App Engine as well as off, take 2Ryan Barrett
2014-02-12use socket.getdefaulttimeout() on App Engine as well as offRyan Barrett