summaryrefslogtreecommitdiff
path: root/pecan/tests/test_no_thread_locals.py
Commit message (Expand)AuthorAgeFilesLines
* Pecan has moved to https://github.com/pecan/pecanRyan Petrello2015-07-291-1440/+0
* Properly raise HTTP 405 (and specify Allow headers) for RestControllerRyan Petrello2015-05-211-2/+2
* Properly handle Python3 Unicode path segments in pecan routing.Ryan Petrello2015-05-071-1/+1
* Resolve a bug that mixes up argument order for generic functions.Ryan Petrello2014-09-281-2/+85
* Fix a bug in generic function handling when context locals are disabled.Ryan Petrello2014-09-221-0/+45
* Add support for Pecan *without* thread local request/response objectsRyan Petrello2014-05-281-0/+1312