summaryrefslogtreecommitdiff
path: root/pecan/rest.py
Commit message (Expand)AuthorAgeFilesLines
* Pecan has moved to https://github.com/pecan/pecanRyan Petrello2015-07-291-412/+0
* Merge "Allow users to specify custom path segments for routing."Jenkins2015-05-211-1/+30
|\
| * Allow users to specify custom path segments for routing.Ryan Petrello2015-05-211-1/+30
* | Properly raise HTTP 405 (and specify Allow headers) for RestControllerRyan Petrello2015-05-211-7/+26
|/
* Properly handle Python3 Unicode path segments in pecan routing.Ryan Petrello2015-05-071-8/+19
* Improve argspec detection and leniency for wrapped controllers.Ryan Petrello2014-09-241-2/+2
* When path arguments are incorrect for RestController, return HTTP 404, not 400.Ryan Petrello2014-09-241-1/+4
* Catch an edge case in RestController routing and properly return an HTTP 400.Ryan Petrello2014-08-251-9/+19
* Be gracious in deprecation of method signatures related to threadlocal removal.Ryan Petrello2014-06-251-8/+44
* Add support for Pecan *without* thread local request/response objectsRyan Petrello2014-05-281-45/+61
* Work around another obscure RestController edge case that should raise a 404.Ryan Petrello2014-04-231-0/+6
* Fix a trailing slash bug for `RestController`s that have a `_lookup` method.Ryan Petrello2014-02-191-3/+3
* Fix a trailing slash bug for `RestController`s that have a `_lookup` method.Ryan Petrello2014-02-131-0/+4
* Fix several bugs for RestControllerRyan Petrello2013-12-041-19/+38
* Merge remote-tracking branch 'origin/next' into py3kRyan Petrello2013-05-071-2/+35
|\
| * Add support for ``_lookup`` methods as a fallback in RestController.Ryan Petrello2013-03-191-2/+35
* | Correct relative imports.Ryan Petrello2013-04-301-4/+4
|/
* Fix a bug in DELETE methods in two (or more) nested RestControllers.Ryan Petrello2013-03-121-1/+7
* pep8 complianceRyan Petrello2012-10-291-3/+3
* pep8 love.Ryan Petrello2012-03-301-6/+6
* API documentation for pecan_rest.Pete2012-03-281-2/+11
* API Documentation.Pete2012-03-271-8/+29
* Fixing a RESTController routing bug.Ryan Petrello2012-03-111-2/+2
* After a full-scale scan with pep8.py and pyflakes, identified andJonathan LaCour2012-03-111-37/+50
* Fixing a schema validation bug related to specialized RestController routing.Ryan Petrello2011-08-211-2/+10
* 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