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-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-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
2011-06-13
- Remove IResponder abstraction in favor of more general IResponse
Chris 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 WSGI
Chris McDonough
2011-05-25
Added a simple session-based authentication policy.
Michael Merickel
2011-05-16
- Added API docs for ``pyramid.httpexceptions.abort`` and
Chris McDonough
2011-05-13
- Added documentation for a "multidict" (e.g. the API of ``request.POST``) as
Chris McDonough
2011-04-19
rendering
Chris McDonough
2011-04-19
rendering
Chris McDonough
2011-04-19
clarify
Chris McDonough
2011-04-18
- Deprecated all assignments to ``request.response_*`` attributes such as
Chris McDonough
2011-04-13
- Add missing docs reference to
Chris McDonough
2011-04-13
- Make ``pyramid.interfaces.IAuthenticationPolicy`` and
Chris McDonough
2011-03-28
branch coverage
Chris McDonough
2011-03-09
leave some breadcrumbs for finding renderered response attribute settings
Chris McDonough
2011-02-12
Add make_localizer function & docs & tests
Christopher Lambacher
2011-01-29
extend description of settings
Chris McDonough
2011-01-28
- Removed API documentation for ``pyramid.testing`` APIs named
Chris McDonough
2011-01-21
- Add docs for ``add_finished_callback``, ``add_response_callback``,
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
2011-01-03
- Add a new API ``pyramid.url.current_route_url``, which computes a URL based
Chris McDonough
2011-01-01
- The class ``pyramid.authentication.AuthTktCookieHelper`` is now an API.
Chris McDonough
2010-12-31
- The ``pyramid.interfaces.IAuthenticationPolicy`` interface now specifies an
Chris McDonough
2010-12-29
factor deriver from mapper
Chris McDonough
2010-12-24
- Fix API documentation rendering for ``pyramid.view.static``
Chris McDonough
2010-12-22
- Added CSRF token generation, as described in the narrative chapter entitled
Chris McDonough
2010-12-22
change flash API as per email convo with Ben and Mike
Chris McDonough
2010-12-22
- Added flash messaging, as described in the "Flash Messaging" narrative
Chris McDonough
2010-12-19
unnecessary static arglists
Chris McDonough
2010-12-18
resource/asset normalization
Chris McDonough
[next]