summaryrefslogtreecommitdiff
path: root/pecan/middleware
Commit message (Expand)AuthorAgeFilesLines
* make_app() now uses the debugger param in DebugMiddleware()Joe D'Andrea2015-04-292-2/+9
* middleware.static: remove useless stored variableJulien Danjou2014-12-191-1/+0
* Remove `assert` for flow control; it can be optimized away with `python -O`.Ryan Petrello2014-09-251-3/+5
* Revert "Fix a Py3 compatability issue with WebTest > 1.3.1 < 2.0"Ryan Petrello2014-03-271-1/+1
* pep8 fixesRyan Petrello2014-03-271-1/+1
* Fix typos in documents and commentsChang Bo Guo2013-12-101-3/+3
* Remove an extraneous import.Ryan Petrello2013-05-071-2/+0
* Remove some cruft from the middleware static resource loader.Ryan Petrello2013-05-071-4/+0
* Fix a Py3 compatability issue with WebTest > 1.3.1 < 2.0Ryan Petrello2013-05-031-1/+1
* General import and flake8 cleanup.Ryan Petrello2013-05-031-4/+1
* Cleanup and add a ton of bytes() compatability for tests.Ryan Petrello2013-04-301-2/+2
* More miscellaneous PY3 compatability issues.Ryan Petrello2013-04-302-3/+10
* More import cleanup for Python 3.Ryan Petrello2013-04-301-4/+14
* Update cStringIO imports.Ryan Petrello2013-04-301-1/+2
* Update exception block syntax.Ryan Petrello2013-04-302-2/+2
* Correct relative imports.Ryan Petrello2013-04-301-1/+2
* Unobfuscate syntax highlighter JS for debian packaging.Ryan Petrello2013-04-095-19/+2401
* Extract debug middleware dependencies into physical files.Ryan Petrello2012-12-068-575/+459
* pep8 complianceRyan Petrello2012-10-293-578/+582
* Fixing a typo.Ryan Petrello2012-04-091-1/+1
* Removing the debug middleware in webtest.TestApp requests (it's too noisy).Ryan Petrello2012-04-091-1/+4
* pep8 love.Ryan Petrello2012-03-301-1/+1
* Custom Errors DocumentationPete2012-03-281-2/+9
* Simplifying (and documenting) logging.Ryan Petrello2012-03-231-102/+0
* Adding documentation for the debug middleware, including docstrings.Jonathan LaCour2012-03-231-0/+29
* Disabling the static file middleware if ``conf.app.debug`` is True.Ryan Petrello2012-03-231-1/+1
* Tests for ``pecan.middleware.logger``.Ryan Petrello2012-03-211-37/+2
* Tests for ``pecan.middleware.errordocument``.Ryan Petrello2012-03-211-3/+3
* Fixing a few bugs in the debug middleware and legacy iPython support.Ryan Petrello2012-03-211-2/+42
* Replacing ``paste.errordocument`` middleware with a simpler solution.Ryan Petrello2012-03-211-0/+27
* Making the testing of the debugging middleware a bit more sane byJonathan LaCour2012-03-201-8/+8
* Adding test coverage (100%) to the debug middleware, and adding timeoutJonathan LaCour2012-03-201-2/+11
* Adding the ability to re-process a failed request with a pdb breakpointJonathan LaCour2012-03-201-1/+75
* Organizing various core middlewares into ``pecan.middleware``.Ryan Petrello2012-03-205-0/+1244