| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rename `ISecurityPolicy.authenticated_identity` to `identity`
|
|
cur_domain is effectively equivalent to '.' + cur_domain and therefor…
|
|
|
|
|
|
|