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
/
wsgi.py
Age
Commit message (
Expand
)
Author
2010-10-25
first pass at converting bfg to pyramid namespace
Chris McDonough
2009-12-24
Roles.
Chris McDonough
2009-12-09
- General documentation freshening which takes imperative
Chris McDonough
2009-11-01
- The ``repoze.bfg.functional`` module was renamed to
Chris McDonough
2009-07-03
API docs audit.
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-02
disambiguate decorator name
Reed OBrien
2009-06-01
- Fix a reference to ``wsgiapp`` in the ``wsgiapp2`` API documentation
Chris McDonough
2009-05-31
- Remove ``repoze.bfg.wsgi.HTTPException``,
Chris McDonough
2009-05-27
Merge authchanges branch to trunk.
Chris McDonough
2009-05-26
Revert all work towards creating a "forbidden" API on the security policy; I'...
Chris McDonough
2009-05-24
Features
Chris McDonough
2009-05-21
Remove cacheability voodoo.
Chris McDonough
2009-04-29
Suppress coverage report for BBB import.
Tres Seaver
2009-04-16
- The interface for ``repoze.bfg.interfaces.ITraverser`` and the
Chris McDonough
2009-03-31
- Fix a bug in ``repoze.bfg.wsgi.HTTPException``: the content length
Chris McDonough
2009-01-25
Test coverage.
Chris McDonough
2009-01-25
- You can now override the NotFound and Unauthorized responses that
Chris McDonough
2009-01-16
Features
Chris McDonough
2009-01-15
- Instead of invariably using ``webob.Request`` as the "request
Chris McDonough
2009-01-06
- A ``static`` helper class was added to the ``repoze.bfg.views``
Chris McDonough
2008-08-23
Prevent usage of wsgiapp decorator from foiling actions pickling.
Chris McDonough
2008-07-19
Add wsgiapp decorator.
Chris McDonough