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
/
narr
/
hooks.rst
Age
Commit message (
Expand
)
Author
2012-03-05
add_traverser
Chris McDonough
2012-03-02
Remove some confusion about finished callbacks.
Ruslan Spivak
2012-02-29
fix decorators
Chris McDonough
2012-02-26
fix instance creation
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-18
dont mention arg by name
Chris McDonough
2012-02-18
minor wording fixes
Chris McDonough
2012-02-17
Features
Chris McDonough
2012-02-15
- Add ``pyramid.config.Configurator.set_traverser`` API method. See the
Chris McDonough
2012-02-15
- Replace all mentions of zope.interface.implements with
Chris McDonough
2011-12-16
stamp out paste.httpserver usage
Chris McDonough
2011-12-15
fix import
Chris McDonough
2011-10-06
remove all reference to the paster command-line utility
Chris McDonough
2011-09-27
typo
Chris McDonough
2011-09-23
fixed up all the warning dealing ..note and ..warn
michr
2011-08-20
remove tween aliases as a concept
Chris McDonough
2011-08-14
- The ``route_url``, ``route_path``, ``resource_url``, ``static_url``, and
Chris McDonough
2011-08-13
Require that tween_factory argument to add_tween be a dotted name.
Chris McDonough
2011-08-13
disallow adding a tween factory which is an instance without passing its glob...
Chris McDonough
2011-08-12
Merge branch 'fix.tween-graph'
Michael Merickel
2011-08-12
Updated the docs with the new over/under tuples.
Michael Merickel
2011-08-12
garden changes; fix docs rendering
Chris McDonough
2011-08-12
add pyramid.tweens configuration value docs
Chris McDonough
2011-08-10
trunk is 1.2dev, who are we fooling
Chris McDonough
2011-08-08
document under and over params
Chris McDonough
2011-08-06
docs rendering
Chris McDonough
2011-08-06
change return value of tween to just response
Chris McDonough
2011-08-06
add tweens module, add docs for ptweens and tweens to hooks
Chris McDonough
2011-07-30
Updated all of the docs to reflect the new pyramid.* settings prefix.
Michael Merickel
2011-07-28
add some edits to the docs for response_adapter decorator; fix renderings
Chris McDonough
2011-07-28
merge
Chris McDonough
2011-07-22
Fixed formatting fail.
Michael Merickel
2011-07-20
add more index markers
Chris McDonough
2011-07-12
reviewed
Chris McDonough
2011-07-11
Decorator version of config.add_response_adapter.
Manuel Hermann
2011-07-02
reorder
Chris McDonough
2011-07-01
- Deprecated the ``set_renderer_globals_factory`` method of the Configurator
Chris McDonough
2011-06-20
- Register the default exception view for context of
Chris McDonough
2011-06-18
fix rendering
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-05
More small fixes made reading the rest of the docs and the tutorials.
Christoph Zwerschke
2011-06-04
- It is now possible to control how the Pyramid router calls the WSGI
Chris McDonough
2011-05-31
the canonical import location for HTTP exceptions/responses is now pyramid.re...
Chris McDonough
2011-04-13
- Add missing docs reference to
Chris McDonough
2011-03-24
Merge remote branch 'source/master'
Alexandre Bourget
2011-03-24
Fix some typos.
Alexandre Bourget
[next]