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
/
urldispatch.py
Age
Commit message (
Expand
)
Author
2009-05-27
- Remove backwards compatibility alias for
Chris McDonough
2009-05-18
Features
Chris McDonough
2009-05-16
Speed up common case (use default factory).
Chris McDonough
2009-05-16
Don't do an alsoProvides if it's already a default routes context.
Chris McDonough
2009-05-16
- The ``RoutesMapper`` class in ``repoze.bfg.urldispatch`` has been
Chris McDonough
2009-05-10
Minor speed and docs tweaks.
Chris McDonough
2009-05-10
- In version 0.6.3, passing a ``get_root`` callback (a "root factory")
Chris McDonough
2009-05-01
Remove dependencies on zope.deferredimport. zope.deferredimport was
Chris McDonough
2009-04-16
- The interface for ``repoze.bfg.interfaces.ITraverser`` and the
Chris McDonough
2009-01-27
Features
Chris McDonough
2009-01-25
- The ``repoze.bfg.urldispatch.RoutesRootFactory`` now injects the
Chris McDonough
2009-01-18
context_factory -> factory
Chris McDonough
2009-01-18
Merge "routesmapper branch" to trunk.
Chris McDonough
2009-01-16
- Add a section on "Using BFG Security With URL Dispatch" into the
Chris McDonough
2008-09-17
- Routes URL dispatch did not have access to the WSGI environment,
Chris McDonough
2008-09-16
Document url dispatch in narrative form.
Chris McDonough
2008-08-08
- Add ``find_context_from_path`` and ``find_root`` traversal APIs.
Chris McDonough
2008-08-06
Fix.
Chris McDonough
2008-08-06
- Small url dispatch overhaul: the ``connect`` method of the
Chris McDonough
2008-07-22
Add url-based dispatch.
Chris McDonough