summaryrefslogtreecommitdiff
path: root/pecan/rest.py
Commit message (Expand)AuthorAgeFilesLines
* Merging pecan-env into masterYoann Roman2011-03-081-5/+2
|\
| * Moving all Pecan request properties into a Pecan config object to keep WebOb'...Yoann Roman2011-03-061-5/+2
* | A beginning for docstrings on pecan.rest. I'll let Yoann tackleJonathan LaCour2011-03-061-0/+5
|/
* Leaving the _method workaround for htmlfill useYoann Roman2011-01-251-6/+0
* Fixing a bug with sub-nested REST controllers and returning rest module to 10...Yoann Roman2011-01-211-1/+1
* Standardizing storage of request metadata on request objectYoann Roman2011-01-211-2/+8
* create util module with functions shared across filesMark McClain2011-01-201-1/+2
* Fixing bugs and returning RestController to 100% test coverageYoann Roman2011-01-071-14/+19
* Filling out functionality for RestController and first set of tests for itYoann Roman2011-01-071-31/+149
* renaming pecan.py to core.pyMark McClain2011-01-041-2/+2
* Added support for the "_method" parameter in RESTController.Jonathan LaCour2010-11-171-5/+6
* Fixed a bug in the JSON templating engine.Jonathan LaCour2010-11-171-0/+1
* Adding missing file. Oops!Jonathan LaCour2010-10-251-0/+41