Bert JW Regeer
2016-04-13 d26e3af4b220d3794c8e40103eb8bd86fd68372d
2016-04-11 Michael Merickel
cleanup some references in the docs
blob@ 769da1 commitdiff | diff to current
2016-03-14 Steve Piercy
remove extra period
blob@ 3b2c22 commitdiff | diff to current
2016-03-03 Michael Merickel
fix and add tests for invoke_exception_view
blob@ d52257 commitdiff | diff to current
2016-03-01 Michael Merickel
exception views should never have a name=
blob@ 4ff751 commitdiff | diff to current
2016-03-01 Michael Merickel
add exception and exc_info to request
blob@ 68b303 commitdiff | diff to current
2016-02-23 Michael Merickel
add methods to DummyRequest
blob@ 7f1174 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
2016-02-10 Chris McDonough
its sys, not traceback
blob@ 252fa5 commitdiff | diff to current
2016-02-10 Chris McDonough
dont set it twice
blob@ 22bf91 commitdiff | diff to current
2016-02-10 Chris McDonough
bring into line with excview
blob@ ca529f commitdiff | diff to current
2016-02-10 Chris McDonough
docs about what happens when no excview can be found
blob@ 7d8175 commitdiff | diff to current
2016-02-10 Chris McDonough
add request.exception and request.exc_info
blob@ ff3dd9 commitdiff | diff to current
2016-02-10 Chris McDonough
use exc_info instead of exc, add better docstring, mix the mixin in
blob@ e40ef2 commitdiff | diff to current
2016-02-10 Chris McDonough
check in sketch code so raydeo can look at it
blob@ 531428 commitdiff | diff to current
2016-01-27 Zsolt Ero
check_csrf vs. csrf_token in view_config docs
blob@ ef01de 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-14 John Anderson
Ignore more pep8 checks and add to travis
blob@ 03c11e commitdiff | diff to current
2015-04-13 John Anderson
Merge branch 'master' of https://github.com/Pylons/pyramid into start_pep8
blob@ 17279b commitdiff | diff to current
2015-04-06 Chris McDonough
Merge branch 'fix.view-lookup'
blob@ 0ce5dc commitdiff | diff to current
2015-04-06 Chris McDonough
change excview_tween to use _call_view instead of adapters.lookup; paramete...
blob@ 17c7f4 commitdiff | diff to current
2015-04-06 Chris McDonough
convert render_view_to_response to use _call_view
blob@ 849196 commitdiff | diff to current
2015-04-06 Chris McDonough
break out _call_view into separate importable callable for use in scripts
blob@ eb3ac8 commitdiff | diff to current
2015-04-03 Chris McDonough
no need to iter() the result
blob@ 99bc0c commitdiff | diff to current
2015-04-03 Chris McDonough
cache view lookups; see #1557
blob@ c15cbc commitdiff | diff to current
2015-03-15 Chris McDonough
add docs to notfound_view_config decorator code, expand docs to inlcude an...
blob@ 24358c commitdiff | diff to current
2015-03-15 Donald Stufft
Allow passing a custom redirect class for appending slashes
blob@ 12b6f5 commitdiff | diff to current
2015-03-13 Junya Hayashi
fix comment in forbidden_view_config
blob@ 59e7cc commitdiff | diff to current
2015-02-22 Michael Merickel
remove tuple creation from inner loop
blob@ c0070c commitdiff | diff to current
2015-02-08 John Anderson
Add initial pep8 support.
blob@ 25c64c commitdiff | diff to current
2015-02-07 Michael Merickel
privitize _find_views
blob@ e218e1 commitdiff | diff to current
2015-02-06 Michael Merickel
req_type and ctx_type
blob@ 44bfdb commitdiff | diff to current
2015-02-06 Michael Merickel
less dot operators in loops
blob@ fb2824 commitdiff | diff to current
2015-02-05 Michael Merickel
provide a fix for view lookup fallbacks
blob@ 85d801 commitdiff | diff to current
2014-02-10 Steve Piercy
- Garden PR #1121
blob@ 2033ee commitdiff | diff to current
2013-09-12 Adam Groszer
Add doc about the top level member limitation of ``view_config``
blob@ a8f669 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
2013-04-07 Tshepang Lekhonkhobe
fix some cross-references
blob@ aaedf5 commitdiff | diff to current
2013-03-13 Michael Merickel
Merge pull request #893 from stevepiercy/master
blob@ 6d62d1 commitdiff | diff to current
2013-03-09 Tshepang Lekhonkhobe
consistency
blob@ cec2b0 commitdiff | diff to current
2013-03-06 Steve Piercy
remove stray ' from docstring
blob@ 34606c commitdiff | diff to current
2013-02-25 Tshepang Lekhonkhobe
grammar
blob@ 8eb19b commitdiff | diff to current
2013-01-27 Tshepang Lekhonkhobe
add missing markup
blob@ e450ca commitdiff | diff to current
2013-01-27 Tshepang Lekhonkhobe
capitalize
blob@ 3c5dc5 commitdiff | diff to current
2013-01-27 Tshepang Lekhonkhobe
make use of 'versionadded' and 'deprecated' directives in pyramid.view
blob@ 05e928 commitdiff | diff to current
2013-01-14 Ronan Amicel
Update pyramid/view.py
blob@ bbd3ab 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 Chris McDonough
ref #725; indicate how to join the result of render_view_to_iterable
blob@ 3d2dd3 commitdiff | diff to current
2012-11-14 Michael Merickel
indicate render_view returns a bytestring (see #725)
blob@ 23de5b 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
first | « prev | next »