summaryrefslogtreecommitdiff
path: root/repoze/bfg/path.py
AgeCommit message (Expand)Author
2010-10-25first pass at converting bfg to pyramid namespaceChris McDonough
2010-08-13- The Configurator now accepts a dotted name *string* to a package asChris McDonough
2010-08-10use imp.get_suffixes indirection for package file namesChris 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 imperativeChris McDonough
2009-11-27Coverage.Chris McDonough
2009-11-21Turn wrapper methods back into functions to avoid keeping around referencesChris McDonough
2009-11-20Passable stab at supporting an imperative mode.Chris McDonough
2009-11-19If pkg_or_module is None, treat it as the __main__ package.Chris McDonough
2009-09-18Compulsive import reorderings.Chris McDonough
2009-09-18Centralize resource_spec code.Chris McDonough
2009-08-27Add 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`` toChris McDonough
2009-06-27- Use the ``pkg_resources`` API to locate template filenames insteadChris McDonough
2009-06-18Add path module tests.Chris McDonough
2009-06-18- Cache the absolute path in the caller's package globals withinChris McDonough
2009-01-11- Improve test coverage.Chris McDonough
2008-08-29model_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 asChris McDonough