summaryrefslogtreecommitdiff
path: root/pecan/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for specifying custom request and response implementations.Ryan Petrello2014-06-251-4/+4
* Add a deprecation warning for ``pecan.conf.requestviewer``.Ryan Petrello2013-08-091-3/+28
* Make some notable changes to how ``pecan.conf.app`` is passed to a new app.Ryan Petrello2013-08-081-12/+10
* Replace ``pecan.compat.dictconfig`` with ``logutils.dictconfig.dictConfig``.Ryan Petrello2013-05-031-1/+1
* Correct relative imports.Ryan Petrello2013-04-301-10/+10
* Remove and annotate a few unused (and py26 alternative) imports.Ryan Petrello2013-01-081-1/+1
* document make_appSteven Berler2012-12-051-0/+26
* Configure logging earlier.Ryan Petrello2012-10-291-8/+8
* Renaming ``pecan.configuration.Config.as_dict`` to ``to_dict``.Ryan Petrello2012-03-241-1/+1
* Providing a fallback ``dictconfig`` implementation for Python < 2.7Ryan Petrello2012-03-241-1/+5
* Tests for Pecan logging.Ryan Petrello2012-03-241-2/+3
* Simplifying (and documenting) logging.Ryan Petrello2012-03-231-7/+10
* Documentation for pecan's static file serving middleware.Ryan Petrello2012-03-231-0/+6
* Disabling the static file middleware if ``conf.app.debug`` is True.Ryan Petrello2012-03-231-4/+4
* More documentation tinkering.Ryan Petrello2012-03-231-1/+1
* Replacing ``paste.errordocument`` middleware with a simpler solution.Ryan Petrello2012-03-211-6/+5
* Organizing various core middlewares into ``pecan.middleware``.Ryan Petrello2012-03-201-4/+4
* Adding a debug middleware, which simply shows the traceback and dumpsJonathan LaCour2012-03-151-11/+10
* Replacing paste.recursive with a slimmed down version in our ownJonathan LaCour2012-03-141-3/+1
* Replacing the Paste static file serving middleware and cascadeJonathan LaCour2012-03-141-3/+5
* Cleaning up cruft, simplifying default config, and improving docs.Ryan Petrello2012-03-131-7/+11
* Merge remote-tracking branch 'upstream/next' into nextRyan Petrello2012-03-111-5/+16
|\
| * After a full-scale scan with pep8.py and pyflakes, identified andJonathan LaCour2012-03-111-5/+16
* | PyPI version classifiers and code coverage improvements.Ryan Petrello2012-03-111-1/+1
|/
* A bunch of cleanup, and the removal of a few features:Ryan Petrello2012-03-061-2/+2
* More test coverage (and a bug fix) for Alfredo's RequestViewer hook.Ryan Petrello2011-09-021-4/+4
* Hook can make an automatic as_dict convertionAlfredo Deza2011-06-241-1/+1
* safer check for requestviewer conf keyAlfredo Deza2011-06-241-4/+3
* Adds the RequestViewerHook to the app automagicallyAlfredo Deza2011-06-241-0/+6
* Add support for request loggingYoann Roman2011-04-201-1/+4
* We now include autogenerated documentation for API from source code.Jonathan LaCour2011-03-061-1/+6
* remove unused method use_config from __all__Mark McClain2011-02-221-1/+1
* Adding a global render methodYoann Roman2011-02-151-1/+1
* add mako compile render tracebacksMark McClain2011-02-071-1/+4
* Abstracting out the error handler redirect to ValidationException to allow re...Yoann Roman2011-01-251-1/+1
* Adding a status-based redirect handlerYoann Roman2011-01-141-2/+4
* Removing broken context proxy; the context is available via the request proxy...Yoann Roman2011-01-061-1/+1
* Adding context proxy to available objectsYoann Roman2011-01-061-1/+1
* renaming pecan.py to core.pyMark McClain2011-01-041-1/+1
* Using EvalException middleware when in debug mode and adding hook to wrap cor...Yoann Roman2010-12-301-2/+8
* Adding abort and optional code argument to redirectYoann Roman2010-12-301-1/+1
* added filepaths for config files, variable replacement, resolving, andMark McClain2010-12-141-7/+3
* removed egg directory and modified set_config so it does not require pecan be...Alfredo Deza2010-12-061-1/+1
* new Config object and creating of pecan.confMark McClain2010-12-031-5/+3
* configuration must be declared on start.py cmd line or via set_configMark McClain2010-12-031-1/+9
* feeling confident this is the right way towards nice configuration in pecan. ...Alfredo Deza2010-12-021-1/+1
* Vast improvements to validation, based on suggestions by Rick Copeland.Jonathan LaCour2010-10-121-2/+6
* A few minor tweaks:Jonathan LaCour2010-10-111-1/+1
* Some reorganization, more tests, improved handling of errors, andJonathan LaCour2010-09-301-15/+6
* A bunch of changes from last night, late:Jonathan LaCour2010-09-291-1/+24