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
/
tests
/
test_registry.py
Age
Commit message (
Expand
)
Author
2010-10-25
first pass at converting bfg to pyramid namespace
Chris McDonough
2009-11-27
Less verbose.
Chris McDonough
2009-11-18
- The ``repoze.bfg.registry.make_registry`` callable has been removed.
Chris McDonough
2009-11-17
Move configuration methods into Configurator.
Chris McDonough
2009-11-16
Failing one test.
Chris McDonough
2009-11-16
Merge imperativeconfig branch.
Chris McDonough
2009-10-15
Features
Chris McDonough
2009-09-06
Coverage.
Chris McDonough
2009-09-06
- The ``registry_manager`` backwards compatibility alias importable
Chris McDonough
2009-06-18
repoze.bfg.request.get_request -> repoze.bfg.threadlocal.get_current_request
Chris McDonough
2009-06-11
Microspeedups.
Chris McDonough
2009-05-31
- Remove ``repoze.bfg.threadlocal.setManager``. It was only used in
Chris McDonough
2009-05-27
Coverage.
Chris McDonough
2009-05-27
Merge authchanges branch to trunk.
Chris McDonough
2009-05-05
Get rid of direct dependency on zope.testing by creating our own addCleanUp a...
Chris McDonough
2009-01-24
Behavior Changes
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-15
Get rid of _getFUT.
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
- Allow configuration cache to be bypassed by actions which include
Chris McDonough
2008-08-18
- Generated application differences: ``make_app`` entry point
Chris McDonough
2008-07-13
Don't stash away the context.
Chris McDonough
2008-07-13
Use an application-local component registry.
Chris McDonough