<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste.git, branch python3_wsgilib_add_close_next</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/paste-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/'/>
<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://git.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>Check paste.wsgilib.add_close._closed</title>
<updated>2016-03-08T02:47:38+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2016-03-08T02:47:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=7e91ad9c058f10418c086c8b135bc6123c1a8f92'/>
<id>7e91ad9c058f10418c086c8b135bc6123c1a8f92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://git.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>Add tests for `add_close` class</title>
<updated>2016-03-08T02:22:25+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2016-03-08T02:22:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=094c112ee33cbdfcd4a637e1969f432e06988925'/>
<id>094c112ee33cbdfcd4a637e1969f432e06988925</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://git.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>Merged in msabramo/paste/tox_add_pypy (pull request #31)</title>
<updated>2016-03-07T22:38:43+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2016-03-07T22:38:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=92a0a74a48bc6e2498543944f9634dd1658fff39'/>
<id>92a0a74a48bc6e2498543944f9634dd1658fff39</id>
<content type='text'>
Enable testing with pypy
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable testing with pypy
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable testing with pypy</title>
<updated>2016-03-07T22:33:22+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2016-03-07T22:33:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=24e2aeee29ebcd41a5ae122e6f8cec76e86529c3'/>
<id>24e2aeee29ebcd41a5ae122e6f8cec76e86529c3</id>
<content type='text'>
This involved:

- Adding "pypy" to the `tox.ini` envlist.
- Adding `# doctest: +IGNORE_EXCEPTION_DETAIL` to 2 doctests, because the
  traceback message text is slightly different on PyPy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This involved:

- Adding "pypy" to the `tox.ini` envlist.
- Adding `# doctest: +IGNORE_EXCEPTION_DETAIL` to 2 doctests, because the
  traceback message text is slightly different on PyPy.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in msabramo/paste/tox_add_py35 (pull request #30)</title>
<updated>2016-03-07T22:13:55+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2016-03-07T22:13:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=ed8ebf6b24f2d322a2cf81054525c692f6ca4e32'/>
<id>ed8ebf6b24f2d322a2cf81054525c692f6ca4e32</id>
<content type='text'>
tox.ini: Add py35 to envlist
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tox.ini: Add py35 to envlist
</pre>
</div>
</content>
</entry>
<entry>
<title>tox.ini: Add py35 to envlist</title>
<updated>2016-03-07T22:05:52+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2016-03-07T22:05:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=44256b84815bf9a0ef4017874ad70c972760b540'/>
<id>44256b84815bf9a0ef4017874ad70c972760b540</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in sphalerite/paste (pull request #26)</title>
<updated>2016-03-07T21:57:51+00:00</updated>
<author>
<name>Marc Abramowitz</name>
<email>marc@marc-abramowitz.com</email>
</author>
<published>2016-03-07T21:57:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/paste.git/commit/?id=d10cf0f8bbc265b3c119e84eaff365d18b50e4ed'/>
<id>d10cf0f8bbc265b3c119e84eaff365d18b50e4ed</id>
<content type='text'>
Change six requirement to &gt;=1.4.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change six requirement to &gt;=1.4.0
</pre>
</div>
</content>
</entry>
</feed>
