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
/
pkgs
Age
Commit message (
Expand
)
Author
2025-08-24
Test against actual assets.
Theron Luhn
2024-01-27
revert restriction to eventonly predicates, allow a predicate to receive all ...
Michael Merickel
2023-08-21
appease linter
Chris McDonough
2023-08-21
re-add integration tests (bad merge) and add integration test for nulbyte che...
Chris McDonough
2023-08-21
add integration tests
Chris McDonough
2022-03-13
pyupgrade --py37-plus
Michael Merickel
2022-01-07
make latest black happy
Marcin Lulek
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-04-19
invoke super() without arguments
Sergey Maranchuk
2020-04-17
inheriting from `object` not necessary in py3
Sergey Maranchuk
2020-01-03
Merge branch 'master' into security-docs
Michael Merickel
2019-12-30
rename identify(request) to authenticated_identity(request)
Michael Merickel
2019-12-27
isort
Michael Merickel
2019-12-23
Merge branch 'master' into luhn-authenticated-userid
Michael Merickel
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 security policy integration tests.
Theron Luhn
2019-12-14
start reworking security policy
Éric Araujo
2019-12-04
negotiate the best static asset using supported encodings
Michael Merickel
2019-04-27
Add simple integration tests for security.
Theron Luhn
2019-03-09
Get integration tests working again.
Theron Luhn
2018-11-14
move text_, bytes_ and ascii_ to pyramid.util and remove native_
Michael Merickel
2018-11-14
remove SimpleCookie and escape shims
Michael Merickel
2018-10-15
fix lint on tests
Michael Merickel
2018-10-15
remove bare excepts
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