index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2019-12-04
add missing versionadded directive on config.add_cache_buster
Michael Merickel
2019-11-05
invoke `deprecated()`
jonathan vanasco
2019-11-05
fixed rst; migrated some inline references to the docs
jonathan vanasco
2019-11-05
updated docstring issuet
jonathan vanasco
2019-11-05
changes based on feedback
jonathan vanasco
2019-11-05
deprecate PickleSerializer
jonathan vanasco
2019-11-05
black 19.10b0 was released on 2019.10.28 and introduced several changes that ...
jonathan vanasco
2019-10-17
support Origin: null in csrf_trusted_origins and check_origin=False
Michael Merickel
2019-10-17
remove check_csrf view predicate
Michael Merickel
2019-10-02
define an IPredicateInfo instead of passing the full configurator to predicates
Michael Merickel
2019-10-02
Merge pull request #3510 from mmerickel/scan-categories
Michael Merickel
2019-09-30
Merge pull request #3465 from luhn/security-policy
Michael Merickel
2019-09-23
Doc fixes from @Deimos
Theron Luhn
2019-09-19
Document CSRF allow_no_origin option.
Theron Luhn
2019-09-19
Add allow_no_origin option to CSRF.
Theron Luhn
2019-09-18
modify the default scan categories to be limited to only 'pyramid'
Michael Merickel
2019-08-24
fix docstring
Michael Merickel
2019-08-24
indent string
Michael Merickel
2019-08-24
fix some strings concatenated with black
Michael Merickel
2019-08-17
Fix indentation for running doctests
Steve Piercy
2019-08-17
run linkcheck, fix redirects, change busted links to inline literals
Steve Piercy
2019-07-27
Fix typos
Min ho Kim
2019-07-21
Un-deprecate authenticated_userid.
Theron Luhn
2019-07-13
Improve authn/authz API docs.
Theron Luhn
2019-06-23
Add deprecation warnings.
Theron Luhn
2019-06-23
Deprecation notices.
Theron Luhn
2019-06-08
Fix bw-compat for `unauthenticated_userid`.
Theron Luhn
2019-06-06
do not reinvoke exception views if an exception hits the execution policy
Michael Merickel
2019-05-26
API docs.
Theron Luhn
2019-05-12
Narrative docs WIP
Theron Luhn
2019-05-12
Rename request.identity to request.authenticated_identity.
Theron Luhn
2019-04-15
Move ACLHelper to pyramid.authorizations.
Theron Luhn
2019-04-15
Use SessionAuthenticationHelper in SessionAuthenticationPolicy.
Theron Luhn
2019-04-15
Move SessionAuthenticationHelper to pyramid.authentication.
Theron Luhn
2019-04-15
Revert "Migrate AuthTktCookieHelper to pyramid.security."
Theron Luhn
2019-04-15
Stringify identity in legacy authenticated_userid.
Theron Luhn
2019-04-15
Register security policy in phase 2.
Theron Luhn
2019-04-15
Revert "Use inspect.stack() instead of sys._getframe()"
Theron Luhn
2019-04-04
Use depth argument for view_config info.
Theron Luhn
2019-04-01
Use inspect.stack() instead of sys._getframe()
Theron Luhn
2019-04-01
Improve debugging info from view_config decorator.
Theron Luhn
2019-03-30
Merge branch 'master' into security-policy
Theron Luhn
2019-03-30
Migrate AuthTktCookieHelper to pyramid.security.
Theron Luhn
2019-03-30
Add SessionAuthenticationHelper.
Theron Luhn
2019-03-30
Implement pyramid.security.ACLHelper
Theron Luhn
2019-03-21
Add ignore_files to pserve configuration section
Eric Atkin
2019-03-17
Clean up configurator methods.
Theron Luhn
2019-03-09
Get integration tests working again.
Theron Luhn
2019-03-09
Implement new dummy security policy.
Theron Luhn
2019-03-09
Reimplement remember and forget.
Theron Luhn
[next]