summaryrefslogtreecommitdiff
path: root/pecan/compat
Commit message (Expand)AuthorAgeFilesLines
* Squeeze some more performance out of the WSGI __call__ and dispatch algorithm.Ryan Petrello2013-09-251-0/+2
* General import and flake8 cleanup.Ryan Petrello2013-05-031-0/+11
* Replace ``pecan.compat.dictconfig`` with ``logutils.dictconfig.dictConfig``.Ryan Petrello2013-05-031-560/+0
* Refactor remnants of pecan.compat with alternatives from the six package.Ryan Petrello2013-05-011-29/+0
* Fix a Py3 compatability bug in `pecan.jsonify`.Ryan Petrello2013-04-301-4/+7
* Cleanup and add a ton of bytes() compatability for tests.Ryan Petrello2013-04-301-7/+0
* Update exception block syntax.Ryan Petrello2013-04-301-14/+14
* pep8 love.Ryan Petrello2012-03-301-25/+36
* Providing a fallback ``dictconfig`` implementation for Python < 2.7Ryan Petrello2012-03-242-0/+589