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
Age
Commit message (
Expand
)
Author
2018-11-23
always use compare_digest
Michael Merickel
2018-11-18
stop using u-prefix strings
Michael Merickel
2018-11-14
move WIN and PYPY tests into pyramid.util
Michael Merickel
2018-11-14
move text_, bytes_ and ascii_ to pyramid.util and remove native_
Michael Merickel
2018-11-14
remove several places supporting bytes for py2
Michael Merickel
2018-11-14
rely on webob for request.path_info and request.scheme
Michael Merickel
2018-11-14
remove urllib.parse shims
Michael Merickel
2018-11-14
remove SimpleCookie and escape shims
Michael Merickel
2018-11-14
move is_unbound_method to pyramid.util
Michael Merickel
2018-11-12
get rid of NativeIO alias and a few others
Michael Merickel
2018-11-12
get rid of pickle alias
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-12
Merge pull request #3420 from mmerickel/bare-route-prefix-2
Michael Merickel
2018-11-11
use inherit_slash=True on add_route to opt-in to no trailing slash
Michael Merickel
2018-11-06
call fix_registry so that queryAdapterOrSelf is available
Michael Merickel
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
initial work removing pcreate
Michael Merickel
2018-10-25
fix new lint errors from flake8
Michael Merickel
2018-10-18
fix coverage
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-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