| Age | Commit message (Collapse) | Author |
|
requests.
Co-authored-by: jannschu <jannik.schuerg@posteo.de>
Backport of 8acc433e415cd771f69dfe84e57878a83641e78b from main
|
|
Follow up to 0bc5cd628042bf0a44df60a93085a4f991a84dfb.
|
|
|
|
ConnectionAbortedError/ConnectionResetError errors.
See https://bugs.python.org/issue27682 and
https://github.com/python/cpython/pull/9713
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
iter(dict) is equivalent to iter(dict.keys()).
|
|
|
|
|
|
|
|
After https://hg.python.org/cpython/rev/4ea79767ff75/,
test_strips_underscore_headers fails with:
'Stub' object has no attribute 'sendall'.
|
|
|
|
Thanks andreif for the contributing to the patch.
|
|
|
|
|
|
|
|
|
|
This is a security fix. Disclosure following shortly.
Thanks to Jedediah Smith for the report.
|
|
test.support.
StringIO import was adapted for compatibility with Python 2.
|
|
|