Steve Piercy
2017-06-27 582a27558f96552cc84641c603150a21a8000821
2017-06-27 Steve Piercy
Update all external links per `make linkcheck` - Most are changing http to ...
blob@ 7b1612 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
2015-04-19 Michael Merickel
Merge branch 'pr/1571'
blob@ dddf33 commitdiff | diff to current
2015-04-18 Michael Merickel
default response_callback and finished_callback to an empty deque instead o...
blob@ 37f3ed 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
convert render_view_to_response to use _call_view
blob@ 849196 commitdiff | diff to current
2015-03-06 John Anderson
Merge branch 'master' of https://github.com/Pylons/pyramid into start_pep8
blob@ 50a8a0 commitdiff | diff to current
2015-02-17 Michael Merickel
add InstancePropertyHelper and apply_request_extensions
blob@ 04cc91 commitdiff | diff to current
2015-02-08 John Anderson
Add initial pep8 support.
blob@ 25c64c 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-07-30 Dobes Vandermeer
Use a deque for the request finished / response callbacks.
blob@ c73eb9 commitdiff | diff to current
2014-07-30 Dobes Vandermeer
Use None for the default value of the callbacks list.
blob@ 05ceab commitdiff | diff to current
2014-07-10 dobesv
Allow the last callback called to add a callback
blob@ eae99a commitdiff | diff to current
2014-05-05 flibustenet
Order of response_callback in the docstring
blob@ 1e5c58 commitdiff | diff to current
2014-02-10 Steve Piercy
- Garden PR #1121
blob@ 2033ee commitdiff | diff to current
2013-10-28 Chris McDonough
Bring change log, API docs, and deprecations in line with normal policies/p...
blob@ 0184b5 commitdiff | diff to current
2013-10-25 Matt Russell
Security APIs on pyramid.request.Request
blob@ 3c2f95 commitdiff | diff to current
2013-09-09 Chris McDonough
- Removed the ability to influence and query a ``pyramid.request.Request`` ...
blob@ 8fe57d commitdiff | diff to current
2013-09-05 Michael Merickel
remove the deprecated request.response_* attributes
blob@ f6f1d1 commitdiff | diff to current
2013-08-29 Chris McDonough
make local_name an attribute of Request, move logic from get_localizer into...
blob@ 330164 commitdiff | diff to current
2013-08-17 Andreas Zeidler
add ``localizer`` property to the request (refs #508)
blob@ c614ff commitdiff | diff to current
2013-04-22 Tshepang Lekhonkhobe
remove redundant text
blob@ cd2e8e commitdiff | diff to current
2013-02-14 Tshepang Lekhonkhobe
update some links and fix others
blob@ cd8ac8 commitdiff | diff to current
2012-11-21 Chris McDonough
- Small microspeed enhancement which anticipates that a ``pyramid.respons...
blob@ 71cd93 commitdiff | diff to current
2012-11-03 Chris McDonough
dont use a separate request factory; instead just assign ResponseClass attr...
blob@ c60c0e commitdiff | diff to current
2012-10-10 Wyatt L Baldwin
Get rid of monkeypatch of Request and Response in pyramid.__init__
blob@ c4e3f4 commitdiff | diff to current
2012-09-09 Chris McDonough
- It is no longer possible to pass an environ dictionary directly to ``py...
blob@ ebcdc7 commitdiff | diff to current
2012-03-18 Chris McDonough
- When ``pyramid.wsgi.wsgiapp2`` calls the downstream WSGI app, the app's...
blob@ 2b4134 commitdiff | diff to current
2012-02-24 Chris McDonough
add warning
blob@ f077a0 commitdiff | diff to current
2011-12-30 Michael Merickel
Added the InstancePropertyMixin to the Request.
blob@ 577db9 commitdiff | diff to current
2011-11-28 Chris McDonough
use multiline imports
blob@ 0c1c39 commitdiff | diff to current
2011-11-11 Chris McDonough
- New ``pyramid.compat`` module and API documentation which provides Python...
blob@ 5cf9fc commitdiff | diff to current
2011-10-12 Chris McDonough
better deprecation warning
blob@ fc2958 commitdiff | diff to current
2011-09-29 Chris McDonough
glue it up
blob@ 24b5c1 commitdiff | diff to current
2011-09-25 Chris McDonough
fix merge conflicts
blob@ e04cbb commitdiff | diff to current
2011-09-25 Chris McDonough
all tests pass on 3.2
blob@ c779f1 commitdiff | diff to current
2011-09-24 Chris McDonough
fix all request tests except the ones which invoke call_app_with_subpath
blob@ 55fb96 commitdiff | diff to current
2011-09-24 michr
fixed up all the warning dealing ..note and ..warn added a hide toc for glo...
blob@ 012b97 commitdiff | diff to current
2011-09-23 Chris McDonough
fix on python 2
blob@ e84232 commitdiff | diff to current
2011-09-23 Chris McDonough
more rusty knife in the eye changes
blob@ 8e606d commitdiff | diff to current
2011-09-23 Chris McDonough
implements->implementer
blob@ 3b7334 commitdiff | diff to current
2011-08-15 Chris McDonough
- ``pyramid.testing.DummyRequest`` now implements the ``add_finished_call...
blob@ 274435 commitdiff | diff to current
2011-08-14 Chris McDonough
- The ``route_url``, ``route_path``, ``resource_url``, ``static_url``, and ...
blob@ fb90f0 commitdiff | diff to current
2011-07-31 Chris McDonough
- A new attribute is available on request objects: ``exc_info``. Its value...
blob@ 95a379 commitdiff | diff to current
2011-07-24 Chris McDonough
back this feature out; we'll try a different approach
blob@ 643499 commitdiff | diff to current
2011-07-24 Chris McDonough
- New method: ``pyramid.request.Request.add_view_mapper``. A view wrapper ...
blob@ b72379 commitdiff | diff to current
2011-07-23 Chris McDonough
dont wrap a view callable if it's None
blob@ 5191e6 commitdiff | diff to current
2011-07-23 Chris McDonough
first cut
blob@ 070bfd commitdiff | diff to current
first | « prev | next »