| Age | Commit message (Collapse) | Author |
|
locale.getdefaultlocale() was deprecated in Python 3.11, see
https://bugs.python.org/issue46659.
|
|
|
|
|
|
per deprecation timeline.
|
|
|
|
|
|
The value returned from urllib.parse.quote() is always a string, so can
safely call .encode().
|
|
django.utils.encoding.uri_to_iri().
Thanks to Guido Vranken for initial report.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reverted the obsolete fix and tests for refs #12302.
|
|
The new test crashed in the removed branch. It's unclear if the branch has
value since c6a2bd9b962af1cdf46f964589e6023046cfa8ec didn't include tests.
|
|
|
|
Unneeded since 7b2f2e74adb36a4334e83130f6abc2f79d395235.
|
|
The class will be removed as part of #27753.
Thanks Tim Graham for the review.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
comprehension
|
|
|
|
Thanks Loic Bistuer for helping in shaping the patch and Claude Paroz
for the review.
|
|
basically everywhere)
|
|
|
|
|
|
Thanks jpic for the report and chmodas for working on a patch.
Reverts 2ea80b94. Refs #19362.
|
|
We have always been at war with trailing backslashes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was a regression due to unicode_literals usage. Thanks Ivan
Virabyan for the report and the initial patch.
|
|
Refs #19933.
|