| Age | Commit message (Collapse) | Author |
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
It's only needed to workaround a bug on Python 2.
|
|
|
|
These functions do nothing on Python 3.
|
|
|
|
|
|
|
|
|
|
Thanks Tim for the review.
|
|
|
|
__ne__() defaults to the opposite of __eq__() on Python 3
when it doesn't return NotImplemented.
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
Per deprecation timeline.
|
|
|
|
Per deprecation timeline.
|
|
Per deprecation timeline.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
None.
Restored the behavior before 727d7ce6cba21363470aaefb2dc5353017531be3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
make_naive() on Python 3.6.
Reverted test changes in a7a7ecd2b026c61a39a46d2d7eced0e06a92c970 and
e43ea36b7681e43ea99505a2cf7550d4d36016b3 (refs #27025).
|
|
|
|
the language.
|
|
|
|
|
|
This makes gzip output deterministic, which allows
ConditionalGetMiddleware to reliably compare ETags on gzipped
content (views using the gzip_page() decorator in particular).
|
|
|
|
|