| Age | Commit message (Collapse) | Author |
|
|
|
newlines cannot be encoded/decoded.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Regression in 7d96f0c49ab750799860e42716d7105e11de44de.
|
|
|
|
Thanks Alex Gaynor for contributing to the patch.
|
|
Python 3's SimpleCookie treats all values as strings. Passing a bytes
object coerces to the repr value.
|
|
iter(dict) is equivalent to iter(dict.keys()).
|
|
|
|
Python docs say, "it's usually not necessary to invoke these methods directly."
|
|
|
|
|
|
|
|
These functions do nothing on Python 3.
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
Thanks Tim Graham for the review.
|
|
|
|
header.
|
|
DisallowedRedirect is raised.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to bmispelon and uruz for the initial patch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Workaround for http://bugs.python.org/issue20747.
In some corner cases, Python 2 inserts a newline in a header value
despite `maxlinelen` passed in Header constructor.
Thanks Tim Graham for the review.
|
|
|