Michael Merickel
2017-06-18 75c30dfe18b26ca04efae2acbe35052fa0d93ed6
2017-06-15 Michael Merickel
add a reraise argument to request.invoke_exception_view
blob@ 6f2f04 commitdiff | diff to current
2017-05-23 Bert JW Regeer
Make coverage happy again
blob@ 3bb3c6 commitdiff | diff to current
2017-05-23 Bert JW Regeer
When invoking an exception view, push the new threadlocals
blob@ dda9fa commitdiff | diff to current
2017-05-04 Michael Merickel
normalize excview tween to use ``request.invoke_exception_view``
blob@ 3b886e commitdiff | diff to current
2016-09-20 Michael Merickel
derive exception views separately from normal views
blob@ e8c66a commitdiff | diff to current
2016-06-03 Amos Latteier
Add exception_view_config decorator.
blob@ 93c94b commitdiff | diff to current
2016-05-10 Michael Merickel
ensure invoke_exception_view always returns a response
blob@ e045cf commitdiff | diff to current
2016-03-03 Michael Merickel
fix and add tests for invoke_exception_view
blob@ d52257 commitdiff | diff to current
2015-06-05 Chris McDonough
We explicitly pass in the interfaces provided by the request as request_ifa...
blob@ 713bc5 commitdiff | diff to current
2015-04-06 Chris McDonough
convert render_view_to_response to use _call_view
blob@ 849196 commitdiff | diff to current
2013-09-09 Chris McDonough
- Removed the ``pyramid.view.is_response`` function that had been deprecate...
blob@ 780bbf commitdiff | diff to current
2013-09-09 Chris McDonough
- Removed the class named ``pyramid.view.static`` that had been deprecated ...
blob@ 2c4f4e commitdiff | diff to current
2012-12-06 Michael Merickel
_depth argument to view_config is now relative to view_config
blob@ ed1419 commitdiff | diff to current
2012-11-14 Michael Merickel
simplfied change as response.app_iter must contain bytes per pep 3333
blob@ 0a8ea9 commitdiff | diff to current
2012-11-14 Alex Volkov
My fix for Issue #721. Made view.py - render_view to convert iterable input...
blob@ 6ec5a6 commitdiff | diff to current
2012-06-26 rforkel
Added support for passing multiple decorators to add_view.
blob@ 76c9c2 commitdiff | diff to current
2012-11-05 Chris McDonough
- Allow a ``_depth`` argument to ``pyramid.view.view_config``, which will ...
blob@ a8d71c commitdiff | diff to current
2012-08-15 Chris McDonough
- Anonymous predicate keyword list for all add-view-ish methods and decor...
blob@ 8ec8e2 commitdiff | diff to current
2012-08-03 Chris McDonough
first cut at extensible view predicates via config.add_view_predicate; stil...
blob@ a00621 commitdiff | diff to current
2012-02-24 Chris McDonough
use paren-bracketed imports for modules from the same source
blob@ f5b9e9 commitdiff | diff to current
2012-02-23 Chris McDonough
- New API: ``pyramid.config.Configurator.add_forbidden_view``. This is a ...
blob@ a7fe30 commitdiff | diff to current
2012-02-22 Chris McDonough
- New API: ``pyramid.config.Configurator.add_notfound_view``. This is a ...
blob@ 0db4a1 commitdiff | diff to current
2012-01-06 Chris McDonough
- The ``pyramid.view.view_defaults`` decorator did not work properly when ...
blob@ 4c29ef commitdiff | diff to current
2011-12-14 Chris McDonough
Flesh out new view_defaults feature and add docs, change notes, and add to ...
blob@ 4375cf commitdiff | diff to current
2011-12-14 Chris McDonough
add view_defaults class decorator; fix mutability bug with __view_defaults__
blob@ 914abe commitdiff | diff to current
2011-10-02 Cameron Ring
match_param was missing from the view_config decorator
blob@ bf5e0e commitdiff | diff to current
2011-09-23 Chris McDonough
implements->implementer
blob@ 3b7334 commitdiff | diff to current
2011-09-06 Chris McDonough
first cut; still missing features as documented in TODO.txt
blob@ f2ef79 commitdiff | diff to current
2011-08-28 Chris McDonough
- Use ``config.with_package`` in view_config decorator rather than manufa...
blob@ b2c4e0 commitdiff | diff to current
2011-07-22 Chris McDonough
- Add a deprecation warning for non-API function ``pyramid.renderers.rend...
blob@ 73c0ae commitdiff | diff to current
2011-07-14 Chris McDonough
- New API class: ``pyramid.static.static_view``. This supersedes the dep...
blob@ 56d0fe commitdiff | diff to current
2011-07-14 Chris McDonough
- Fix corner case to ease semifunctional testing of views: create a new r...
blob@ 2ad827 commitdiff | diff to current
2011-07-04 Chris McDonough
partial conversion to eager response resolving
blob@ 661ea7 commitdiff | diff to current
2011-06-20 Chris McDonough
coverage
blob@ 08ffc9 commitdiff | diff to current
2011-06-14 Chris McDonough
- New method named ``pyramid.request.Request.is_response``. This method ...
blob@ 920990 commitdiff | diff to current
2011-06-13 Chris McDonough
- Remove IResponder abstraction in favor of more general IResponse abstra...
blob@ d868ff commitdiff | diff to current
2011-04-19 Chris McDonough
appease python gods by converting failIf*/failUnless* to assert* equivalents
blob@ a1d395 commitdiff | diff to current
2011-04-12 Chris McDonough
add test for mimetypes initialization import-time side-effect callable
blob@ 70d504 commitdiff | diff to current
2011-03-28 Chris McDonough
branch coverage
blob@ b04bd5 commitdiff | diff to current
2011-03-28 Chris McDonough
branch coverage
blob@ d92958 commitdiff | diff to current
2011-03-22 Chris McDonough
- Include SCRIPT_NAME in redirects issued by ``pyramid.view.append_slash_...
blob@ b596e1 commitdiff | diff to current
2011-01-30 Chris McDonough
- Removed duplicate implementations of ``is_response``. Two competing im...
blob@ 9a27f0 commitdiff | diff to current
2011-01-26 Chris McDonough
- ``pyramid.view.append_slash_notfound_view`` now preserves GET query par...
blob@ 6ab71c commitdiff | diff to current
2011-01-16 Chris McDonough
Remove configurator.add_handler, handler-related functions and methods from...
blob@ e333c2 commitdiff | diff to current
2011-01-08 Chris McDonough
- Rename ``view_mapper`` argument to add_view to ``mapper``.
blob@ 5e3d64 commitdiff | diff to current
2011-01-03 Chris McDonough
- Allow ``decorator=`` and ``view_mapper`` parameters to add_view and ``@...
blob@ 1d9ade commitdiff | diff to current
2011-01-02 Chris McDonough
- add a ``add_view_mapper`` API to Configurator. This API allows you to ad...
blob@ 80aa77 commitdiff | diff to current
2010-12-30 Chris McDonough
- The "view derivation" code is now factored into a set of classes rather ...
blob@ 95c9f6 commitdiff | diff to current
2010-12-19 Chris McDonough
- When a configuration conflict is encountered during scanning, the conflic...
blob@ 14b78b commitdiff | diff to current
2010-10-31 Chris McDonough
- Renderer factories now accept a *dictionary* rather than an absolute reso...
blob@ 3d9dd0 commitdiff | diff to current
first | « prev | next »