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
Age
Commit message (
Expand
)
Author
2011-12-14
Flesh out new view_defaults feature and add docs, change notes, and add to wh...
Chris McDonough
2011-12-08
provide caller_path support for both asset resolver and dotted name resolver,...
Chris McDonough
2011-12-08
- New APIs: ``pyramid.path.AssetResolver`` and
Chris McDonough
2011-12-05
add whatsnew-1.3; garden
Chris McDonough
2011-12-03
add a noop introspector (allow introspection to be turned off)
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-11-28
docs
Chris McDonough
2011-11-27
- Added ``setup_logging`` API function to the ``pyramid.paster`` module.
Chris McDonough
2011-11-27
add get_appsettings API to paster
Chris McDonough
2011-11-17
Made pyramid.settings.aslist public.
Michael Merickel
2011-11-11
alphabetize
Chris McDonough
2011-11-11
- New ``pyramid.compat`` module and API documentation which provides Python
Chris McDonough
2011-09-12
explain NO_PERMISSION_REQUIRED constant in API docs
Daniel Haaker
2011-08-25
Added docs for some missing HTTP status' supported in httpexceptions.
Michael Merickel
2011-08-20
add static_path function to url and static_path method to request
Chris McDonough
2011-08-20
- New request methods: ``current_route_url``, ``current_route_path``.
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-14
- Added the ``pyramid.interfaces.IDict`` interface representing the methods
Chris McDonough
2011-08-09
Added the `pyramid.security.NO_PERMISSION_REQUIRED` constant.
Michael Merickel
2011-08-10
show members for event interfaces
Chris McDonough
2011-08-08
document under and over params
Chris McDonough
2011-08-06
add tweens module, add docs for ptweens and tweens to hooks
Chris McDonough
2011-07-31
- A new attribute is available on request objects: ``exc_info``. Its value
Chris McDonough
2011-07-28
merge
Chris McDonough
2011-07-24
fix merge conflicts
Chris McDonough
2011-07-24
back this feature out; we'll try a different approach
Chris McDonough
2011-07-24
first cut
Chris McDonough
2011-07-23
- New method: ``pyramid.request.Request.add_view_mapper``. A view wrapper is
Chris McDonough
2011-07-21
- Added the ``pyramid.renderers.null_renderer`` object as an API. The null
Chris McDonough
2011-07-16
Reworked pyramid.scripting. Modified docs and made make_request private.
Michael Merickel
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 test coverage for p.paster.bootstrap.
Michael Merickel
2011-07-14
Added p.paster.bootstrap for handling simple loading of INI files.
Michael Merickel
2011-07-14
Added p.scripting.get_root2 that doesn't require an app arg.
Michael Merickel
2011-07-14
Added some docs for make_request and global_registries.
Michael Merickel
2011-07-14
- New API class: ``pyramid.static.static_view``. This supersedes the
Chris McDonough
2011-07-11
Decorator version of config.add_response_adapter.
Manuel Hermann
2011-07-10
Merge branch 'feature.pshell' of https://github.com/mmerickel/pyramid into mm...
Chris McDonough
2011-07-09
request.json -> request.json_body; add some docs for json_body
Chris McDonough
2011-07-07
Added/updated documentation for the new interactive shell.
Michael Merickel
2011-07-04
- New request attribute: ``json``. If the request's ``content_type`` is
Chris McDonough
2011-07-01
- Deprecated the ``set_renderer_globals_factory`` method of the Configurator
Chris McDonough
2011-07-01
Add JSONP renderer
Chris McDonough
2011-06-20
responsecode -> exception_response
Chris McDonough
2011-06-14
merge httpexception-utils branch
Chris McDonough
2011-06-14
- Added new add_response_adapter method to Configurator.
Chris McDonough
[next]