<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/waitress.git, branch fix-265</title>
<subtitle>github.com: Pylons/waitress.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/'/>
<entry>
<title>add changelog for #300</title>
<updated>2020-05-20T21:20:14+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2020-05-20T21:05:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=a15c7f0eb2b917664bd211d30291ed98cfd35294'/>
<id>a15c7f0eb2b917664bd211d30291ed98cfd35294</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stabilize buffer behavior with multiple requests on the same connection</title>
<updated>2020-05-20T20:59:18+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2020-05-20T20:59:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=561735bc8be151dd1f04c459d5c6ebfa451bc951'/>
<id>561735bc8be151dd1f04c459d5c6ebfa451bc951</id>
<content type='text'>
previous to this change, a buffer may be reused across requests, and
would cause data to be written to disk even if each individual request
was not returning much data

fixes #265
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
previous to this change, a buffer may be reused across requests, and
would cause data to be written to disk even if each individual request
was not returning much data

fixes #265
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #293 from Pylons/update-configs</title>
<updated>2020-05-06T18:39:04+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2020-05-06T18:39:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=d9384f456a881f7d6362595f3a6f48021e14eca6'/>
<id>d9384f456a881f7d6362595f3a6f48021e14eca6</id>
<content type='text'>
Update configs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update configs</pre>
</div>
</content>
</entry>
<entry>
<title>Depend on py27,py38 in coverage</title>
<updated>2020-05-05T08:25:50+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-05-05T08:19:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=a1ece4d2f0447f0a3df82d5b0466f3ec61105e60'/>
<id>a1ece4d2f0447f0a3df82d5b0466f3ec61105e60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>coverage env does not need project installed</title>
<updated>2020-05-05T08:25:50+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-05-05T08:19:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=42bdacda2ce32422cc948cee5e539cc12b709bff'/>
<id>42bdacda2ce32422cc948cee5e539cc12b709bff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>coverage should fail if not 100%</title>
<updated>2020-05-05T08:25:49+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-05-05T08:18:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=a46b588efaaba58e7b83b6f8c87be212b1cc7373'/>
<id>a46b588efaaba58e7b83b6f8c87be212b1cc7373</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove basepython from tox.ini</title>
<updated>2020-05-05T08:25:49+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-05-05T08:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=940d9bdcb1eaa6b7e7316679b3c95afd8dfc194e'/>
<id>940d9bdcb1eaa6b7e7316679b3c95afd8dfc194e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update setup.cfg tool:pytest to remove cov-report</title>
<updated>2020-05-05T08:25:49+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-05-05T08:18:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=6eb201a4376ee9dc71bd003f93b7d91ce11d2fbf'/>
<id>6eb201a4376ee9dc71bd003f93b7d91ce11d2fbf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Point image badge to correct location</title>
<updated>2020-05-05T08:25:49+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-05-05T08:17:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=da0f1fbd0023f6a924195d5f7fd1827ea658c953'/>
<id>da0f1fbd0023f6a924195d5f7fd1827ea658c953</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Github Actions workflow</title>
<updated>2020-05-05T08:17:37+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-05-05T08:17:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=49e85e6e74caad8048b752d691bee2d885ae34e4'/>
<id>49e85e6e74caad8048b752d691bee2d885ae34e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
