summaryrefslogtreecommitdiff
path: root/paste/modpython.py
Commit message (Collapse)AuthorAgeFilesLines
* Strip trailing spacesVictor Stinner2015-04-211-30/+30
|
* Python 3: use six.reraise() to re-raise an exception with the tracebackCyril Roelandt2014-03-181-1/+2
|
* convert old-style classes to new-style classespjenvey2007-01-051-1/+1
|
* A big commit, primarily aesthetic/whitespace in nature. This is the result ↵ianb2006-10-201-1/+1
| | | | of running pylint over the codebase. Some minor/hard-to-reach typos were also picked up.
* Several name problems, small bugs, extra imports caught by pyflakesianb2006-10-201-1/+0
|
* Adding code-block directive to Python code samples.bbangert2006-09-021-3/+5
|
* Fix for the documentation and example of normal wsgi.application.bbangert2006-08-301-2/+13
|
* Adding mod_python handler.bbangert2006-08-301-0/+240