| Age | Commit message (Collapse) | Author |
|
Backport of 6c0042430e3618ce5c276d195d92a6b884daa3a3 from master
|
|
Unused since its introduction in d725cc9734272f867d41f7236235c28b3931a1b2.
|
|
This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda
because try/except performs better.
|
|
A few of these were unnecessarily added in 2b281cc35ed9d997614ca3c416928d7fabfef1ad.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
MultiPartParserError was removed in
ebf34c3cdcd2c75349c60a064427ac255958bf9b.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
This is a security fix.
|
|
The smart_* version should only be used when a lazy string should keep
its lazy status.
|
|
|
|
Thanks LaMont Jones for the report and patch.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tom Christie for review.
|
|
The docs say that these headers always appear without the HTTP_ prefix.
This may have been an oversight when they were added in
d725cc9734272f867d41f7236235c28b3931a1b2, the only commit that uses
these names.
|
|
|
|
client.
|
|
|
|
|
|
|
|
[1] http://bugs.python.org/issue9824
|
|
empty string.
|
|
Parsed the CONTENT_TYPE header once and recorded it on the request.
|
|
|
|
|