| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-14 | Added an options argument to pyramid.paste.get_appsettings, just like ↵ | Georges Dubus | |
| get_app, that can be used to get the settings when interpolation is used in the config file. | |||
| 2012-11-20 | coverage | Chris McDonough | |
| 2011-11-27 | - Added ``setup_logging`` API function to the ``pyramid.paster`` module. | Chris McDonough | |
| This function sets up Python logging according to the logging configuration in a PasteDeploy ini file. | |||
| 2011-11-27 | add get_appsettings API to paster | Chris McDonough | |
| 2011-07-14 | Added test coverage for p.paster.bootstrap. | Michael Merickel | |
| 2011-07-14 | Added p.paster.bootstrap for handling simple loading of INI files. | Michael Merickel | |
| 2011-07-07 | Added/updated documentation for the new interactive shell. | Michael Merickel | |
| 2010-10-25 | convert API docs to Pyramid | Chris McDonough | |
| 2009-06-19 | Edit. | Chris McDonough | |
| 2009-05-28 | - Add a ``get_app`` API functions to the ``paster`` module. This | Chris McDonough | |
| obtains a WSGI application from a config file given a config file name and a section name. See the ``repoze.bfg.paster`` API docs for more information. - Add a new module named ``scripting``. It contains a ``get_root`` API function, which, provided a Router instance, returns a traversal root object and a "closer". See the ``repoze.bfg.scripting`` API docs for more info. | |||
