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_config
/
test_views.py
Age
Commit message (
Expand
)
Author
2019-12-15
Revert "Bring back identity into permits."
Theron Luhn
2019-12-14
Bring back identity into permits.
Theron Luhn
2019-12-14
Fix couple final view tests.
Theron Luhn
2019-10-17
remove check_csrf view predicate
Michael Merickel
2019-03-09
Implement new dummy security policy.
Theron Luhn
2018-11-14
move text_, bytes_ and ascii_ to pyramid.util and remove native_
Michael Merickel
2018-11-14
rely on webob for request.path_info and request.scheme
Michael Merickel
2018-11-14
move is_unbound_method to pyramid.util
Michael Merickel
2018-11-12
get rid of type aliases
Michael Merickel
2018-11-02
remove deprecated media range support from add_view and add_route
Michael Merickel
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