| Age | Commit message (Collapse) | Author |
|
This is mostly based on work by luhn.
From a quick test with my pyramid project, it seems to work fine, but I
haven't tested more complex setups. At least my template renderings and
static files didn't break, and I checked a single asset override which
also worked.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is necessary to prevent circular dependencies.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adding script name to 'global_config' during application setup
|
|
|
|
args
|
|
just one arg
|
|
|
|
|
|
Signed-off-by: Ievgen Popovych <jmennius@gmail.com>
|
|
|
|
|
|
|
|
|
|
See: https://github.com/Pylons/pyramid/security/advisories/GHSA-j8g2-6fc7-q8f8
|
|
Python 3.8 deprecated l*gettext() (bpo-33710), and it was removed from
Python in 3.11 (bpo-44235). In most cases on Python 3, the l variants
aren't useful, and difficult to use correctly.
This adds support for Python 3.11.
|
|
pyupgrade --py37-plus
|
|
|
|
|
|
|
|
|
|
in reify also copy wrapped function __name__
|
|
|
|
Minor comment fix
|
|
setDaemon attribute was deprecated in Python 3.10.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|