| Age | Commit message (Collapse) | Author |
|
make_aware()/naive.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
__ne__() defaults to the opposite of __eq__() on Python 3
when it doesn't return NotImplemented.
|
|
|
|
|
|
|
|
|
|
|
|
The spirit of the docstring was correct, but referred to an outdated version of the function.
|
|
templates.
|
|
|
|
Since Python 2.7 and 3.1, "{0} {1}" is equivalent to "{} {}".
|
|
|
|
Thanks Troy Grosfield for the report and Tim Graham for the tests.
|
|
Thanks Daniel Pope for the suggestion.
|
|
|
|
Thanks Anssi Kääriäinen for the idea and Simon Charette for the
review.
|
|
serialization/deserialization step.
Thanks @apollo13 for the suggestion. Refs #17413.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks PaulM for the suggestion and Luke Granger-Brown and
Wiktor Kołodziej for the initial patch.
|