| Age | Commit message (Collapse) | Author |
|
Backport of 3c004075b1d4fe4aa1ffc3f7d699dd9525bc6c02 from master
|
|
|
|
3.10+.
An iterator was added to memoryview in Python 3.10,
see https://bugs.python.org/issue41732
Refs #30294
|
|
|
|
|
|
integer.
|
|
HttpResponse.delete_cookie().
Cookies with the "SameSite" flag set to None and without the "secure"
flag will be soon rejected by latest browser versions.
This affects sessions and messages cookies.
|
|
The method has been available since Python 3.6. The shorter syntax is
also marginally faster.
|
|
Thanks to Oskar Persson for the report.
|
|
file-like object."
This reverts commit cce47ff65a4dd3786c049ec14ee889e128ca7de9.
|
|
Thanks Florian Apolloner and Carlton Gibson for reviews.
|
|
|
|
object.
|
|
is available.
|
|
|
|
Used more specific errors (e.g. FileExistsError) as appropriate.
|
|
|
|
|
|
|
|
Thanks Simon Charette, Jon Dufresne, and Tim Graham for the reviews.
|
|
Thanks Alex Gaynor for contributing to the patch.
|
|
|
|
__Secure/Host prefixes.
|
|
|
|
|
|
|
|
This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda
because try/except performs better.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Setting a cookie with the same name as a previously deleted cookie
would set its expiry date to 'Thu, 01-Jan-1970 00:00:00 GMT'.
|
|
|
|
|
|
|
|
|
|
status_code.
|