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
/
src
Age
Commit message (
Expand
)
Author
2018-11-04
Merge branch 'pr/1639' into bare-route-prefix
Michael Merickel
2018-11-03
change to use JSONSerializer for SignedCookieSessionFactory
Michael Merickel
2018-11-03
remove UnencryptedCookieSessionFactoryConfig and signed_(de)serialize
Michael Merickel
2018-11-02
remove deprecated media range support from add_view and add_route
Michael Merickel
2018-11-01
remove deprecated security functions
Michael Merickel
2018-10-31
remove ITemplateRenderer interface
Michael Merickel
2018-10-31
initial work removing pcreate
Michael Merickel
2018-10-25
fix new lint errors from flake8
Michael Merickel
2018-10-18
leave a shim in for pyramid_zcml compatibility
Michael Merickel
2018-10-18
move predicate-related code into pyramid.config.predicates
Michael Merickel
2018-10-18
move action-related code into pyramid.config.actions
Michael Merickel
2018-10-17
fix the dummy request to support the new accept apis
Michael Merickel
2018-10-17
move docs for argument before example
Michael Merickel
2018-10-17
Update docstring of pcreate to universal pyramid-cookiecutter-starter
Steve Piercy
2018-10-16
fix the docs for route_prefix_context to avoid showing up as a doctest
Michael Merickel
2018-10-15
fix scaffold tests
Michael Merickel
2018-10-15
fix lint on src
Michael Merickel
2018-10-15
remove bare excepts
Michael Merickel
2018-10-15
format source using black
Michael Merickel
2018-10-14
move tests out of the package
Michael Merickel
2018-10-14
move package to src folder
Michael Merickel