| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
See https://github.com/Pylons/pyramid/issues/3468
|
|
|
|
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.
|
|
|
|
|
|
changed principals_allowed_by_permission to act differently if permissive is True or False
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
support inherit_slash=True on add_route
|
|
|
|
fixes #3416
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|