<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/waitress.git/src, branch connection-overflow-warning</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>blackify</title>
<updated>2020-10-22T14:27:11+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2020-10-22T14:27:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=25e093936d31dba3d5b042f842566729fb01668c'/>
<id>25e093936d31dba3d5b042f842566729fb01668c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>only change state while accepting</title>
<updated>2020-10-22T07:59:10+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2020-10-22T07:59:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=78e98a75e527f90d8d8f2a25f5cb3f26527e75b4'/>
<id>78e98a75e527f90d8d8f2a25f5cb3f26527e75b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>warn when the server stops listening for connections because its in overflow</title>
<updated>2020-10-22T07:52:02+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2020-10-22T07:52:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=866ceac9d51e2a9f3434cce55aa478fd455e07f1'/>
<id>866ceac9d51e2a9f3434cce55aa478fd455e07f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates MultiSocketServer to use log_info instead of print</title>
<updated>2020-10-16T11:09:12+00:00</updated>
<author>
<name>Sergi Delgado Segura</name>
<email>sergi.delgado.s@gmail.com</email>
</author>
<published>2020-10-16T11:09:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=42a8e0d9273a1529f36ae03233e100c3e25e91ea'/>
<id>42a8e0d9273a1529f36ae03233e100c3e25e91ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use log_info instead of print in print_listen</title>
<updated>2020-09-22T07:41:36+00:00</updated>
<author>
<name>Łukasz Stolcman</name>
<email>lukasz.stolcman@tivix.com</email>
</author>
<published>2020-09-03T12:40:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=d174599327bcaa0694a4097944d2a6ed99470939'/>
<id>d174599327bcaa0694a4097944d2a6ed99470939</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Black formatting update</title>
<updated>2020-09-07T18:59:22+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-09-07T18:59:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=fcfe88c49034e4f5e6316a581ac57aaaf9613346'/>
<id>fcfe88c49034e4f5e6316a581ac57aaaf9613346</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop marking socket as readable when flushing data</title>
<updated>2020-08-16T23:49:07+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-08-16T08:59:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=4d2b2867933dc2f73c0755e137184fe0ea21f203'/>
<id>4d2b2867933dc2f73c0755e137184fe0ea21f203</id>
<content type='text'>
We no longer mark the socket as readable if we are attempting to flush
whatever remaining data we have and are trying to shut down the channel.

Whatever data is ready to be read, it's no longer our concern.

We don't want to spend time reading data we don't care about.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We no longer mark the socket as readable if we are attempting to flush
whatever remaining data we have and are trying to shut down the channel.

Whatever data is ready to be read, it's no longer our concern.

We don't want to spend time reading data we don't care about.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove useless try/finally wrapper</title>
<updated>2020-08-16T23:49:07+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-08-16T08:52:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=15dc1e82356fd0b0dc763480d42d6542261f28e6'/>
<id>15dc1e82356fd0b0dc763480d42d6542261f28e6</id>
<content type='text'>
This looks to be an artifact that was left behind from the original
codebase Waitress was forked from and no longer servces a purpose.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This looks to be an artifact that was left behind from the original
codebase Waitress was forked from and no longer servces a purpose.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce compat.py to minimum size</title>
<updated>2020-08-16T23:49:06+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-08-16T05:29:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=d347823b8eb5bdc9ccecc440168032658bd752fa'/>
<id>d347823b8eb5bdc9ccecc440168032658bd752fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add isort to the project</title>
<updated>2020-08-16T04:07:51+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-08-16T04:07:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/waitress.git/commit/?id=1b4bcce97cceaae588b5508d42308f13be926ce2'/>
<id>1b4bcce97cceaae588b5508d42308f13be926ce2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
