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
/
docs
/
api
/
request.rst
Age
Commit message (
Expand
)
Author
2018-10-03
remove deprecated set_request_property
Michael Merickel
2018-08-18
Clean up code-blocks in request
Steve Piercy
2016-03-03
link invoke_exception_view to api docs
Michael Merickel
2015-05-28
fix duplicate name resource_path
uralbash
2015-02-16
add InstancePropertyHelper and apply_request_extensions
Michael Merickel
2014-08-13
some tweaks to the usage of userid in the docs
Michael Merickel
2014-08-12
Docs: Make "userid" link to the glossary term.
Karl O. Pinc
2014-08-12
Docs: Make clear that a userid need not be a principal.
Karl O. Pinc
2014-04-18
Corrected the comment's language
thapar
2014-04-18
Typo fix "not"-->"no"
thapar
2014-04-17
More explicit example of set_property
flibustenet
2014-02-10
- Garden PR #1121
Steve Piercy
2013-11-09
undeprecate remember/forget functions and remove remember_userid/forget_useri...
Chris McDonough
2013-10-30
not methods, attrs
Chris McDonough
2013-10-28
Bring change log, API docs, and deprecations in line with normal policies/pro...
Chris McDonough
2013-09-07
- The ``pyramid.events.NewResponse`` event is now sent **after** response
Chris McDonough
2013-09-05
remove the deprecated request.response_* attributes
Michael Merickel
2013-08-29
make local_name an attribute of Request, move logic from get_localizer into R...
Chris McDonough
2013-08-08
"behavor" to "behavior"
tisdall
2013-08-08
changed "obect" to "object"
tisdall
2013-04-07
fix some cross-references
Tshepang Lekhonkhobe
2013-02-09
grammar
Tshepang Lekhonkhobe
2013-01-29
replace 'note' with the more correct 'versionadded' directive
Tshepang Lekhonkhobe
2013-01-01
eliminate repeated "the" words
Tshepang Lekhonkhobe
2012-09-16
make use_tweens=False the default
Chris McDonough
2012-09-16
make use_tweens=True the default, add some more tests
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-02-24
docs-deprecate tmpl_context
Chris McDonough
2012-02-17
Features
Chris McDonough
2012-01-11
Renamed the func to callable in the docs.
Michael Merickel
2011-12-30
Documented Request.set_property.
Michael Merickel
2011-08-20
add static_path function to url and static_path method to request
Chris McDonough
2011-08-20
- New request methods: ``current_route_url``, ``current_route_path``.
Chris McDonough
2011-07-31
- A new attribute is available on request objects: ``exc_info``. Its value
Chris McDonough
2011-07-24
back this feature out; we'll try a different approach
Chris McDonough
2011-07-23
- New method: ``pyramid.request.Request.add_view_mapper``. A view wrapper is
Chris McDonough
2011-07-09
request.json -> request.json_body; add some docs for json_body
Chris McDonough
2011-07-04
- New request attribute: ``json``. If the request's ``content_type`` is
Chris McDonough
2011-06-13
- Remove IResponder abstraction in favor of more general IResponse
Chris McDonough
2011-05-13
- Added documentation for a "multidict" (e.g. the API of ``request.POST``) as
Chris McDonough
2011-04-19
rendering
Chris McDonough
2011-04-19
rendering
Chris McDonough
2011-04-19
clarify
Chris McDonough
2011-04-18
- Deprecated all assignments to ``request.response_*`` attributes such as
Chris McDonough
2011-03-09
leave some breadcrumbs for finding renderered response attribute settings
Chris McDonough
2011-01-21
- Add docs for ``add_finished_callback``, ``add_response_callback``,
Chris McDonough
2010-12-18
resource -> asset
Chris McDonough
2010-11-10
- New API methods for ``pyramid.request.Request``: ``model_url`` and
Chris McDonough
[next]