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
Age
Commit message (
Expand
)
Author
2016-04-10
Add API docs for BeforeTraversal
Bert JW Regeer
2016-04-10
Merge pull request #2021 from Pylons/feature/configurable-view-deriver
Michael Merickel
2016-04-08
update constraints for derivers as well as docs
Michael Merickel
2016-04-07
separate the viewderiver module and allow overriding the mapper
Michael Merickel
2016-04-06
Pass vars to logging.config.fileConfig
Marc Abramowitz
2016-03-14
add a docstring for add_view_deriver and expose the method to the api docs
Michael Merickel
2016-03-09
add options support to view derivers
Michael Merickel
2016-03-03
link invoke_exception_view to api docs
Michael Merickel
2015-11-23
expose the PickleSerializer
Michael Merickel
2015-11-12
update cache buster prose and add ManifestCacheBuster
Michael Merickel
2015-11-12
Revert "fix/remove-default-cachebusters"
Michael Merickel
2015-11-12
complete cache buster docs using manifest example
Michael Merickel
2015-10-21
first cut at removing default cache busters
Michael Merickel
2015-05-28
fix duplicate name resource_path
uralbash
2015-02-17
expose public config phases in pyramid.config
Michael Merickel
2015-02-17
remove the token from the ICacheBuster api
Michael Merickel
2015-02-16
add InstancePropertyHelper and apply_request_extensions
Michael Merickel
2015-02-07
move the IResponseFactory into the public api
Michael Merickel
2014-12-23
- add an index to the API directory for better SEO
Steve Piercy
2014-11-25
Documentation added
Hugo Branquinho
2014-11-17
Merge branch 'master' into feature.security-docs-enhancements
Michael Merickel
2014-11-10
Merge pull request #1445 from bertjwregeer/fix.exceptions
Steve Piercy
2014-11-10
Change autoclass to autoexception
Bert JW Regeer
2014-11-10
update the public api for remember
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-07-28
Mo' features, mo' problems.
Chris Rossi
2014-07-18
Take mcdonc's advice. This should be easier for users to understand.
Chris Rossi
2014-07-17
Write the documentation.
Chris Rossi
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
2014-02-09
- correct error when building docs in Sphinx:
Steve Piercy
2013-11-11
Merge branch 'feature.security-apis-on-request'
Chris McDonough
2013-11-09
undeprecate remember/forget functions and remove remember_userid/forget_useri...
Chris McDonough
2013-11-07
document add_adapter
Michael Merickel
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-10-20
fix merge conflict and prevent warning from showing up during testing (dont i...
Chris McDonough
2013-10-20
fix merge conflict
Chris McDonough
2013-10-19
modify the docs for the renderer interfaces
Michael Merickel
2013-10-19
update doc references
Michael Merickel
2013-10-19
update the docs
Michael Merickel
2013-10-08
Subclass HTTPBadCSRFToken from HTTPBadRequest and have request.session.check_...
Karl O. Pinc
2013-09-08
- The ``renderer_globals_factory`` argument to the
Chris McDonough
2013-09-08
- Removed the ``pyramid.view.is_response`` function that had been deprecated
Chris McDonough
2013-09-08
- Removed the class named ``pyramid.view.static`` that had been deprecated
Chris McDonough
2013-09-07
- The ``pyramid.events.NewResponse`` event is now sent **after** response
Chris McDonough
[next]