summaryrefslogtreecommitdiff
path: root/pecan/routing.py
Commit message (Expand)AuthorAgeFilesLines
* Fix a routing bug for generic subcontrollers.Ryan Petrello2014-09-261-1/+12
* Improve argspec detection and leniency for wrapped controllers.Ryan Petrello2014-09-241-2/+1
* Be gracious in deprecation of method signatures related to threadlocal removal.Ryan Petrello2014-06-251-1/+13
* Add support for Pecan *without* thread local request/response objectsRyan Petrello2014-05-281-5/+22
* Resolve a bug in `_default` handlers used in `RestController`.Ryan Petrello2013-09-301-1/+1
* Squeeze some more performance out of the WSGI __call__ and dispatch algorithm.Ryan Petrello2013-09-251-19/+23
* Fix a routing bug for certain _lookup controller configurations.Ryan Petrello2013-08-081-0/+7
* Merge remote-tracking branch 'origin/next' into py3kRyan Petrello2013-05-071-15/+22
|\
| * Miscellaneous pecan.routing cleanup.Ryan Petrello2013-05-061-2/+3
| * Add support for ``_lookup`` methods as a fallback in RestController.Ryan Petrello2013-03-191-15/+21
* | Update exception block syntax.Ryan Petrello2013-04-301-1/+1
* | Correct relative imports.Ryan Petrello2013-04-301-2/+2
|/
* pep8 love.Ryan Petrello2012-03-301-1/+1
* Typo fixes.Pete2012-03-271-1/+1
* API Documentation.Pete2012-03-271-0/+16
* After a full-scale scan with pep8.py and pyflakes, identified andJonathan LaCour2012-03-111-10/+16
* Replacing some print statements with warnings.Ryan Petrello2012-03-071-1/+5
* adding opt support for requiring slashes on indexMark McClain2011-02-191-4/+8
* create util module with functions shared across filesMark McClain2011-01-201-3/+2
* big changes to secure()Mark McClain2011-01-201-20/+5
* removed unneeded importMark McClain2011-01-181-1/+0
* removed unused valueMark McClain2011-01-141-2/+0
* Permissions are now checked as routing moves between controllersMark McClain2011-01-141-2/+34
* Adding support for RestController, supporting most of the methods fromJonathan LaCour2010-10-221-1/+5
* Switched over to Rick Copeland's iterative object-dispatch. ProvedJonathan LaCour2010-09-291-0/+60