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
/
repoze
/
bfg
/
events.py
Age
Commit message (
Expand
)
Author
2010-10-25
first pass at converting bfg to pyramid namespace
Chris McDonough
2010-09-30
rendering
Chris McDonough
2010-09-12
remove FinishedEvent (bad idea)
Chris McDonough
2010-09-12
- The BFG router now emits an additional event unconditionally at the
Chris McDonough
2010-09-06
- The ``repoze.bfg.interfaces.INewResponse`` interface now includes a
Chris McDonough
2010-07-28
- A ``repoze.bfg.events.subscriber`` decorator was added. This
Chris McDonough
2010-01-13
- Get rid of references to repoze.bfg.router.Router.
Chris McDonough
2010-01-11
Merge of andrew-docs branch.
Chris McDonough
2009-12-24
Roles.
Chris McDonough
2009-12-09
- General documentation freshening which takes imperative
Chris McDonough
2009-11-02
- Add a new event type: ``repoze.bfg.events.AfterTraversal``. Events
Chris McDonough
2008-10-02
Make sure the IWSGIApplicationCreatedEvent interface actually implements the ...
Malthe Borch
2008-08-29
Rejigger and document wsgi app created event.
Chris McDonough
2008-07-31
- Add event sends for INewRequest and INewResponse. See the
Chris McDonough