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
2012-09-19
A ``check_csrf`` view predicate was added. For example, you can now do
Chris McDonough
2012-09-19
add check_csrf convenience function
Chris McDonough
2012-09-17
resolve contributors.txt merge conflict
Chris McDonough
2012-09-16
make use_tweens=False the default
Chris McDonough
2012-09-16
unused imports
Chris McDonough
2012-09-16
be very explicit that view_three should indeed obtain a response as the resul...
Chris McDonough
2012-09-16
make use_tweens=True the default, add some more tests
Chris McDonough
2012-09-16
use a string renderer
Chris McDonough
2012-09-16
fix py3
Chris McDonough
2012-09-16
rename subrequest to invoke_subrequest
Chris McDonough
2012-09-16
docs and test
Chris McDonough
2012-09-16
add docs
Chris McDonough
2012-09-16
sketch out a subrequest API
Chris McDonough
2012-09-15
merge jinty's testConfig code
Chris McDonough
2012-09-15
add pyramid.decorator.reify as an API. Closes #682
Chris McDonough
2012-09-15
use with statement to acquire/release thread locks
Chris McDonough
2012-09-15
remove dead code which supported jython
Chris McDonough
2012-09-13
add upgrading chapter, make docs render again
Chris McDonough
2012-09-11
set request.context as root unless a request context already exists
Chris McDonough
2012-09-11
coverage
Chris McDonough
2012-09-11
- Request properties and methods added via ``config.set_request_property`` or
Chris McDonough
2012-09-10
- ``pyramid.testing.DummyRequest`` now supports methods supplied by the
Chris McDonough
2012-09-09
point docstring at the most up to date method
Chris McDonough
2012-09-09
rename set_request_method to add_request_method. closes #683
Chris McDonough
2012-09-09
fix for py3
Chris McDonough
2012-09-09
coverage
Chris McDonough
2012-09-09
coverage
Chris McDonough
2012-09-09
coverage for renderers module
Chris McDonough
2012-09-09
coverage for supplying a macro argument to a ZPT template renderer
Chris McDonough
2012-09-09
coverage for renderer_factory in chameleon_zpt and chameleon_text
Chris McDonough
2012-09-09
dead code
Chris McDonough
2012-09-09
dead code, garden
Chris McDonough
2012-09-09
- These APIs from the ``pyramid.testing`` module were removed. They have
Chris McDonough
2012-09-09
- The ``pyramid.settings.get_settings()`` API was removed. It had been
Chris McDonough
2012-09-09
- The ``pyramid.paster.PyramidTemplate`` API was removed. It had been
Chris McDonough
2012-09-09
- The ``pyramid.configuration`` module was removed. It had been deprecated
Chris McDonough
2012-09-09
- The functions from ``pyramid.chameleon_zpt`` and ``pyramid.chameleon_text``
Chris McDonough
2012-09-09
- It is no longer possible to pass an environ dictionary directly to
Chris McDonough
2012-09-08
checkpoint for removing bfg.routes
Chris McDonough
2012-08-29
remove experimental names
Chris McDonough
2012-08-29
forgot a fixture file
Chris McDonough
2012-08-29
add renderer and template to values passed to template during rendering
Chris McDonough
2012-08-29
add a test
Chris McDonough
2012-08-29
rough cut at supporting 'packagename:dirname/template#macroname.pt' renderer ...
Chris McDonough
2012-08-26
- Forward-port from 1.3 branch: when registering multiple views with an
Chris McDonough
2012-08-25
_get_predlist -> get_predlist
Chris McDonough
2012-08-25
indent like a man
Chris McDonough
2012-08-25
rant
Chris McDonough
2012-08-25
subscribers registered for more than one interface receive all objects, which...
Chris McDonough
2012-08-25
return value from subscriber (even though technically nothing can rely on it)
Chris McDonough
[next]