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
/
config.rst
Age
Commit message (
Expand
)
Author
2019-06-23
Make sure Configator.set_security_policy is in docs.
Theron Luhn
2018-10-15
add route_prefix_context to api docs
Michael Merickel
2018-10-15
fix whatsnew syntax
Michael Merickel
2018-10-03
remove deprecated set_request_property
Michael Merickel
2017-04-12
Use the webob CookieProfile in the Cookie implementation, rename some impleme...
Matthew Wilkes
2017-02-25
add an IExecutionPolicy that can wrap the router
Michael Merickel
2016-12-24
expose the new exception view apis
Michael Merickel
2016-04-19
replace pyramid.require_default_csrf setting with config.set_default_csrf_opt...
Michael Merickel
2016-03-14
add a docstring for add_view_deriver and expose the method to the api docs
Michael Merickel
2015-02-17
expose public config phases in pyramid.config
Michael Merickel
2013-09-08
- The ``renderer_globals_factory`` argument to the
Chris McDonough
2013-07-24
add not_ predicate feature
Chris McDonough
2013-01-23
pyramid.config: take advantage of some Sphinx directives
Tshepang Lekhonkhobe
2013-01-15
another grammar fix
Tshepang Lekhonkhobe
2012-09-09
rename set_request_method to add_request_method. closes #683
Chris McDonough
2012-08-16
readd set_request_property to docs (just so when people run across it in in-t...
Chris McDonough
2012-08-16
docs-deprecated set_request_property
Michael Merickel
2012-08-15
- An ``add_permission`` directive method was added to the Configurator. This
Chris McDonough
2012-08-06
add docs for third-party view predicates
Chris McDonough
2012-02-22
- New API: ``pyramid.config.Configurator.add_forbidden_view``. This is a
Chris McDonough
2012-02-22
- New API: ``pyramid.config.Configurator.add_notfound_view``. This is a
Chris McDonough
2012-02-20
recategorize a couple of methods
Chris McDonough
2012-02-20
remove untruth
Chris McDonough
2012-02-18
categorized configurator methods
Chris McDonough
2012-02-17
docs rearranging / fixing
Chris McDonough
2012-02-17
Features
Chris McDonough
2012-02-15
- Add ``pyramid.config.Configurator.set_traverser`` API method. See the
Chris McDonough
2012-01-21
Added set_request_property to the docs.
Michael Merickel
2011-11-30
docs; todo; coverage for Introspector
Chris McDonough
2011-11-28
docs
Chris McDonough
2011-08-19
review and fix configurator docs in random places
Chris McDonough
2011-08-18
- Pyramid no longer eagerly commits some default configuration statements at
Chris McDonough
2011-08-15
- New methods of the ``pyramid.config.Configurator`` class:
Chris McDonough
2011-08-09
Added the `pyramid.security.NO_PERMISSION_REQUIRED` constant.
Michael Merickel
2011-08-06
add tweens module, add docs for ptweens and tweens to hooks
Chris McDonough
2011-07-24
first cut
Chris McDonough
2011-07-15
remove bogus information about route_name, refer to the right method of Confi...
Chris McDonough
2011-07-15
- get_root2 -> prepare
Chris McDonough
2011-07-14
Added some docs for make_request and global_registries.
Michael Merickel
2011-07-01
- Deprecated the ``set_renderer_globals_factory`` method of the Configurator
Chris McDonough
2011-06-14
- Added new add_response_adapter method to Configurator.
Chris McDonough
2011-04-13
- Add missing docs reference to
Chris McDonough
2011-03-28
branch coverage
Chris McDonough
2011-01-19
- Added "Adding Methods to the Configurator via ``add_directive``" section to
Chris McDonough
2011-01-18
- The ``make_app`` function has been removed from the ``pyramid.router``
Chris McDonough
2011-01-16
Remove configurator.add_handler, handler-related functions and methods from p...
Chris McDonough
2011-01-16
simplify slightly
Chris McDonough
2010-12-19
unnecessary static arglists
Chris McDonough
2010-12-18
resource/asset normalization
Chris McDonough
2010-12-18
resource -> asset
Chris McDonough
[next]