summaryrefslogtreecommitdiff
path: root/docs/api
AgeCommit message (Expand)Author
2011-08-20add static_path function to url and static_path method to requestChris McDonough
2011-08-20- New request methods: ``current_route_url``, ``current_route_path``.Chris McDonough
2011-08-19review and fix configurator docs in random placesChris McDonough
2011-08-18- Pyramid no longer eagerly commits some default configuration statements atChris McDonough
2011-08-15- New methods of the ``pyramid.config.Configurator`` class:Chris McDonough
2011-08-14- Added the ``pyramid.interfaces.IDict`` interface representing the methodsChris McDonough
2011-08-09Added the `pyramid.security.NO_PERMISSION_REQUIRED` constant.Michael Merickel
2011-08-10show members for event interfacesChris McDonough
2011-08-08document under and over paramsChris McDonough
2011-08-06add tweens module, add docs for ptweens and tweens to hooksChris McDonough
2011-07-31- A new attribute is available on request objects: ``exc_info``. Its valueChris McDonough
2011-07-28mergeChris McDonough
2011-07-24fix merge conflictsChris McDonough
2011-07-24back this feature out; we'll try a different approachChris McDonough
2011-07-24first cutChris McDonough
2011-07-23- New method: ``pyramid.request.Request.add_view_mapper``. A view wrapper isChris McDonough
2011-07-21- Added the ``pyramid.renderers.null_renderer`` object as an API. The nullChris McDonough
2011-07-16Reworked pyramid.scripting. Modified docs and made make_request private.Michael Merickel
2011-07-15remove bogus information about route_name, refer to the right method of Confi...Chris McDonough
2011-07-15- get_root2 -> prepareChris McDonough
2011-07-14Added test coverage for p.paster.bootstrap.Michael Merickel
2011-07-14Added p.paster.bootstrap for handling simple loading of INI files.Michael Merickel
2011-07-14Added p.scripting.get_root2 that doesn't require an app arg.Michael Merickel
2011-07-14Added some docs for make_request and global_registries.Michael Merickel
2011-07-14- New API class: ``pyramid.static.static_view``. This supersedes theChris McDonough
2011-07-11Decorator version of config.add_response_adapter.Manuel Hermann
2011-07-10Merge branch 'feature.pshell' of https://github.com/mmerickel/pyramid into mm...Chris McDonough
2011-07-09request.json -> request.json_body; add some docs for json_bodyChris McDonough
2011-07-07Added/updated documentation for the new interactive shell.Michael Merickel
2011-07-04- New request attribute: ``json``. If the request's ``content_type`` isChris McDonough
2011-07-01- Deprecated the ``set_renderer_globals_factory`` method of the ConfiguratorChris McDonough
2011-07-01Add JSONP rendererChris McDonough
2011-06-20responsecode -> exception_responseChris McDonough
2011-06-14merge httpexception-utils branchChris McDonough
2011-06-14- Added new add_response_adapter method to Configurator.Chris McDonough
2011-06-13- Remove IResponder abstraction in favor of more general IResponseChris McDonough
2011-06-11- Pyramid now expects Response objects to have a __call__Chris McDonough
2011-06-04- It is now possible to control how the Pyramid router calls the WSGIChris McDonough
2011-05-25Added a simple session-based authentication policy.Michael Merickel
2011-05-16- Added API docs for ``pyramid.httpexceptions.abort`` andChris McDonough
2011-05-13- Added documentation for a "multidict" (e.g. the API of ``request.POST``) asChris McDonough
2011-04-19renderingChris McDonough
2011-04-19renderingChris McDonough
2011-04-19clarifyChris McDonough
2011-04-18- Deprecated all assignments to ``request.response_*`` attributes such asChris McDonough
2011-04-13- Add missing docs reference toChris McDonough
2011-04-13- Make ``pyramid.interfaces.IAuthenticationPolicy`` andChris McDonough
2011-03-28branch coverageChris McDonough
2011-03-09leave some breadcrumbs for finding renderered response attribute settingsChris McDonough
2011-02-12Add make_localizer function & docs & testsChristopher Lambacher