| Age | Commit message (Collapse) | Author |
|
|
|
doesn't work.
Fallback was untested and likely never triggered.
|
|
|
|
The function was undocumented and only required for compatibility with
Python 2.
Code should use Python's html.unescape() that was added in Python 3.4.
|
|
Bumped minimum supported pywatchman version to 1.2.0.
These exceptions don't require checking a server status.
|
|
|
|
get_resolver().urlconf_module raising an exception.
|
|
|
|
seconds and made it customizable.
Made the default timeout of watchman client customizable via
DJANGO_WATCHMAN_TIMEOUT environment variable.
|
|
html.escape()/unescape().
|
|
In 9cc6a60040b0f64f8ea066dd215176d4bd16621d a security patch was
introduced to prevent allocating large segments of memory when a
very large or very small decimal number was to be formatted.
As a side-effect, there was a change in formatting of small decimal
numbers even when the `decimal_pos` argument was provided, which meant
that reasonable small decimal numbers (above 1e-199) would be formatted
as `0.00`, while smaller decimal numbers (under 1e-200) would be
formatted as `1e-200`.
|
|
|
|
Regression in c8720e7696ca41f3262d5369365cc1bd72a216ca.
|
|
|
|
|
|
|
|
|
|
Thanks Sjoerd Job Postmus for the report and initial patch.
Thanks Michael Manfre, Tim Graham, and Florian Apolloner for review.
|
|
|
|
ungettext(), and ungettext_lazy().
|
|
|
|
|
|
|
|
Dicts preserve order since Python 3.6.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
exist_ok=True).
|
|
|
|
|
|
Used more specific errors (e.g. FileExistsError) as appropriate.
|
|
|
|
|
|
|
|
|
|
Removed support for pyinotify (refs #9722).
|
|
Thanks Mariusz Felisiak for auditing.
|
|
passed as data.
|
|
|
|
|
|
Co-Authored-By: Sergey Fedoseev <fedoseev.sergey@gmail.com>
|
|
parameter.
https://bugs.python.org/issue33710
|
|
lists.
Regression in fc6528b25ab1834be1a478b405bf8f7ec5cf860c.
|
|
nested in tuples.
And for non-hashable values that are iterable, e.g. sets.
|
|
|