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
/
url.py
Age
Commit message (
Expand
)
Author
2010-10-25
first pass at converting bfg to pyramid namespace
Chris McDonough
2010-09-14
is not None
Chris McDonough
2010-09-14
- The ``add_route`` method of a Configurator now accepts a
Chris McDonough
2010-07-04
documentation updates
Chris McDonough
2010-07-02
- The ``repoze.bfg.url.route_url`` API has changed. If a keyword
Chris McDonough
2010-02-03
Renderings.
Chris McDonough
2010-01-18
Prep for b1
Chris McDonough
2009-12-24
Roles.
Chris McDonough
2009-12-09
- General documentation freshening which takes imperative
Chris McDonough
2009-12-02
- The ``repoze.bfg.url.route_url`` function inappropriately passed
Chris McDonough
2009-11-27
Cleanup.
Chris McDonough
2009-11-26
Trying to determine what the real bug is.
Chris McDonough
2009-11-25
Fixed issue where ``_query`` would be attempted URL encoded.
Malthe Borch
2009-11-24
Docs updates.
Chris McDonough
2009-11-23
- The ``repoze.bfg.scripting.get_root`` API now uses a 'real' WebOb
Chris McDonough
2009-11-11
Another example, minor typo fix.
Chris McDonough
2009-11-11
- Add examples to ``repoze.bfg.url.model_url`` docstring.
Chris McDonough
2009-10-20
(no commit message)
Chris McDonough
2009-10-20
- Fix route_url documentation (``_query`` argument documented as
Chris McDonough
2009-09-30
Don't do lookup if we're going to fail.
Chris McDonough
2009-09-23
- Speed up ``repoze.bfg.url.model_url`` slightly.
Chris McDonough
2009-09-23
Undo the last commit; it breaks tests (and KARL).
Chris McDonough
2009-09-23
- Speed up ``repoze.bfg.url.model_url`` slightly.
Chris McDonough
2009-09-23
Features
Chris McDonough
2009-09-20
- Speed: do not register an ITraverserFactory in configure.zcml;
Chris McDonough
2009-09-18
Compulsive import reorderings.
Chris McDonough
2009-09-17
- Add a ``repoze.bfg.url.static_url`` API which is capable of
Chris McDonough
2009-07-07
Reverse.
Chris McDonough
2009-06-27
Docstring.
Chris McDonough
2009-06-26
More docs.
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
Change the implementation and the signature for ``route_url``.
Chris McDonough
2009-06-24
- Added the ``repoze.bfg.url.route_url`` API. This is meant to
Chris McDonough
2009-04-05
Added a new anchor keyword argument to model_url().
Mike Naberezny
2009-02-07
Bug Fixes
Chris McDonough
2009-02-06
Revert my decision to make ``model_path`` return a tuple; it
Chris McDonough
2009-02-03
This confuses Sphinx.
Chris McDonough
2009-01-27
D'oh; I don't want to break all the tests in apps that rely on the old behavior.
Chris McDonough
2009-01-27
Features
Chris McDonough
2009-01-27
- There is an indirection in ``repoze.bfg.url.model_url`` now that
Chris McDonough
2009-01-06
Be more specific.
Chris McDonough
2009-01-05
New Modules
Chris McDonough