<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/waitress.git/docs, branch py3-only</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>add a dedicated section for handling heroku</title>
<updated>2020-07-15T03:32:34+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2020-07-15T03:32:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=0c29f02fd44314f454f7eb051ccfb7ff0933c97c'/>
<id>0c29f02fd44314f454f7eb051ccfb7ff0933c97c</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 #306 from cacao-accounting/py3-only</title>
<updated>2020-07-15T03:24:28+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2020-07-15T03:22:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=7000a53bd2c4c56f1ae96696eddfab9474526a2f'/>
<id>7000a53bd2c4c56f1ae96696eddfab9474526a2f</id>
<content type='text'>
Update usage.rst to include reference Heroku</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update usage.rst to include reference Heroku</pre>
</div>
</content>
</entry>
<entry>
<title>Update .gitignore</title>
<updated>2020-04-17T05:54:30+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-02-03T07:32:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=22556f034a812216ca91a32a74db583e765959ad'/>
<id>22556f034a812216ca91a32a74db583e765959ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop Python 3.4</title>
<updated>2020-02-03T05:54:01+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2020-02-03T00:38:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=3db639fee74a10524e6908318f3f8f6e7c545e9b'/>
<id>3db639fee74a10524e6908318f3f8f6e7c545e9b</id>
<content type='text'>
This is necessary due to needing coverage&gt;=5.0, which is no longer
available on Python 3.4.

Python 3.4 is also now past end of life.

This continued to work by chance due to Travis having nosetest installed
in the Python global installation, and thus the failure from tox to
install coverage&gt;=5.0 did not cause errors on Travis.

Testing locally I still had an old version of coverage installed, and
that version had not yet dropped Python 3.4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is necessary due to needing coverage&gt;=5.0, which is no longer
available on Python 3.4.

Python 3.4 is also now past end of life.

This continued to work by chance due to Travis having nosetest installed
in the Python global installation, and thus the failure from tox to
install coverage&gt;=5.0 did not cause errors on Travis.

Testing locally I still had an old version of coverage installed, and
that version had not yet dropped Python 3.4.
</pre>
</div>
</content>
</entry>
<entry>
<title>Blacken the entire code base</title>
<updated>2019-12-12T19:45:25+00:00</updated>
<author>
<name>Bert JW Regeer</name>
<email>bertjw@regeer.org</email>
</author>
<published>2019-12-12T19:45:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=0a05a2f5932d87e5f4e150edc00b4e9a62c87791'/>
<id>0a05a2f5932d87e5f4e150edc00b4e9a62c87791</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add backpressure on the app_iter if the socket can't send data quickly enough</title>
<updated>2019-04-05T18:00:08+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2019-03-28T06:57:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=610544cfd7374d0c0067ba1dec217bb7b4c9092d'/>
<id>610544cfd7374d0c0067ba1dec217bb7b4c9092d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>flush SO_SNDBUF data on every send and deprecate send_bytes</title>
<updated>2019-04-04T05:44:56+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2019-04-04T05:39:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=e249f234757d31d0955bd37fae7ca2018d4af704'/>
<id>e249f234757d31d0955bd37fae7ca2018d4af704</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>minor docs tweak on reverse proxy setup</title>
<updated>2019-01-04T04:51:23+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2019-01-04T04:51:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=7aa1711bcec6269e978b9a1bf0eec28608677935'/>
<id>7aa1711bcec6269e978b9a1bf0eec28608677935</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix docs to not support comma-separated settings</title>
<updated>2019-01-04T03:55:40+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2019-01-04T03:55:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=90ffe4a4e50e8c0c49afdd27a9d0d5cb1c1f0992'/>
<id>90ffe4a4e50e8c0c49afdd27a9d0d5cb1c1f0992</id>
<content type='text'>
fixes #225
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #225
</pre>
</div>
</content>
</entry>
<entry>
<title>fix pastedeploy url</title>
<updated>2019-01-03T16:52:10+00:00</updated>
<author>
<name>Michael Merickel</name>
<email>michael@merickel.org</email>
</author>
<published>2019-01-03T16:52:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/waitress.git/commit/?id=9a27a242a10c101eb69d7f2dbfd4b048447f8f88'/>
<id>9a27a242a10c101eb69d7f2dbfd4b048447f8f88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
