| Age | Commit message (Collapse) | Author |
|
|
|
See https://github.com/Pylons/pyramid/issues/3468
|
|
This reverts commit b1c366a5921969254d87ffc2417d39046cffebe3.
|
|
|
|
|
|
Grab a frame when instanciating view_config, rather than pulling info from
venusian's AttachInfo. See discussion at
https://github.com/Pylons/pyramid/issues/3471
This fixes the build for Python 3.8.
|
|
|
|
do not configure logging in the master process when using the reloader
|
|
|
|
|
|
changed principals_allowed_by_permission to act differently if permissive is True or False
|
|
|
|
|
|
Most of the time the result is used with something like Everyone in principals_allowed_by_permission or iterated over. So even if no prinicpal is authorised it should be a sequence regardless.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
support inherit_slash=True on add_route
|
|
|
|
|
|
permissiv is true or false. It should return a empty list if permissive is False.
|
|
fixes #3416
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|