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
Age
Commit message (
Expand
)
Author
13 days
remove pkg_resources calls
main
Daniel Schadt
2025-08-24
Update tests.
Theron Luhn
2025-08-24
Add `get_spec` to `PackageOverrides`
Theron Luhn
2025-08-24
Add `get_spec` to asset sources.
Theron Luhn
2024-01-28
upgrade phash implementation from md5 to sha256
Michael Merickel
2022-03-13
pyupgrade --py37-plus
Michael Merickel
2022-03-12
set target versions for black
Michael Merickel
2022-01-07
make latest black happy
Marcin Lulek
2021-02-17
Write tests.
Theron Luhn
2020-10-13
Rename `ISecurityPolicy.authenticated_identity` to `identity`
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-06-22
first shot for #1602
Éric Araujo
2020-05-07
merge master
Éric Araujo
2020-05-06
set() -> {}
Bert JW Regeer
2020-05-06
add test to validate doc assertion
Éric Araujo
2020-05-04
support multiple values for header predicate
Éric Araujo
2020-05-04
expand testing for predicate texts
Éric Araujo
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-14
Fix tests for `DummySecurityPolicy`.
Theron Luhn
2019-12-04
negotiate the best static asset using supported encodings
Michael Merickel
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-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-03-09
Implement new dummy security policy.
Theron Luhn
2019-03-03
Implement new request.has_permission.
Theron Luhn
2019-02-19
Set legacy policy when using authn/authz policies.
Theron Luhn
2019-02-17
Implement setting ISecurityPolicy in the configurator.
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-12
initial work to remove py2 from the codebase
Michael Merickel
2018-11-11
use inherit_slash=True on add_route to opt-in to no trailing slash
Michael Merickel
2018-11-04
Merge branch 'pr/1639' into bare-route-prefix
Michael Merickel
2018-11-02
remove deprecated media range support from add_view and add_route
Michael Merickel
2018-10-18
fix coverage
Michael Merickel
2018-10-18
move predicate-related code into pyramid.config.predicates
Michael Merickel
[next]