| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-10-25 | first pass at converting bfg to pyramid namespace | Chris McDonough | |
| 2010-04-18 | - Use "Venusian" (`http://docs.repoze.org/venusian | Chris McDonough | |
| <http://docs.repoze.org/venusian>`) to perform ``bfg_view`` decorator scanning rather than relying on a BFG-internal decorator scanner. (Truth be told, Venusian is really just a generalization of the BFG-internal decorator scanner). - A new install-time dependency on the ``venusian`` distribution was added. - Remove ``repoze.bfg.compat.pkgutil_26.py`` and import alias ``repoze.bfg.compat.walk_packages``. These were only required by internal scanning machinery; Venusian replaced the internal scanning machinery, so these are no longer required. | |||
| 2010-04-14 | Add "exception views" work contributed primarily by Andrey Popp by merging ↵ | Chris McDonough | |
| the "phash" branch. | |||
| 2010-03-02 | Coverage for missing 'pkgutil'. | Tres Seaver | |
| 2009-12-04 | - Operation on GAE was broken, presumably because the | Chris McDonough | |
| ``repoze.bfg.configuration`` module began to attempt to import the ``repoze.bfg.chameleon_zpt`` and ``repoze.bfg.chameleon_text`` modules, and these cannot be used on non-CPython platforms. It now tolerates startup time import failures for these modules, and only raise an import error when a template from one of these packages is actually used. | |||
| 2009-11-27 | Coverage. | Chris McDonough | |
| 2009-11-25 | - Replace martian with something simpler. | Chris McDonough | |
