Steve Piercy
2018-09-22 2a45fe74f9598b4e726ab17ce17948d4e709894b
2017-04-12 Matthew Wilkes
Use the webob CookieProfile in the Cookie implementation, rename some imple...
blob@ 7c0f09 commitdiff | diff to current
2016-12-05 Matthew Wilkes
Create a new ICSRF implementation for getting CSRF tokens, split out from t...
blob@ a2c7c7 commitdiff | diff to current
2016-10-10 Jonathan Ballet
doc: fix typo
blob@ 814f19 commitdiff | diff to current
2016-08-17 Michael Merickel
Fix #2744 by reverting #2706
blob@ 23b7a2 commitdiff | diff to current
2016-07-17 Bert JW Regeer
JSON renderers now return bytes objects
blob@ 0dcd25 commitdiff | diff to current
2016-07-17 Bert JW Regeer
Warn if the renderer response is text_type but no charset
blob@ 412ed2 commitdiff | diff to current
2016-04-23 Steve Piercy
Fix all the stinky linkie rot via `make linkcheck SPHINXBUILD=$VENV/bin/sph...
blob@ 1cb30e commitdiff | diff to current
2016-02-23 Michael Merickel
move p.response.temporary_response context manager to p.util.hide_attrs
blob@ 19016b commitdiff | diff to current
2015-04-27 Michael Merickel
allow dots in the jsonp callback and prefix content with a comment
blob@ ed4bba commitdiff | diff to current
2015-04-20 Michael Merickel
Merge pull request #1627 from bertjwregeer/security/jsonp
blob@ dfce4e commitdiff | diff to current
2015-04-15 Jeff Dairiki
Restore request.response if renderer raises exception
blob@ 957e7c commitdiff | diff to current
2015-04-14 Bert JW Regeer
Add some validation for the JSONP callback
blob@ b6ffe5 commitdiff | diff to current
2015-02-06 Michael Merickel
add a respones arg to render_to_response
blob@ 72bf6b commitdiff | diff to current
2015-02-06 Michael Merickel
moar docs
blob@ e38216 commitdiff | diff to current
2015-02-06 Michael Merickel
update changelog and docs
blob@ d23e69 commitdiff | diff to current
2015-02-06 Michael Merickel
update render_to_response to prevent renderers from mutating request.response
blob@ dd2231 commitdiff | diff to current
2015-02-06 Michael Merickel
fix #1535 by avoiding the request if it's None
blob@ fcb6cc commitdiff | diff to current
2015-01-06 Michael Merickel
Merge pull request #1417 from lrowe/renderer_app_iter
blob@ 469f41 commitdiff | diff to current
2015-01-02 John Anderson
Move _get_response_factory to pyramid.response
blob@ 303abc commitdiff | diff to current
2015-01-02 John Anderson
Mkae the response factory a factory that takes a request
blob@ 32cb80 commitdiff | diff to current
2014-12-26 John Anderson
Refactored how `ResponseClass` is used so it can be overridden
blob@ 88c11a commitdiff | diff to current
2014-12-06 Laurence Rowe
Support returning app_iter from renderer. Sets `response.app_iter = result`...
blob@ f0a9df commitdiff | diff to current
2014-09-05 goodwillcoding
Remove unnecessary call to get_current_registry in NullRendererHelper
blob@ befc1b commitdiff | diff to current
2014-02-10 Steve Piercy
- Garden PR #1121
blob@ 2033ee commitdiff | diff to current
2013-12-10 Wichert Akkerman
Fix JSONP syntax error
blob@ 3c95b1 commitdiff | diff to current
2013-09-12 Chris McDonough
appease
blob@ 44327c commitdiff | diff to current
2013-09-09 Chris McDonough
- The ``renderer_globals_factory`` argument to the ``pyramid.config.Confi...
blob@ c6601f commitdiff | diff to current
2013-09-07 Chris McDonough
unused imports
blob@ fb9641 commitdiff | diff to current
2013-09-06 Bert JW Regeer
Merge branch 'master' into feature/split_chameleon_from_pyramid
blob@ e8b1cf commitdiff | diff to current
2013-09-06 Chris McDonough
resolve conflicts, reword change entry a bit
blob@ 027c98 commitdiff | diff to current
2013-09-05 Michael Merickel
remove the deprecated request.response_* attributes
blob@ f6f1d1 commitdiff | diff to current
2013-09-05 Michael Merickel
update render() to preserve the original response object
blob@ 3803d9 commitdiff | diff to current
2013-09-05 Bert JW Regeer
Remove the Chameleon renderer from renderers.py
blob@ 749bab commitdiff | diff to current
2013-08-09 tisdall
"argments" to "arguments"; "agument" to "argument"
blob@ 0efeb4 commitdiff | diff to current
2013-01-29 Tshepang Lekhonkhobe
use the more appropriate directives
blob@ 40dbf4 commitdiff | diff to current
2013-01-25 Tshepang Lekhonkhobe
be a little more concise
blob@ 00cee7 commitdiff | diff to current
2013-01-25 Tshepang Lekhonkhobe
typo
blob@ e74345 commitdiff | diff to current
2012-11-03 Chris McDonough
- In the past if a renderer returned ``None``, the body of the resulting ...
blob@ a007a4 commitdiff | diff to current
2012-10-05 Chris McDonough
fix caching of template registrations that reference macros
blob@ fa587e commitdiff | diff to current
2012-09-22 Chris McDonough
mirror john's change for chameleon, better changelog message
blob@ 4388d3 commitdiff | diff to current
2012-09-16 Chris McDonough
use with statement to acquire/release thread locks
blob@ 684fd2 commitdiff | diff to current
2012-08-29 Chris McDonough
rough cut at supporting 'packagename:dirname/template#macroname.pt' rendere...
blob@ 89c94b commitdiff | diff to current
2012-06-05 Chris McDonough
point back to renderer_system_values in render and render_to_response
blob@ 566a2a commitdiff | diff to current
2012-05-03 Chris McDonough
garden
blob@ cfabb1 commitdiff | diff to current
2012-05-03 Chris McDonough
reuse default logic between json and jsonp
blob@ 5851d8 commitdiff | diff to current
2012-05-03 Chris McDonough
use the same default logic for jsonp as for json
blob@ 0ce303 commitdiff | diff to current
2012-05-03 Chris McDonough
allow __json__ and custom adapters to accept request arg
blob@ e012aa commitdiff | diff to current
2012-04-18 Michael Merickel
garden
blob@ c3df7a commitdiff | diff to current
2012-04-18 Michael Merickel
reverted back to using a component registry during json encoding
blob@ 677216 commitdiff | diff to current
2012-04-17 Chris McDonough
default_encode->_default_encode, dumps->_dumps, massage docs
blob@ 18410a commitdiff | diff to current
first | « prev | next »