<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/zope-interface.git/src, branch issue225</title>
<subtitle>github.com: zopefoundation/zope.interface.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-interface.git/'/>
<entry>
<title>Merge branch 'master' of github.com:zopefoundation/zope.interface into master</title>
<updated>2020-10-01T11:05:12+00:00</updated>
<author>
<name>Jan-Jaap Driessen</name>
<email>jdriessen@minddistrict.com</email>
</author>
<published>2020-10-01T11:05:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-interface.git/commit/?id=ca5b7e0c8dceb13d4d2a7d86e49558e2c75fa2dc'/>
<id>ca5b7e0c8dceb13d4d2a7d86e49558e2c75fa2dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use queryDirectTaggedValue to find invariants removes the need to keep track of invariants we have already seen.</title>
<updated>2020-10-01T11:02:38+00:00</updated>
<author>
<name>Jan-Jaap Driessen</name>
<email>jdriessen@minddistrict.com</email>
</author>
<published>2020-10-01T11:02:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-interface.git/commit/?id=3fc878eb00deb9e2988ef651c74e09e39dd9d49a'/>
<id>3fc878eb00deb9e2988ef651c74e09e39dd9d49a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use an internal method for validating invariants, so we don't taint the public interface/signature.</title>
<updated>2020-09-28T12:41:03+00:00</updated>
<author>
<name>Jan-Jaap Driessen</name>
<email>jdriessen@minddistrict.com</email>
</author>
<published>2020-09-28T12:41:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-interface.git/commit/?id=64fb805b3b2a6536c4874b4f0c3fbbbf4bea9e23'/>
<id>64fb805b3b2a6536c4874b4f0c3fbbbf4bea9e23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>C optimizations: Spec_clear and Spec_traverse need to include Spec-&gt;_bases</title>
<updated>2020-09-28T11:09:42+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2020-09-28T11:09:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-interface.git/commit/?id=b749fc0f17ee628b9ef7bb8afd14b6bf51414bff'/>
<id>b749fc0f17ee628b9ef7bb8afd14b6bf51414bff</id>
<content type='text'>
Previously they did not, leading to a reference leak of a tuple.

Fixes #216
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously they did not, leading to a reference leak of a tuple.

Fixes #216
</pre>
</div>
</content>
</entry>
<entry>
<title>When an invariant is defined in an interface, it's found by</title>
<updated>2020-09-25T09:29:29+00:00</updated>
<author>
<name>Jan-Jaap Driessen</name>
<email>jdriessen@minddistrict.com</email>
</author>
<published>2020-09-25T09:29:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-interface.git/commit/?id=1025519cb68ad8fdae379daa6de8d9ec427456cd'/>
<id>1025519cb68ad8fdae379daa6de8d9ec427456cd</id>
<content type='text'>
`validateInvariants` in all interfaces inheriting from that interface.
Make sure to call each invariant only once when validating invariants.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`validateInvariants` in all interfaces inheriting from that interface.
Make sure to call each invariant only once when validating invariants.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix interface definitions of IAdapterRegistry.subscribe, subscribers and subscriptions.</title>
<updated>2020-04-23T11:14:29+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2020-04-23T11:11:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-interface.git/commit/?id=44169e9ed26400c06e4659069e0c3ea869f40c61'/>
<id>44169e9ed26400c06e4659069e0c3ea869f40c61</id>
<content type='text'>
They were defined to accept a name argument, but the actual implementation doesn't. Add tests for this. Fixes #208.

Also in test_adapter.py modernize idioms from assertTrue(x in y) and assertTrue(x is y) to assertIn and assertIs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They were defined to accept a name argument, but the actual implementation doesn't. Add tests for this. Fixes #208.

Also in test_adapter.py modernize idioms from assertTrue(x in y) and assertTrue(x is y) to assertIn and assertIs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #203 from zopefoundation/issue199</title>
<updated>2020-04-08T12:18:08+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2020-04-08T12:18:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-interface.git/commit/?id=76203ebcd3736f598fc858bf53de9738ae523858'/>
<id>76203ebcd3736f598fc858bf53de9738ae523858</id>
<content type='text'>
Make @implementer and classImplements not add redundant interfaces</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make @implementer and classImplements not add redundant interfaces</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #205 from zopefoundation/issue204</title>
<updated>2020-04-07T18:52:38+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2020-04-07T18:52:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-interface.git/commit/?id=bf4f437b0c6f453a8832624f6202b72f62b9e507'/>
<id>bf4f437b0c6f453a8832624f6202b72f62b9e507</id>
<content type='text'>
The ImmutableDeclaration also has immutable _v_attrs.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ImmutableDeclaration also has immutable _v_attrs.</pre>
</div>
</content>
</entry>
<entry>
<title>Minor cleanup of #202.</title>
<updated>2020-04-07T14:23:10+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2020-04-07T14:23:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-interface.git/commit/?id=bcfa537ee0159d0cb402a2f4751ed50dfe4bd659'/>
<id>bcfa537ee0159d0cb402a2f4751ed50dfe4bd659</id>
<content type='text'>
See https://github.com/zopefoundation/zope.interface/pull/202#pullrequestreview-389126705
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://github.com/zopefoundation/zope.interface/pull/202#pullrequestreview-389126705
</pre>
</div>
</content>
</entry>
<entry>
<title>The ImmutableDeclaration also has immutable _v_attrs.</title>
<updated>2020-04-07T12:56:48+00:00</updated>
<author>
<name>Jason Madden</name>
<email>jamadden@gmail.com</email>
</author>
<published>2020-04-07T12:56:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/zope-interface.git/commit/?id=c500360aaba5db30e5005664d14659ed7d8186ec'/>
<id>c500360aaba5db30e5005664d14659ed7d8186ec</id>
<content type='text'>
Fixes #204
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #204
</pre>
</div>
</content>
</entry>
</feed>
