| Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
|