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
/
path.py
Age
Commit message (
Expand
)
Author
2010-10-25
first pass at converting bfg to pyramid namespace
Chris McDonough
2010-08-13
- The Configurator now accepts a dotted name *string* to a package as
Chris McDonough
2010-08-10
use imp.get_suffixes indirection for package file names
Chris McDonough
2010-02-04
- Fix a bug whereby a ``renderer`` argument to the ``@bfg_view``
Chris McDonough
2009-12-09
- General documentation freshening which takes imperative
Chris McDonough
2009-11-27
Coverage.
Chris McDonough
2009-11-21
Turn wrapper methods back into functions to avoid keeping around references
Chris McDonough
2009-11-20
Passable stab at supporting an imperative mode.
Chris McDonough
2009-11-19
If pkg_or_module is None, treat it as the __main__ package.
Chris McDonough
2009-09-18
Compulsive import reorderings.
Chris McDonough
2009-09-18
Centralize resource_spec code.
Chris McDonough
2009-08-27
Add package_name function.
Chris McDonough
2009-06-29
- Use ``caller_package`` function instead of ``caller_module``
Chris McDonough
2009-06-27
- The ``repoze.bfg.templating`` module now uses ``pkg_resources`` to
Chris McDonough
2009-06-27
- Use the ``pkg_resources`` API to locate template filenames instead
Chris McDonough
2009-06-18
Add path module tests.
Chris McDonough
2009-06-18
- Cache the absolute path in the caller's package globals within
Chris McDonough
2009-01-11
- Improve test coverage.
Chris McDonough
2008-08-29
model_path and *backwards incompatible change* removing "make_app" and "get_o...
Chris McDonough
2008-08-23
- Read and write a pickled ZCML actions list, stored as
Chris McDonough