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
/
tests
/
test_viewderivers.py
Age
Commit message (
Expand
)
Author
2022-03-13
pyupgrade --py37-plus
Michael Merickel
2020-07-12
Run isort 5.x across code base
Bert JW Regeer
2020-04-17
inheriting from `object` not necessary in py3
Sergey Maranchuk
2019-12-27
isort
Michael Merickel
2019-12-15
Fix coverage.
Theron Luhn
2019-12-15
Revert "Bring back identity into permits."
Theron Luhn
2019-12-14
Fix coverage.
Theron Luhn
2019-12-14
Bring back identity into permits.
Theron Luhn
2019-12-14
start reworking security policy
Éric Araujo
2019-10-17
support Origin: null in csrf_trusted_origins and check_origin=False
Michael Merickel
2019-09-30
Merge pull request #3465 from luhn/security-policy
Michael Merickel
2019-09-19
Add allow_no_origin option to CSRF.
Theron Luhn
2019-03-09
Implement secured view deriver.
Theron Luhn
2018-10-18
move predicate-related code into pyramid.config.predicates
Michael Merickel
2018-10-15
fix lint on tests
Michael Merickel
2018-10-15
format source using black
Michael Merickel
2018-10-14
fix the tests to import from the tests package instead of pyramid.tests
Michael Merickel
2018-10-14
move tests out of the package
Michael Merickel