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_urldispatch.py
Age
Commit message (
Expand
)
Author
2010-10-25
first pass at converting bfg to pyramid namespace
Chris McDonough
2010-09-08
- The ``repoze.bfg.urldispatch.Route`` constructor (not an API) now
Chris McDonough
2010-09-05
rename
Chris McDonough
2010-07-30
the dangers of leaving uncommitted changes in your working dir
Chris McDonough
2010-07-30
cm
Chris McDonough
2010-07-12
- New internal exception: ``repoze.bfg.exceptions.URLDecodeError``.
Chris McDonough
2010-06-30
- In earlier versions, a custom route predicate associated with a url
Chris McDonough
2010-01-20
Add (non-failing) tests for ordering issue reported indirectly via http://lab...
Chris McDonough
2009-12-16
Bug Fixes
Chris McDonough
2009-12-02
- The ``repoze.bfg.url.route_url`` function inappropriately passed
Chris McDonough
2009-12-02
add failing test for issue with `_query` parameter to `route_url` and quoting...
Andreas Zeidler
2009-11-23
Excise ZCA threadlocal API.
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-12
Test alsoProvides.
Chris McDonough
2009-11-01
- Header values returned by the ``authtktauthenticationpolicy``
Chris McDonough
2009-11-01
- The routes root factory called route factories and the default route
Chris McDonough
2009-11-01
- The ZCML ``route`` directive's attributes ``xhr``,
Chris McDonough
2009-10-30
Features
Chris McDonough
2009-09-21
Minor speed tweak and coverage.
Chris McDonough
2009-09-20
Minor speed tweaks.
Chris McDonough
2009-09-17
- Add a ``repoze.bfg.url.static_url`` API which is capable of
Chris McDonough
2009-08-09
- Change urldispatch internals: Route object is now constructed using
Chris McDonough
2009-06-26
Extension.
Chris McDonough
2009-06-26
Extension test.
Chris McDonough
2009-06-26
- Cause ``:segment`` matches in route paths to put a Unicode-decoded
Chris McDonough
2009-06-25
- Make ``route_url`` URL-quote segment replacements during generation.
Chris McDonough
2009-06-24
Merge noroutes branch to trunk.
Chris McDonough
2009-06-22
- Adding ``*path_info`` to a route no longer changes the PATH_INFO for
Chris McDonough
2009-06-21
- Make Routes mapper responsible for doing magic to fix up PATH_INFO
Chris McDonough
2009-06-11
Merge unifyroutesandtraversal branch into trunk
Chris McDonough
2009-06-03
Revert urldispatch-context-as-dict-subclass committed in r5175. Let's not ma...
Chris McDonough
2009-06-03
- The default routes context
Chris McDonough
2009-06-01
- It was not possible to register a custom ``IRoutesContextFactory``
Chris McDonough
2009-05-18
Features
Chris McDonough
2009-05-16
Speed up common case (use default factory).
Chris McDonough
2009-05-16
- The ``RoutesMapper`` class in ``repoze.bfg.urldispatch`` has been
Chris McDonough
2009-05-10
Add a test for unnamed root Route.
Chris McDonough
2009-04-29
Coverage.
Tres Seaver
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
2008-09-17
- Routes URL dispatch did not have access to the WSGI environment,
Chris McDonough
2008-08-08
- Add ``find_context_from_path`` and ``find_root`` traversal APIs.
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