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
/
pyramid
Age
Commit message (
Expand
)
Author
2013-10-26
Bring coverage back to 100%
Bert JW Regeer
2013-10-26
digestmod() has to accept a parameter in certain cases
Bert JW Regeer
2013-10-20
notfound and forbidden decorators were ignoring view_defaults
Michael Merickel
2013-10-20
fix merge conflict and prevent warning from showing up during testing (dont i...
Chris McDonough
2013-10-20
add a note so we can defend the choice later
Chris McDonough
2013-10-20
Merge branch 'master' into fix.basic-authentication-encodings
Chris McDonough
2013-10-20
fix merge conflict
Chris McDonough
2013-10-19
remove unnecessary length check, slices are magic
Michael Merickel
2013-10-19
moar typos
Michael Merickel
2013-10-19
remove redundant "see"
Michael Merickel
2013-10-19
add admonishment against secret sharing
Chris McDonough
2013-10-19
use zope.deprecation for warning about the UnencryptedCookieSessionFactoryCon...
Chris McDonough
2013-10-19
modify the docs for the renderer interfaces
Michael Merickel
2013-10-19
fix tests on py3
Michael Merickel
2013-10-19
attempt to decode basic header as utf-8 and fallback to latin-1
Michael Merickel
2013-10-19
Merge branch 'master' of Cuidightheach/pyramid into fix.basic-authentication-...
Michael Merickel
2013-10-19
Merge branch 'master' into feature.signed-cookie-session
Michael Merickel
2013-10-19
update doc references
Michael Merickel
2013-10-19
move HTTPBadCSRFToken to p.exceptions.BadCSRFToken
Michael Merickel
2013-10-19
Merge branch 'check_csrf_token' of kpinc/pyramid into feature.bad-csrf-token-...
Michael Merickel
2013-10-19
update the docs
Michael Merickel
2013-10-19
fix tests on python 3
Michael Merickel
2013-10-19
add deprecation for old cookie factory
Michael Merickel
2013-10-19
update session to use a static salt and separate serialize funcs
Michael Merickel
2013-10-09
add the ability to run the scripts using "python -m"
Michael Merickel
2013-10-08
Subclass HTTPBadCSRFToken from HTTPBadRequest and have request.session.check_...
Karl O. Pinc
2013-10-08
remove unused renderer arg
Chris McDonough
2013-10-05
fix py3
Michael Merickel
2013-10-05
introduce SignedCookieSessionFactory
Michael Merickel
2013-10-03
modification to the unencrypted cookie to use a clearer api
Michael Merickel
2013-10-02
fix merge conflict
Chris McDonough
2013-10-02
render the qs such that when provided with None as a value, it will render t...
Chris McDonough
2013-10-02
fix merge conflict
Chris McDonough
2013-10-01
- Fix the ``principals_allowed_by_permission`` method of
Chris McDonough
2013-10-01
- Fix the ``pcreate`` script so that when the target directory name ends with a
Chris McDonough
2013-10-01
remove unused files
Chris McDonough
2013-09-28
update pviews to work with the bootstrapped request
Michael Merickel
2013-09-28
set custom request methods when doing a pview lookup
Michael Merickel
2013-09-27
support a None value in query string parameters
Michael Merickel
2013-09-22
run zodb scaffolding tests on py3 too (now compat) and dont use distribute ever
Chris McDonough
2013-09-22
make sure that missing template renderer factories dont cause a startup time ...
Chris McDonough
2013-09-12
Add doc about the top level member limitation of ``view_config``
Adam Groszer
2013-09-11
appease
Chris McDonough
2013-09-09
- The ``pyramid.config.Configurator.set_request_property`` method now issues
Chris McDonough
2013-09-09
rename _register_response_adapters method to add_default_response_adapters an...
Chris McDonough
2013-09-09
unused import
Chris McDonough
2013-09-09
create an add_default_renderers method on the configurator and use it from te...
Chris McDonough
2013-09-09
unused import
Chris McDonough
2013-09-09
79 cols
Chris McDonough
2013-09-08
issue warnings when custom_predicates argument is used to add_route or add_view
Chris McDonough
[next]