summaryrefslogtreecommitdiff
path: root/repoze/bfg/traversal.py
AgeCommit message (Expand)Author
2009-06-22Useless marker.Chris McDonough
2009-06-22We weren't computing the virtual root correctly in a corner case.Chris McDonough
2009-06-22More 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 forChris McDonough
2009-06-21Make urldispatch put matchdict into environ.Chris McDonough
2009-06-21- Make Routes mapper responsible for doing magic to fix up PATH_INFOChris McDonough
2009-06-18- The matchdict related to the matching of a Routes route is availableChris McDonough
2009-06-15- Move LRU cache implementation into a separate packageChris McDonough
2009-06-11Microspeedups.Chris McDonough
2009-06-11Merge unifyroutesandtraversal branch into trunkChris McDonough
2009-05-27- Remove backwards compatibility alias forChris McDonough
2009-05-20Docs tweak.Chris McDonough
2009-05-18Fix typo in docstring.Chris Rossi
2009-05-18FeaturesChris McDonough
2009-05-14Docs rendering tweaks.Chris McDonough
2009-05-01Remove dependencies on zope.deferredimport. zope.deferredimport wasChris McDonough
2009-05-01- In previous releases, the ``repoze.bfg.url.model_url``,Chris McDonough
2009-05-01- The ``repoze.bfg.location.LocationProxy`` class and theChris McDonough
2009-04-30Speed up / clarify 'traversal' module's 'model_path', 'model_path_tuple',Tres Seaver
2009-04-30Unused import.Chris McDonough
2009-04-30Make ModelGraphTraverser assume that all traversed objects provide ILocation....Chris McDonough
2009-04-29Drop the ILocation testing by default during traversal.Tres Seaver
2009-04-16- The interface for ``repoze.bfg.interfaces.ITraverser`` and theChris McDonough
2009-03-18Fix grammar.Mike Naberezny
2009-02-16- Using ``model_url`` or ``model_path`` against a broken model graphChris McDonough
2009-02-07Bug FixesChris McDonough
2009-02-06Bah.Chris McDonough
2009-02-06Docs renderings.Chris McDonough
2009-02-06Revert my decision to make ``model_path`` return a tuple; itChris McDonough
2009-02-05Backwards IncompatibilitiesChris McDonough
2009-01-28Use lstrip and rstrip; traverser now has no "locatable".Chris McDonough
2009-01-28Micro-optimize. _step and locatable are gone, sorry David and Malthe. On th...Chris McDonough
2009-01-28Microtweak and bwcompat code.Chris McDonough
2009-01-27Whoops, wasn't quite done adding vhost support to traverser yet.Chris McDonough
2009-01-27Docs renderings.Chris McDonough
2009-01-27FeaturesChris McDonough
2009-01-26- Added a ``traversal_path`` API to the traversal module; see theChris McDonough
2009-01-26Cache tuples (immutable), not lists; others were using this function and were...Chris McDonough
2009-01-25- The ``repoze.bfg.urldispatch.RoutesRootFactory`` now injects theChris McDonough
2009-01-25Test coverage.Chris McDonough
2009-01-24Behavior ChangesChris McDonough
2009-01-22- ``repoze.bfg.traversal.split_path`` now also handles decodingChris McDonough
2009-01-22- The ``unicode_path_segments`` configuration variable and theChris McDonough
2009-01-22Make traversal's ``split_path`` use an LRU decorator for speed; otherChris McDonough
2009-01-18Merge "routesmapper branch" to trunk.Chris McDonough
2009-01-11Merge router-simplify branch. Changelog below.Chris McDonough
2009-01-09Unused imports.Chris McDonough
2009-01-05 New ModulesChris McDonough
2008-12-18Add note about lack of lock.Chris McDonough