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
/
interfaces.rst
Age
Commit message (
Expand
)
Author
2019-10-17
add ISecurityPolicy to the public interface api
Michael Merickel
2019-10-02
define an IPredicateInfo instead of passing the full configurator to predicates
Michael Merickel
2017-04-12
Rename implementation to ICSRFStoragePolicy
Matthew Wilkes
2017-04-12
Fix tests and documentation in various places, and feedback following review
Jure Cerjak
2017-04-12
Create a new ICSRF implementation for getting CSRF tokens, split out from the...
Matthew Wilkes
2017-02-25
add an IExecutionPolicy that can wrap the router
Michael Merickel
2016-05-10
expose the IRequestFactory interface
Michael Merickel
2016-04-10
Add API docs for BeforeTraversal
Bert JW Regeer
2016-03-09
add options support to view derivers
Michael Merickel
2015-02-07
move the IResponseFactory into the public api
Michael Merickel
2014-07-17
Write the documentation.
Chris Rossi
2013-10-19
modify the docs for the renderer interfaces
Michael Merickel
2012-02-17
Features
Chris McDonough
2012-02-07
add asset descriptor interface
Chris McDonough
2011-11-30
add tests for introspectable; add more interface docs and expose actioninfo
Chris McDonough
2011-11-30
docs; todo; coverage for Introspector
Chris McDonough
2011-08-14
- Added the ``pyramid.interfaces.IDict`` interface representing the methods
Chris McDonough
2011-08-10
show members for event interfaces
Chris McDonough
2011-06-13
- Remove IResponder abstraction in favor of more general IResponse
Chris McDonough
2011-06-04
- It is now possible to control how the Pyramid router calls the WSGI
Chris McDonough
2011-05-13
- Added documentation for a "multidict" (e.g. the API of ``request.POST``) as
Chris McDonough
2011-04-13
- Make ``pyramid.interfaces.IAuthenticationPolicy`` and
Chris McDonough
2010-12-29
factor deriver from mapper
Chris McDonough
2010-12-22
change flash API as per email convo with Ben and Mike
Chris McDonough
2010-12-22
- Added flash messaging, as described in the "Flash Messaging" narrative
Chris McDonough
2010-11-21
- Add ``pyramid.interfaces.ITemplateRenderer`` interface to Interfaces API
Chris McDonough
2010-11-02
- New event type: ``pyramid.interfaces.IBeforeRender``. An object of this type
Chris McDonough
2010-11-01
document IRendererInfo in API docs
Chris McDonough
2010-10-28
sessioning docs
Chris McDonough
2010-10-25
convert API docs to Pyramid
Chris McDonough
2010-09-14
- The ``add_route`` method of a Configurator now accepts a
Chris McDonough
2010-09-12
- The BFG router now emits an additional event unconditionally at the
Chris McDonough
2010-09-08
dont expose this until necessary
Chris McDonough
2010-09-08
- The ``repoze.bfg.interfaces`` API documentation page is now rendered
Chris McDonough
2010-08-08
- New public interface: ``repoze.bfg.exceptions.IExceptionResponse``.
Chris McDonough
2009-12-23
- Added the ``repoze.bfg.authentication``,
Chris McDonough
2009-07-03
API docs audit.
Chris McDonough
2009-01-12
- An interface specific to the HTTP verb (GET/PUT/POST/DELETE/HEAD) is
Chris McDonough