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_init.py
Age
Commit message (
Collapse
)
Author
2022-03-12
set target versions for black
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-10-02
Merge pull request #3510 from mmerickel/scan-categories
Michael Merickel
modify the default scan categories to be limited to only 'pyramid'
2019-09-18
modify the default scan categories to be limited to only 'pyramid'
Michael Merickel
2019-02-17
Implement setting ISecurityPolicy in the configurator.
Theron Luhn
2018-11-14
move is_unbound_method to pyramid.util
Michael Merickel
2018-11-12
initial work to remove py2 from the codebase
Michael Merickel
2018-10-18
fix coverage
Michael Merickel
2018-10-18
move action-related code into pyramid.config.actions
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