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
2025-08-24
Update tests.
Theron Luhn
2024-01-28
upgrade phash implementation from md5 to sha256
Michael Merickel
2022-03-13
pyupgrade --py37-plus
Michael Merickel
2022-01-07
make latest black happy
Marcin Lulek
2021-02-17
Write tests.
Theron Luhn
2020-07-12
Run isort 5.x across code base
Bert JW Regeer
2020-07-02
add tests and docs
Éric Araujo
2020-05-06
set() -> {}
Bert JW Regeer
2020-04-17
inheriting from `object` not necessary in py3
Sergey Maranchuk
2019-12-27
isort
Michael Merickel
2019-12-24
security policy docs and legacy policy improvements
Michael Merickel
2019-12-23
Merge branch 'master' into luhn-authenticated-userid
Michael Merickel
2019-12-23
add coverage tests for deprecation warnings
Michael Merickel
2019-12-15
Fix coverage.
Theron Luhn
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-12-04
negotiate the best static asset using supported encodings
Michael Merickel
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