summaryrefslogtreecommitdiff
path: root/paste/util/scgiserver.py
Commit message (Expand)AuthorAgeFilesLines
* Strip trailing spacesVictor Stinner2015-04-211-4/+4
* Python 3: use six.reraise() to re-raise an exception with the tracebackCyril Roelandt2014-03-181-1/+2
* Python 3: Replace "except Exception, exc" with "except Exception as exc:"Cyril Roelandt2014-03-181-1/+1
* remove unneeded shebangianb2009-03-041-1/+0
* remove tabsianb2007-07-221-1/+1
* Fix #134 from cookedm: paste.util.scgiserver doesn't like an empty string as ...ianb2006-11-021-1/+1
* A big commit, primarily aesthetic/whitespace in nature. This is the result o...ianb2006-10-201-4/+4
* Several name problems, small bugs, extra imports caught by pyflakesianb2006-10-201-1/+0
* added optional host and max_children args to scgi's serve_application.pjenvey2006-06-171-2/+28
* Typo; fixed #54 (no QUERY_STRING or QUERY_STRING on PATH_INFO)ianb2006-01-121-1/+1
* Added docstrings to some modulesianb2006-01-041-3/+2
* Copied over scgiserver from an old tag, so Titus can do some work on itianb2005-12-231-0/+148