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
/
registry.py
Age
Commit message (
Expand
)
Author
2009-01-22
Coverage.
Chris McDonough
2009-01-22
If no subscribers are registered via ``registerHandler`` or
Chris McDonough
2009-01-20
- Tease out an extra 4% performance boost by changing the Router;
Chris McDonough
2009-01-18
Merge "routesmapper branch" to trunk.
Chris McDonough
2009-01-12
Only pop the registry stack if we've pushed on to it in makeRegistry.
Chris McDonough
2009-01-12
- Make the (internal) thread local registry manager maintain a stack
Chris McDonough
2009-01-11
Merge router-simplify branch. Changelog below.
Chris McDonough
2009-01-06
- The ``repoze.bfg.registry.get_options`` callable used to return only
Chris McDonough
2008-12-17
- In the past, during traversal, the ModelGraphTraverser (the
Chris McDonough
2008-11-02
- Not passing the result of "get_options" as the second argument of
Chris McDonough
2008-11-02
Features
Chris McDonough
2008-11-01
- Expose a single ILogger named "repoze.bfg.debug" as a utility;
Chris McDonough
2008-10-03
Docs
Chris McDonough
2008-09-04
Default reload_templates.
Chris McDonough
2008-09-04
- Allow configuration cache to be bypassed by actions which include
Chris McDonough
2008-08-30
Make WSGIApplicationEvent test work again.
Chris McDonough
2008-08-23
- Read and write a pickled ZCML actions list, stored as
Chris McDonough
2008-08-18
- Generated application differences: ``make_app`` entry point
Chris McDonough
2008-07-16
Clear registry at test teardown time to prevent test failures that are order ...
Chris McDonough
2008-07-16
Handle missing zope.hookable more gracefully.
Chris McDonough
2008-07-16
Released the lock too early.
Chris McDonough
2008-07-14
No, I don't.
Chris McDonough
2008-07-13
Don't stash away the context.
Chris McDonough
2008-07-13
Use an application-local component registry.
Chris McDonough