<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git/paste/util/scgiserver.py, branch stringio</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/paste-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/'/>
<entry>
<title>remove unneeded shebang</title>
<updated>2009-03-04T22:49:07+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2009-03-04T22:49:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=97ed931710ae4f3a39360abf006d38b06b533682'/>
<id>97ed931710ae4f3a39360abf006d38b06b533682</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove tabs</title>
<updated>2007-07-22T17:06:23+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2007-07-22T17:06:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=81c61c8c7705abc20b21d47e6c6f9d39d23bc12e'/>
<id>81c61c8c7705abc20b21d47e6c6f9d39d23bc12e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #134 from cookedm: paste.util.scgiserver doesn't like an empty string as the prefix</title>
<updated>2006-11-02T17:33:18+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-11-02T17:33:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=b583dfebd0bec7afb1d999e32e365ca3d1a76c50'/>
<id>b583dfebd0bec7afb1d999e32e365ca3d1a76c50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A big commit, primarily aesthetic/whitespace in nature.  This is the result of running pylint over the codebase.  Some minor/hard-to-reach typos were also picked up.</title>
<updated>2006-10-20T22:08:05+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-10-20T22:08:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=44fa5352360b78696c3d81cafa8e24eaa4f6c3ed'/>
<id>44fa5352360b78696c3d81cafa8e24eaa4f6c3ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Several name problems, small bugs, extra imports caught by pyflakes</title>
<updated>2006-10-20T19:46:49+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-10-20T19:46:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=aaca5bdf2e660ef9ecff4c06c7ecbaa14518079f'/>
<id>aaca5bdf2e660ef9ecff4c06c7ecbaa14518079f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added optional host and max_children args to scgi's serve_application.</title>
<updated>2006-06-17T22:30:59+00:00</updated>
<author>
<name>pjenvey</name>
<email>devnull@localhost</email>
</author>
<published>2006-06-17T22:30:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=ca0ae76479356887ddfaff87e7e12fbc268e55fc'/>
<id>ca0ae76479356887ddfaff87e7e12fbc268e55fc</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo; fixed #54 (no QUERY_STRING or QUERY_STRING on PATH_INFO)</title>
<updated>2006-01-12T07:49:59+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-01-12T07:49:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=65b84135b17da580750ea1b601e94a9dcd7cab5d'/>
<id>65b84135b17da580750ea1b601e94a9dcd7cab5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added docstrings to some modules</title>
<updated>2006-01-04T02:21:39+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2006-01-04T02:21:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=76835026b96049e05593aee80cd4a4a916ad9a4a'/>
<id>76835026b96049e05593aee80cd4a4a916ad9a4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Copied over scgiserver from an old tag, so Titus can do some work on it</title>
<updated>2005-12-23T07:30:38+00:00</updated>
<author>
<name>ianb</name>
<email>devnull@localhost</email>
</author>
<published>2005-12-23T07:30:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=db53428a989dca0526d5f6a4bad5c91424424ea1'/>
<id>db53428a989dca0526d5f6a4bad5c91424424ea1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
