summaryrefslogtreecommitdiff
path: root/docs/api
AgeCommit message (Expand)Author
2011-12-30Documented Request.set_property.Michael Merickel
2011-12-14- Changed scaffolding machinery around a bit to make it easier for people whoChris McDonough
2011-12-14Flesh out new view_defaults feature and add docs, change notes, and add to wh...Chris McDonough
2011-12-08provide caller_path support for both asset resolver and dotted name resolver,...Chris McDonough
2011-12-08- New APIs: ``pyramid.path.AssetResolver`` andChris McDonough
2011-12-05add whatsnew-1.3; gardenChris McDonough
2011-12-03add a noop introspector (allow introspection to be turned off)Chris McDonough
2011-11-30add tests for introspectable; add more interface docs and expose actioninfoChris McDonough
2011-11-30docs; todo; coverage for IntrospectorChris McDonough
2011-11-28docsChris McDonough
2011-11-27- Added ``setup_logging`` API function to the ``pyramid.paster`` module.Chris McDonough
2011-11-27add get_appsettings API to pasterChris McDonough
2011-11-17Made pyramid.settings.aslist public.Michael Merickel
2011-11-11alphabetizeChris McDonough
2011-11-11- New ``pyramid.compat`` module and API documentation which provides PythonChris McDonough
2011-09-12explain NO_PERMISSION_REQUIRED constant in API docsDaniel Haaker
2011-08-25Added docs for some missing HTTP status' supported in httpexceptions.Michael Merickel
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