2021-04-05 13:14:50 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-httplib2: updated to 0.19.1 0.19.1 auth header parsing performance optimizations; Thanks to Paul McGuire Use mock from the standard library on Python>=3.3 |
2021-02-09 09:51:03 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-httplib2: updated to 0.19.0 0.19.0 - auth: parse headers using pyparsing instead of regexp - auth: WSSE token needs to be string not bytes |
2020-05-21 08:19:59 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-httplib2: updated to 0.18.1 0.18.1 explicit build-backend workaround for pip build isolation bug "AttributeError: 'module' object has no attribute '__legacy__'" on pip \ install |
2020-05-20 17:29:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-httplib2: updated to 0.18.0 0.18.0 IMPORTANT security vulnerability CWE-93 CRLF injection Force %xx quote of space, CR, LF characters in uri. Special thanks to Recar https://github.com/Ciyfly for discrete notification. https://cwe.mitre.org/data/definitions/93.html 0.17.4 Ship test suite in source dist https://github.com/httplib2/httplib2/pull/168 |
2020-04-22 22:19:52 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-httplib2: updated to 0.17.3 0.17.3 * IronPython2.7: relative import iri2uri fixes ImportError |
2020-04-11 09:04:17 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-httplib2: updated to 0.17.2 0.17.2 python3 + debug + IPv6 disabled: https raised "IndexError: Replacement index 1 out of range for positional args tuple" |
2020-04-03 09:39:47 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-httplib2: updated to 0.17.1 0.17.1 python3: no_proxy was not checked with https |
2020-01-25 13:45:47 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-httplib2: updated to 0.17.0 0.17.0 feature: Http().redirect_codes set, works after follow(_all)_redirects check This allows one line workaround for old gcloud library that uses 308 response without redirect semantics. |
2020-01-22 20:34:52 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-httplib2: updated to 0.16.0 0.16.0 IMPORTANT cache invalidation change, fix 307 keep method, add 308 Redirects proxy: username/password as str compatible with pysocks |
2020-01-04 20:05:39 by Thomas Klausner | Files touched by this commit (2) | |
Log message: py-httplib2: update to 0.15.0. 0.15.0 python2: regression in connect() error handling https://github.com/httplib2/httplib2/pull/150 add support for password protected certificate files https://github.com/httplib2/httplib2/pull/143 feature: Http.close() to clean persistent connections and sensitive data https://github.com/httplib2/httplib2/pull/149 |