<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/zope-interface.git, branch 3.6</title>
<subtitle>github.com: zopefoundation/zope.interface.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/zope-interface.git/'/>
<entry>
<title>svb</title>
<updated>2017-05-04T11:12:03+00:00</updated>
<author>
<name>Tres Seaver</name>
<email>tseaver@palladion.com</email>
</author>
<published>2017-05-04T11:12:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/zope-interface.git/commit/?id=9ef34a9fa38231086b7c3ab87650f6fd861dbc96'/>
<id>9ef34a9fa38231086b7c3ab87650f6fd861dbc96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prep 3.6.8 release.</title>
<updated>2017-05-04T11:11:00+00:00</updated>
<author>
<name>Tres Seaver</name>
<email>tseaver@palladion.com</email>
</author>
<published>2017-05-04T11:11:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/zope-interface.git/commit/?id=815f85246f367073ef0d9811bd080d97459d71c9'/>
<id>815f85246f367073ef0d9811bd080d97459d71c9</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 #82 from zopefoundation/75-prevent-non-text-name-errors-3.6</title>
<updated>2017-05-04T11:07:51+00:00</updated>
<author>
<name>Tres Seaver</name>
<email>tseaver@palladion.com</email>
</author>
<published>2017-05-04T11:07:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/zope-interface.git/commit/?id=45aa3b491a03f7bc1239ca21d8722120026728b7'/>
<id>45aa3b491a03f7bc1239ca21d8722120026728b7</id>
<content type='text'>
Disallow non-text name passed to adapter registry methods.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disallow non-text name passed to adapter registry methods.</pre>
</div>
</content>
</entry>
<entry>
<title>Disallow non-text name passed to adapter registry methods.</title>
<updated>2017-05-04T10:10:44+00:00</updated>
<author>
<name>Tres Seaver</name>
<email>tseaver@palladion.com</email>
</author>
<published>2017-05-04T10:10:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/zope-interface.git/commit/?id=a09c45786611bbd4e544282d41084c9f53e7adea'/>
<id>a09c45786611bbd4e544282d41084c9f53e7adea</id>
<content type='text'>
Prevents corruption of lookup cache.

Alternative to fix proposed in #75 (3.6 branch).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevents corruption of lookup cache.

Alternative to fix proposed in #75 (3.6 branch).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #79 from zopefoundation/travis-36</title>
<updated>2017-05-04T07:29:21+00:00</updated>
<author>
<name>Tres Seaver</name>
<email>tseaver@palladion.com</email>
</author>
<published>2017-05-04T07:29:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/zope-interface.git/commit/?id=bf2ea07c076b97b6632982453dd7dce8b538a3ba'/>
<id>bf2ea07c076b97b6632982453dd7dce8b538a3ba</id>
<content type='text'>
Added Travis, appveyor, and tox for 3.6 branch.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added Travis, appveyor, and tox for 3.6 branch.</pre>
</div>
</content>
</entry>
<entry>
<title>Added Travis, appveyor, tox, manylinux for 3.6 branch.</title>
<updated>2017-04-22T10:54:24+00:00</updated>
<author>
<name>Maurits van Rees</name>
<email>maurits@vanrees.org</email>
</author>
<published>2017-04-22T09:45:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/zope-interface.git/commit/?id=f337f4233bc216df01282c82508bd692782db43b'/>
<id>f337f4233bc216df01282c82508bd692782db43b</id>
<content type='text'>
Copied from master branch, but removed the Python 3 stuff,
which is unsupported on the 3.6 branch. Well, 3.1 seems supported,
but that is very old, and on 3.3 I got errors locally.

Also removed 'docs' from the tox envs, as that proved tricky to get to work,
and has changed much.

Removed 'TODO_test_classProvides_fails_for_odd_class' test method,
which would always fail but be ignored due to its name,
except that the coverage tests would *not* ignore it, leading to a failure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Copied from master branch, but removed the Python 3 stuff,
which is unsupported on the 3.6 branch. Well, 3.1 seems supported,
but that is very old, and on 3.3 I got errors locally.

Also removed 'docs' from the tox envs, as that proved tricky to get to work,
and has changed much.

Removed 'TODO_test_classProvides_fails_for_odd_class' test method,
which would always fail but be ignored due to its name,
except that the coverage tests would *not* ignore it, leading to a failure.
</pre>
</div>
</content>
</entry>
<entry>
<title>Repository policy.</title>
<updated>2012-06-11T18:44:20+00:00</updated>
<author>
<name>Tres Seaver</name>
<email>tseaver@palladion.com</email>
</author>
<published>2012-06-11T18:44:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/zope-interface.git/commit/?id=e3819d3e2f9687211ae198af42554e4a77d09ce9'/>
<id>e3819d3e2f9687211ae198af42554e4a77d09ce9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vb</title>
<updated>2011-08-20T16:53:40+00:00</updated>
<author>
<name>Hanno Schlichting</name>
<email>hanno@hannosch.eu</email>
</author>
<published>2011-08-20T16:53:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/zope-interface.git/commit/?id=7979931360cddc9fa4ca0ee163a1f826218a11ec'/>
<id>7979931360cddc9fa4ca0ee163a1f826218a11ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare zope.interface 3.6.7.</title>
<updated>2011-08-20T16:52:56+00:00</updated>
<author>
<name>Hanno Schlichting</name>
<email>hanno@hannosch.eu</email>
</author>
<published>2011-08-20T16:52:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/zope-interface.git/commit/?id=96283b42b67ffd7d11342652a0442bae76046a92'/>
<id>96283b42b67ffd7d11342652a0442bae76046a92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Work around sporadic x86-64 test failures.</title>
<updated>2011-08-18T20:22:47+00:00</updated>
<author>
<name>Tres Seaver</name>
<email>tseaver@palladion.com</email>
</author>
<published>2011-08-18T20:22:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/zope-interface.git/commit/?id=e5e1f5a6ce9ce42c4c2938b14f8afe25f2b35a8c'/>
<id>e5e1f5a6ce9ce42c4c2938b14f8afe25f2b35a8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
