Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Strip trailing spaces | Victor Stinner | 2015-04-21 | 1 | -4/+4 |
| | |||||
* | Python 3: use six.reraise() to re-raise an exception with the traceback | Cyril Roelandt | 2014-03-18 | 1 | -1/+2 |
| | |||||
* | Python 3: Replace "except Exception, exc" with "except Exception as exc:" | Cyril Roelandt | 2014-03-18 | 1 | -1/+1 |
| | |||||
* | remove unneeded shebang | ianb | 2009-03-04 | 1 | -1/+0 |
| | |||||
* | remove tabs | ianb | 2007-07-22 | 1 | -1/+1 |
| | |||||
* | Fix #134 from cookedm: paste.util.scgiserver doesn't like an empty string as ↵ | ianb | 2006-11-02 | 1 | -1/+1 |
| | | | | the prefix | ||||
* | A big commit, primarily aesthetic/whitespace in nature. This is the result ↵ | ianb | 2006-10-20 | 1 | -4/+4 |
| | | | | 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 pyflakes | ianb | 2006-10-20 | 1 | -1/+0 |
| | |||||
* | added optional host and max_children args to scgi's serve_application. | pjenvey | 2006-06-17 | 1 | -2/+28 |
| | | | | | | | | | | | | | | | Ideally the function prototype would match SCGIServers, i.e.: def serve_application(application, prefix, host=, port=None, max_children=None): or: def serve_application(application, prefix, **kwargs): (host, port and max_children could then default to SCGIServer's defaults), but that could break compatibility with those not explicitly using keyword args suggested by: greg@electricrain.com resolves: #55 | ||||
* | Typo; fixed #54 (no QUERY_STRING or QUERY_STRING on PATH_INFO) | ianb | 2006-01-12 | 1 | -1/+1 |
| | |||||
* | Added docstrings to some modules | ianb | 2006-01-04 | 1 | -3/+2 |
| | |||||
* | Copied over scgiserver from an old tag, so Titus can do some work on it | ianb | 2005-12-23 | 1 | -0/+148 |