| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Dicts preserve order since Python 3.6.
|
|
|
|
|
|
These functions do nothing on Python 3.
|
|
|
|
|
|
|
|
|
|
Forwardport of ae1d663b7913f6da233c55409c4973248372d302
from stable/1.8.x plus more.
|
|
Thanks Preston Timmons for the report.
|
|
The function implemented most of upath(), but skipped the check for
strings that are already unicode.
|
|
|
|
|
|
If importing or initializing a template backend fails, attempting to
access this template backend again must raise the same exception.
|
|
All tests now rely on TEMPLATES.
|
|
|
|
|
|
This change has the nice side effect of removing code that ran at import
time and depended on the app registry at module level -- a notorious
cause of AppRegistryNotReady exceptions.
|