<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/waitress.git, branch garden/update-supported-python-versions</title>
<subtitle>github.com: Pylons/waitress.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/'/>
<entry>
<title>Update supported Python versions for Waitress</title>
<updated>2022-01-17T07:15:19+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2022-01-17T07:15:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=e0f9374accef77b2ff90a8d5fe5bc5433a5d3516'/>
<id>e0f9374accef77b2ff90a8d5fe5bc5433a5d3516</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use with statements for makefile</title>
<updated>2022-01-17T06:56:47+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2022-01-17T06:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=97c45c5d75be5bad669b17b289d4a50c1742aea7'/>
<id>97c45c5d75be5bad669b17b289d4a50c1742aea7</id>
<content type='text'>
This way the file descriptor is automatically closed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way the file descriptor is automatically closed
</pre>
</div>
</content>
</entry>
<entry>
<title>Update CHANGES.txt</title>
<updated>2022-01-17T05:03:51+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2022-01-17T05:03:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=5e990241fa71ab0f676b3ec6e8360aa47b3cf400'/>
<id>5e990241fa71ab0f676b3ec6e8360aa47b3cf400</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>black: Fix whitespace</title>
<updated>2022-01-17T04:59:45+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2022-01-17T04:57:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=b59facd51eef152646ddc3f6a25acea924c14f3c'/>
<id>b59facd51eef152646ddc3f6a25acea924c14f3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update test matrix for Python versions</title>
<updated>2022-01-17T04:59:45+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2022-01-17T04:44:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=6eacb791ae36cffd6b8ff4e55d68c6c78e34c806'/>
<id>6eacb791ae36cffd6b8ff4e55d68c6c78e34c806</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Close old buffer when overflowing in OverflowableBuffer</title>
<updated>2022-01-17T04:58:14+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2021-12-27T08:48:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=17ae760ad7359725b572439747c0efcc5cb0abc0'/>
<id>17ae760ad7359725b572439747c0efcc5cb0abc0</id>
<content type='text'>
When switching from a BytesIO to a file backed buffer, we were not
closing the old buffer after we had copied its contents. With this
change when we switch from a small buffer to a larger buffer or
vice-versa we will now attempt to close the old buffer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When switching from a BytesIO to a file backed buffer, we were not
closing the old buffer after we had copied its contents. With this
change when we switch from a small buffer to a larger buffer or
vice-versa we will now attempt to close the old buffer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #352 from franciozzy/runner-fix-help</title>
<updated>2021-09-09T02:28:16+00:00</updated>
<author>
<name>Steve Piercy</name>
<email>web@stevepiercy.com</email>
</author>
<published>2021-09-09T02:28:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=f41e59826c81d7da5309e4b3694d5ac7a8bbd626'/>
<id>f41e59826c81d7da5309e4b3694d5ac7a8bbd626</id>
<content type='text'>
runner: Fix alignment of --url-prefix</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
runner: Fix alignment of --url-prefix</pre>
</div>
</content>
</entry>
<entry>
<title>runner: Fix alignment of --url-prefix</title>
<updated>2021-09-08T21:12:13+00:00</updated>
<author>
<name>Felipe Franciosi</name>
<email>felipe@nutanix.com</email>
</author>
<published>2021-09-08T21:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=439ec78ad7f15d3bf9531e210c0e06f827629bae'/>
<id>439ec78ad7f15d3bf9531e210c0e06f827629bae</id>
<content type='text'>
The help message contained a misaligned option. This fixes it.

Signed-off-by: Felipe Franciosi &lt;felipe@nutanix.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The help message contained a misaligned option. This fixes it.

Signed-off-by: Felipe Franciosi &lt;felipe@nutanix.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #344 from hathawsh/add-remote-uri</title>
<updated>2021-05-15T21:18:49+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>xistence@0x58.com</email>
</author>
<published>2021-05-15T21:18:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=84cfc2b8ac81b55a7223f51f6d807f634d98c0f9'/>
<id>84cfc2b8ac81b55a7223f51f6d807f634d98c0f9</id>
<content type='text'>
Add REQUEST_URI</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add REQUEST_URI</pre>
</div>
</content>
</entry>
<entry>
<title>black</title>
<updated>2021-05-11T15:23:04+00:00</updated>
<author>
<name>Shane Hathaway</name>
<email>shane@willowrise.com</email>
</author>
<published>2021-05-11T15:23:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=c68c9041eb1c443441c3afd645bdf0db7794ab0f'/>
<id>c68c9041eb1c443441c3afd645bdf0db7794ab0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
