summaryrefslogtreecommitdiff
path: root/pecan/decorators.py
Commit message (Expand)AuthorAgeFilesLines
* Pecan has moved to https://github.com/pecan/pecanRyan Petrello2015-07-291-175/+0
* Fix a bug in the way `default_renderer` is applied.Ryan Petrello2015-06-251-2/+5
* Allow users to specify custom path segments for routing.Ryan Petrello2015-05-211-3/+20
* Prevent @expose(generic=True) on special methods (_route, _lookup, _default).Ryan Petrello2015-03-021-0/+5
* Improve argspec detection and leniency for wrapped controllers.Ryan Petrello2014-09-241-2/+2
* For an HTTP 405 on generic methods, attempt to specify an Allow header.Ryan Petrello2014-06-261-0/+2
* Replace simplegeneric with singledispatch (PEP 443).Ryan Petrello2013-09-221-3/+4
* Fix a PY3-bug when using ``transcational`` as a class decorator.Ryan Petrello2013-04-301-2/+7
* Correct relative imports.Ryan Petrello2013-04-301-1/+2
* Resolve a few pep8 issuesRyan Petrello2013-01-181-2/+2
* Appease SphinxPete2012-03-191-8/+8
* Removing formencode and the built-in validation functionality.Ryan Petrello2012-03-121-36/+1
* After a full-scale scan with pep8.py and pyflakes, identified andJonathan LaCour2012-03-111-41/+63
* adding after_rollback functionalityMark McClain2011-10-271-4/+30
* Improving the documentation for after_commit.Jonathan LaCour2011-09-021-5/+1
* adding support for decorating a class with transactionalMark McClain2011-06-301-5/+11
* Updating docstring.Jonathan LaCour2011-06-171-0/+5
* Adding a feature for decorating methods to perform an action after aJonathan LaCour2011-06-171-5/+13
* Docstrings for pecan.decorators.Jonathan LaCour2011-03-061-1/+34
* adding deco to indicate than an index does not have to be canonicalMark McClain2011-02-191-0/+5
* Adding support for htmlfill and variable decodingYoann Roman2011-01-211-7/+23
* create util module with functions shared across filesMark McClain2011-01-201-6/+1
* Permissions are now checked as routing moves between controllersMark McClain2011-01-141-4/+4
* Adding additional support to Pecan's `TransactionalHook` and a @transactional...Ryan Petrello2011-01-041-1/+10
* You no longer have to @expose() generic controller handlers. You canJonathan LaCour2010-11-181-1/+2
* Making it so that generic controller handlers cannot be accessedJonathan LaCour2010-11-181-0/+1
* Adding support for generic controllers, which allow you to dispatch toJonathan LaCour2010-11-181-1/+17
* Adding validation support.Jonathan LaCour2010-10-111-6/+25
* A few minor tweaks:Jonathan LaCour2010-10-111-0/+8
* More changes for tests.Jonathan LaCour2010-09-281-0/+1
* Initial commit.Jonathan LaCour2010-09-281-0/+9