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
2020-11-28
namespace upgrading_auth since it's in the whatsnew doc
Michael Merickel
2020-10-13
Rename `ISecurityPolicy.authenticated_identity` to `identity`
Theron Luhn
2020-04-24
Exclude duplicate members `response` and `session` from `request` module to a...
Steve Piercy
2020-01-12
move doc references from pyramid.security to pyramid.authorization
Michael Merickel
2020-01-09
clarify the docs
Michael Merickel
2020-01-09
fix paradigm to avoid incorrect usages
Michael Merickel
2020-01-08
link to pr
Michael Merickel
2019-12-15
Four spaces of indentation.
Theron Luhn
2019-12-14
Update docs.
Theron Luhn
2019-12-14
start reworking security policy
Éric Araujo
2019-06-23
Deprecation notices.
Theron Luhn
2019-01-05
stop overriding request.json_body from webob
Michael Merickel
2018-11-21
Keep the localizer property from showing up twice in the docs
Karl O. Pinc
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
[next]