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
/
traversal.py
Age
Commit message (
Expand
)
Author
2010-10-25
first pass at converting bfg to pyramid namespace
Chris McDonough
2010-09-24
- The ``repoze.bfg.traversal.traversal_path`` API now eagerly attempts
Chris McDonough
2010-08-26
avoid some getattrs
Chris McDonough
2010-08-26
the goggles, they can be replaced
Chris McDonough
2010-07-24
- A new method of the ``Configurator`` exists:
Chris McDonough
2010-07-23
- New argument to ``repoze.bfg.configuration.Configurator.add_route``
Chris McDonough
2010-07-12
- New internal exception: ``repoze.bfg.exceptions.URLDecodeError``.
Chris McDonough
2010-04-07
- Replace the statement ``path = path.rstrip('/').lstrip('/')`` with
Chris McDonough
2010-02-06
- Remove magical feature of ``repoze.bfg.url.model_url`` which
Chris McDonough
2010-01-18
Prep for b1
Chris McDonough
2009-12-30
Spellcheck.
Chris McDonough
2009-12-24
Roles.
Chris McDonough
2009-12-09
- General documentation freshening which takes imperative
Chris McDonough
2009-11-27
Cleanup.
Chris McDonough
2009-11-23
- The ``repoze.bfg.scripting.get_root`` API now uses a 'real' WebOb
Chris McDonough
2009-11-19
Rearrange things to try to avoid circular import deps.
Chris McDonough
2009-11-04
- The ``bfgshell`` command did not function properly; it was still
Chris McDonough
2009-11-01
- Deal with a potential circref in the traversal module.
Chris McDonough
2009-10-30
- The ``__call__`` of a plugin "traverser" implementation (registered
Chris McDonough
2009-10-29
- The ``repoze.bfg.request.Request`` class, which is a subclass of
Chris McDonough
2009-10-26
Readd backward compat for ITraverserFactory -> ITraverser change.
Chris McDonough
2009-10-26
Revert 6873, as it introduces an unnecessary providedBy for each request in t...
Chris McDonough
2009-10-26
The root factory may now return an object which implements ``ITraverser`` dir...
Malthe Borch
2009-10-26
Adapt to ``ITraverser`` instead of ``ITraverserFactory``. While this change b...
Malthe Borch
2009-10-26
Refactor; the ``_traverse`` is only used internally; the ``traverser`` argume...
Malthe Borch
2009-09-24
- Sped up ``repoze.bfg.traversal.ModelGraphTraverser:__call__``
Chris McDonough
2009-09-23
- Speed up ``repoze.bfg.traversal.model_path``.
Chris McDonough
2009-09-23
Features
Chris McDonough
2009-09-21
Minor speed tweak and coverage.
Chris McDonough
2009-09-20
- The way ``bfg_view`` declarations are scanned for has been modified.
Chris McDonough
2009-09-20
- Speed: do not register an ITraverserFactory in configure.zcml;
Chris McDonough
2009-09-18
Accept a traverser rather than a registry in _traverse.
Chris McDonough
2009-09-18
Compulsive import reorderings.
Chris McDonough
2009-08-04
Reverse.
Chris McDonough
2009-08-04
- Allow ``repoze.bfg.traversal.find_interface`` API to use a class
Chris McDonough
2009-06-26
- Cause ``:segment`` matches in route paths to put a Unicode-decoded
Chris McDonough
2009-06-24
Merge noroutes branch to trunk.
Chris McDonough
2009-06-24
- ``model_url`` when passed a request that was generated as a result
Chris McDonough
2009-06-22
Useless marker.
Chris McDonough
2009-06-22
We weren't computing the virtual root correctly in a corner case.
Chris McDonough
2009-06-22
More micro-optimizations to the default traverser.
Chris McDonough
2009-06-22
- The values of ``subpath``, ``traversed``, and ``virtual_root_path``
Chris McDonough
2009-06-22
- Adding ``*path_info`` to a route no longer changes the PATH_INFO for
Chris McDonough
2009-06-21
Make urldispatch put matchdict into environ.
Chris McDonough
2009-06-21
- Make Routes mapper responsible for doing magic to fix up PATH_INFO
Chris McDonough
2009-06-18
- The matchdict related to the matching of a Routes route is available
Chris McDonough
2009-06-15
- Move LRU cache implementation into a separate package
Chris McDonough
2009-06-11
Microspeedups.
Chris McDonough
2009-06-11
Merge unifyroutesandtraversal branch into trunk
Chris McDonough
2009-05-27
- Remove backwards compatibility alias for
Chris McDonough
[next]