summaryrefslogtreecommitdiff
path: root/docs/api/interfaces.rst
AgeCommit message (Expand)Author
2019-10-17add ISecurityPolicy to the public interface apiMichael Merickel
2019-10-02define an IPredicateInfo instead of passing the full configurator to predicatesMichael Merickel
2017-04-12Rename implementation to ICSRFStoragePolicyMatthew Wilkes
2017-04-12Fix tests and documentation in various places, and feedback following reviewJure Cerjak
2017-04-12Create a new ICSRF implementation for getting CSRF tokens, split out from the...Matthew Wilkes
2017-02-25add an IExecutionPolicy that can wrap the routerMichael Merickel
2016-05-10expose the IRequestFactory interfaceMichael Merickel
2016-04-10Add API docs for BeforeTraversalBert JW Regeer
2016-03-09add options support to view deriversMichael Merickel
2015-02-07move the IResponseFactory into the public apiMichael Merickel
2014-07-17Write the documentation.Chris Rossi
2013-10-19modify the docs for the renderer interfacesMichael Merickel
2012-02-17FeaturesChris McDonough
2012-02-07add asset descriptor interfaceChris McDonough
2011-11-30add tests for introspectable; add more interface docs and expose actioninfoChris McDonough
2011-11-30docs; todo; coverage for IntrospectorChris McDonough
2011-08-14- Added the ``pyramid.interfaces.IDict`` interface representing the methodsChris McDonough
2011-08-10show members for event interfacesChris McDonough
2011-06-13- Remove IResponder abstraction in favor of more general IResponseChris McDonough
2011-06-04- It is now possible to control how the Pyramid router calls the WSGIChris McDonough
2011-05-13- Added documentation for a "multidict" (e.g. the API of ``request.POST``) asChris McDonough
2011-04-13- Make ``pyramid.interfaces.IAuthenticationPolicy`` andChris McDonough
2010-12-29factor deriver from mapperChris McDonough
2010-12-22change flash API as per email convo with Ben and MikeChris McDonough
2010-12-22- Added flash messaging, as described in the "Flash Messaging" narrativeChris McDonough
2010-11-21- Add ``pyramid.interfaces.ITemplateRenderer`` interface to Interfaces APIChris McDonough
2010-11-02- New event type: ``pyramid.interfaces.IBeforeRender``. An object of this typeChris McDonough
2010-11-01document IRendererInfo in API docsChris McDonough
2010-10-28sessioning docsChris McDonough
2010-10-25convert API docs to PyramidChris McDonough
2010-09-14- The ``add_route`` method of a Configurator now accepts aChris McDonough
2010-09-12- The BFG router now emits an additional event unconditionally at theChris McDonough
2010-09-08dont expose this until necessaryChris McDonough
2010-09-08- The ``repoze.bfg.interfaces`` API documentation page is now renderedChris 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-03API docs audit.Chris McDonough
2009-01-12- An interface specific to the HTTP verb (GET/PUT/POST/DELETE/HEAD) isChris McDonough