<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/waitress.git, branch bugfix/winerror-windows</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>Bugfix on Windows: OSError is not subscriptable</title>
<updated>2022-01-17T07:01:29+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2022-01-17T07:01:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=e47586eaf6a3d5a9dba76de713a63c386545c903'/>
<id>e47586eaf6a3d5a9dba76de713a63c386545c903</id>
<content type='text'>
When Waitress fails to launch on Windows due to an issue with the
trigger socket not being ready for connections, we attempt to loop. In
the past this was done by subscripting the OSError and checking to see
if it matched errno.WSAEADDRINUSE, this is no longer possible in newer
verisons of Python.

This is a quick bugfix for a rare case which should no longer happen on
Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When Waitress fails to launch on Windows due to an issue with the
trigger socket not being ready for connections, we attempt to loop. In
the past this was done by subscripting the OSError and checking to see
if it matched errno.WSAEADDRINUSE, this is no longer possible in newer
verisons of Python.

This is a quick bugfix for a rare case which should no longer happen on
Windows.
</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>
<entry>
<title>Correct REQUEST_URI in CHANGES.txt</title>
<updated>2021-05-11T15:14:26+00:00</updated>
<author>
<name>Shane Hathaway</name>
<email>shane@willowrise.com</email>
</author>
<published>2021-05-11T15:14:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=f84d0fde4daf24e7f59f8a98c593fc624b26e23f'/>
<id>f84d0fde4daf24e7f59f8a98c593fc624b26e23f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add REMOTE_URI to the WSGI environ.</title>
<updated>2021-05-11T14:42:05+00:00</updated>
<author>
<name>Shane Hathaway</name>
<email>shane@willowrise.com</email>
</author>
<published>2021-05-11T14:42:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=22120803fed3bffc61c85c1b1acef8c2d68e620e'/>
<id>22120803fed3bffc61c85c1b1acef8c2d68e620e</id>
<content type='text'>
CHANGES.txt entry included.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CHANGES.txt entry included.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prep 2.0.0</title>
<updated>2021-03-08T07:24:23+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2021-03-08T07:24:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=4b6b5832f3a30d82dc8cb359cf04d2a8edf6712b'/>
<id>4b6b5832f3a30d82dc8cb359cf04d2a8edf6712b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prep 2.0.0b1</title>
<updated>2020-11-29T21:32:45+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-11-29T21:32:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=c159853bc9659adabd4c6af9cdee3a264d4d9a35'/>
<id>c159853bc9659adabd4c6af9cdee3a264d4d9a35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #332 from Pylons/fix-default-logging</title>
<updated>2020-11-29T21:25:09+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>xistence@0x58.com</email>
</author>
<published>2020-11-29T21:25:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=19793c0e2d213cc8d286468ac430aa2ba08c1351'/>
<id>19793c0e2d213cc8d286468ac430aa2ba08c1351</id>
<content type='text'>
fix a crash in the MultiSocketServer startup and re-enable startup messages</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix a crash in the MultiSocketServer startup and re-enable startup messages</pre>
</div>
</content>
</entry>
</feed>
