deb-python-pecan/pecan
Yoann Roman fa6446aefc Rewriting serve command to subclass paste.script.serve.ServeCommand 2011-01-07 10:50:56 -05:00
..
commands Rewriting serve command to subclass paste.script.serve.ServeCommand 2011-01-07 10:50:56 -05:00
templates Rewriting command support to use PasteScript since we're keeping that dependency for simplicity's sake 2011-01-06 13:54:55 -05:00
__init__.py Removing broken context proxy; the context is available via the request proxy already 2011-01-06 18:46:32 -05:00
configuration.py Rewriting serve command to subclass paste.script.serve.ServeCommand 2011-01-07 10:50:56 -05:00
core.py refactor of commands to more robust server 2011-01-07 01:10:35 -05:00
decorators.py Adding additional support to Pecan's `TransactionalHook` and a @transactional decorator. Now controllers can be decorated with @transactional to force the request to manage a transaction. This is especially useful for scenarios where GET and HEAD requests should be transactional. 2011-01-04 13:55:58 -05:00
default_config.py Adding conf.app.modules as a default in the template project's configuration. This will make it easier for pecan contrib projects to do module autodiscovery. 2011-01-04 23:31:22 -05:00
hooks.py Fixing error handling in transaction hook 2011-01-06 17:07:30 -05:00
jsonify.py Fixing a few issues in the jsonify library, namely an unneeded 2010-11-19 09:16:19 -05:00
rest.py renaming pecan.py to core.py 2011-01-04 16:02:46 -05:00
routing.py Adding support for RestController, supporting most of the methods from 2010-10-22 17:47:48 -04:00
secure.py Added `UnlockedControllerMeta`, a controller metaclass which can be used to forcibly apply @unlocked() to every exposed method in a routing branch. 2011-01-03 10:58:47 -05:00
templating.py supports changing the content type and streaming 2011-01-04 23:39:51 -05:00