<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git/paste, branch master</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/paste-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/'/>
<entry>
<title>Merged in onovy/paste (pull request #36)</title>
<updated>2018-10-23T13:46:30+00:00</updated>
<author>
<name>Chris Dent</name>
<email>chris.dent@gmail.com</email>
</author>
<published>2018-10-23T13:46:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=788847a8afd0ff9af5f591bf76e63df25f1e4e3e'/>
<id>788847a8afd0ff9af5f591bf76e63df25f1e4e3e</id>
<content type='text'>
Use correct variable when building message for exception
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use correct variable when building message for exception
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in jeblair/paste (pull request #38)</title>
<updated>2018-10-23T13:44:19+00:00</updated>
<author>
<name>Chris Dent</name>
<email>chris.dent@gmail.com</email>
</author>
<published>2018-10-23T13:44:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=045bd6b097722f43359c6119a27b2b6552cd4c92'/>
<id>045bd6b097722f43359c6119a27b2b6552cd4c92</id>
<content type='text'>
Fix error on httpserver shutdown
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix error on httpserver shutdown
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't raise StopIteration from generator, return instead</title>
<updated>2018-06-08T16:49:42+00:00</updated>
<author>
<name>Miro Hron?ok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2018-06-08T16:49:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=e66badb150bda491aa82a09b4dfce711b83561b6'/>
<id>e66badb150bda491aa82a09b4dfce711b83561b6</id>
<content type='text'>
See https://www.python.org/dev/peps/pep-0479/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://www.python.org/dev/peps/pep-0479/
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error on httpserver shutdown</title>
<updated>2017-06-06T15:59:12+00:00</updated>
<author>
<name>James E. Blair</name>
<email>jeblair@redhat.com</email>
</author>
<published>2017-06-06T15:59:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=11beef0bc900391315860f9ac07d065382008519'/>
<id>11beef0bc900391315860f9ac07d065382008519</id>
<content type='text'>
If a worker thread takes longer than 0.5s to shut down, we try
to kill it.  However, if it manages to stop between the 0.5s
timeout and the call to kill_worker, kill_worker will raise
an exception and abort shutdown.

Handle that case with an exception handler.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a worker thread takes longer than 0.5s to shut down, we try
to kill it.  However, if it manages to stop between the 0.5s
timeout and the call to kill_worker, kill_worker will raise
an exception and abort shutdown.

Handle that case with an exception handler.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use correct variable when building message for exception</title>
<updated>2016-03-10T17:46:46+00:00</updated>
<author>
<name>Ond?ej Nov?</name>
<email>novy@ondrej.org</email>
</author>
<published>2016-03-10T17:46:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=8e65621de10d411117fe50af1abe3618199d88ed'/>
<id>8e65621de10d411117fe50af1abe3618199d88ed</id>
<content type='text'>
Author: Mike Gabriel &lt;mike.gabriel@das-netzwerkteam.de&gt;
Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695253
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Author: Mike Gabriel &lt;mike.gabriel@das-netzwerkteam.de&gt;
Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695253
</pre>
</div>
</content>
</entry>
<entry>
<title>Make add_close.next() leverage add_close.__next__()</title>
<updated>2016-03-08T17:37:28+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2016-03-08T17:37:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=420a3be2b848b7f2c91f3d007d012d0e488e62f9'/>
<id>420a3be2b848b7f2c91f3d007d012d0e488e62f9</id>
<content type='text'>
so we avoid logic duplication
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so we avoid logic duplication
</pre>
</div>
</content>
</entry>
<entry>
<title>Uncomment/cleanup paste.wsgilib.app_close.__next__</title>
<updated>2016-03-08T02:22:59+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2016-03-08T02:22:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=8b4f7debdb530ba41de6bf125db6953caf6e3f94'/>
<id>8b4f7debdb530ba41de6bf125db6953caf6e3f94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge default to python3_wsgilib_add_close_next</title>
<updated>2016-03-08T01:35:33+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2016-03-08T01:35:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=de976d04b0ac2b3662cb609717ae506f904bc832'/>
<id>de976d04b0ac2b3662cb609717ae506f904bc832</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>paste.wsgilib.add_close: Add __next__ method</title>
<updated>2016-03-07T21:29:21+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2016-03-07T21:29:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=771b9d1e9c854ccd3d04466eeeed3dba3ee85189'/>
<id>771b9d1e9c854ccd3d04466eeeed3dba3ee85189</id>
<content type='text'>
to support using `add_close` objects as iterators on Python 3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to support using `add_close` objects as iterators on Python 3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3: let html_quote() and url() always return the same type</title>
<updated>2015-11-12T12:26:15+00:00</updated>
<author>
<name>Nils Philippsen</name>
<email>nils@redhat.com</email>
</author>
<published>2015-11-12T12:26:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=64f24fe3e7ac7a1beb1f0fbb80c355e39127182c'/>
<id>64f24fe3e7ac7a1beb1f0fbb80c355e39127182c</id>
<content type='text'>
Mixing binary and text types causes errors later on.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mixing binary and text types causes errors later on.
</pre>
</div>
</content>
</entry>
</feed>
