这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: humblepoti/httplib2

Tags

v0.18.1

Toggle v0.18.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
temoto Sergey Shepelev
v0.18.1 release

v0.18.0

Toggle v0.18.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
temoto Sergey Shepelev
v0.18.0 release

v0.17.4

Toggle v0.17.4's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
temoto Sergey Shepelev
v0.17.4 release

v0.17.3

Toggle v0.17.3's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
temoto Sergey Shepelev
v0.17.3 release

v0.17.2

Toggle v0.17.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
temoto Sergey Shepelev
python3 + debug + IPv6 disabled: https raised

"IndexError: Replacement index 1 out of range for positional args tuple"
httplib2#161

v0.17.1

Toggle v0.17.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
temoto Sergey Shepelev
python3: no_proxy was not checked with https

v0.17.0

Toggle v0.17.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
temoto Sergey Shepelev
v0.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.
httplib2#156

v0.16.0

Toggle v0.16.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
temoto Sergey Shepelev
v0.16.0

- IMPORTANT cache invalidation change, fix 307 keep method, add 308 redirect
- proxy: username/password as str compatible with pysocks; Thanks to Lorenzo Mentaschi

v0.15.0

Toggle v0.15.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
temoto Sergey Shepelev
v0.15.0

- python2: regression in connect() error handling
- add support for password protected certificate files
- feature: Http.close() to clean persistent connections and sensitive data

v0.14.0

Toggle v0.14.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
temoto Sergey Shepelev
bugfix python3: PROXY_TYPE_SOCKS5 TypeError