<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste-git.git/paste/httpserver.py, branch 1.2</title>
<subtitle>github.com: cdent/paste.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/'/>
<entry>
<title>Limit number of bytes returned by environ['wsgi.input'].read(), so you can't read past end</title>
<updated>2007-01-30T21:09:53+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2007-01-30T21:09:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=3dfa1fc4a6cf52731703e4c186243e899a6a08fb'/>
<id>3dfa1fc4a6cf52731703e4c186243e899a6a08fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make paste.httpserver support all request methods</title>
<updated>2007-01-30T20:52:33+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2007-01-30T20:52:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=50afc7ac500f1ae4d6746fceee12ccba67c4749d'/>
<id>50afc7ac500f1ae4d6746fceee12ccba67c4749d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow killing of errant threads through the web application (also add a module to kill threads with ctypes, and a method to kill threads from the httpserver thread pool)</title>
<updated>2007-01-30T05:11:25+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2007-01-30T05:11:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=b2850f53fb2f9bbbe6e6d7614c0d81106bade5ef'/>
<id>b2850f53fb2f9bbbe6e6d7614c0d81106bade5ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a variable to track the requests currently being processed by the httpserver (to see wedged threads)</title>
<updated>2007-01-30T02:37:38+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2007-01-30T02:37:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=481967c64b038a7f38256003e56d38ad45e2d013'/>
<id>481967c64b038a7f38256003e56d38ad45e2d013</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>normpath returns '/' for the root, avoid reapplying the end slash in that case</title>
<updated>2007-01-06T02:34:02+00:00</updated>
<author>
<name>pjenvey</name>
<email>pjenvey@localhost</email>
</author>
<published>2007-01-06T02:34:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=12d396728c9b07b973c4df2fbb15cdc2f7c96563'/>
<id>12d396728c9b07b973c4df2fbb15cdc2f7c96563</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Not that good fixup of a problem where the end slash is lost under Paste's HTTP server</title>
<updated>2007-01-05T17:04:22+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2007-01-05T17:04:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=ca9fc8c8f99a665ce1fad16d4a89675e813ae385'/>
<id>ca9fc8c8f99a665ce1fad16d4a89675e813ae385</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SocketServer doesn't like new-style request handler classes</title>
<updated>2007-01-05T05:33:53+00:00</updated>
<author>
<name>pjenvey</name>
<email>pjenvey@localhost</email>
</author>
<published>2007-01-05T05:33:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=4f5b7708fd35fb59e47eadfc10aefa1def58cc56'/>
<id>4f5b7708fd35fb59e47eadfc10aefa1def58cc56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>convert old-style classes to new-style classes</title>
<updated>2007-01-05T03:18:34+00:00</updated>
<author>
<name>pjenvey</name>
<email>pjenvey@localhost</email>
</author>
<published>2007-01-05T03:18:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=ddda125c07e1dfc908efb90cfcaff47a5437ad91'/>
<id>ddda125c07e1dfc908efb90cfcaff47a5437ad91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>time.time() is too coarse for cert serials: use a randint instead</title>
<updated>2006-12-20T23:26:46+00:00</updated>
<author>
<name>pjenvey</name>
<email>pjenvey@localhost</email>
</author>
<published>2006-12-20T23:26:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=4144b095bcec66e5e39d20718ae77f85b42a4a8a'/>
<id>4144b095bcec66e5e39d20718ae77f85b42a4a8a</id>
<content type='text'>
(thanks jek)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(thanks jek)
</pre>
</div>
</content>
</entry>
<entry>
<title>daemon_threads fix in r6009 was invalid, reverting</title>
<updated>2006-12-20T23:12:57+00:00</updated>
<author>
<name>pjenvey</name>
<email>pjenvey@localhost</email>
</author>
<published>2006-12-20T23:12:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=06c967f3e40746509e96a4d4c8b880aad8c52a02'/>
<id>06c967f3e40746509e96a4d4c8b880aad8c52a02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
