Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / zopefoundation/zope.interface issues and pull requests

#226 - First pass at github actions.

Pull Request - State: closed - Opened by jamadden over 3 years ago - 2 comments

#225 - Move Mac and Linux builds to GitHub actions

Issue - State: closed - Opened by jamadden over 3 years ago - 5 comments

#223 - Wheels for MACOS Not working

Issue - State: closed - Opened by genisysram over 3 years ago - 5 comments
Labels: invalid

#222 - Add support for Python 3.9.

Pull Request - State: closed - Opened by icemac almost 4 years ago
Labels: enhancement

#221 - Update badge URL for Travis

Pull Request - State: closed - Opened by jugmac00 almost 4 years ago

#220 - Document persistency and equality

Pull Request - State: closed - Opened by d-maurer almost 4 years ago - 4 comments

#219 - Add support for arm64 wheel

Pull Request - State: closed - Opened by odidev almost 4 years ago - 8 comments

#217 - C optimizations: Spec_clear and Spec_traverse need to include Spec->_bases

Pull Request - State: closed - Opened by jamadden about 4 years ago - 1 comment

#216 - C implementation of `@implementer` leaks objects

Issue - State: closed - Opened by richvdh about 4 years ago - 41 comments

#215 - Make sure to call each invariant only once when validating invariants.

Pull Request - State: closed - Opened by janjaapdriessen about 4 years ago - 4 comments

#214 - Wheel support for linux aarch64

Issue - State: closed - Opened by odidev about 4 years ago - 2 comments

#213 - PyPy 3.7rc2 has unexpected attribute __orig_bases__

Issue - State: closed - Opened by mattip about 4 years ago - 7 comments

#212 - Feature. Support asyncio events

Issue - State: open - Opened by jordic about 4 years ago - 5 comments

#211 - 5.1.0: tox warnings

Issue - State: closed - Opened by kloczek about 4 years ago - 1 comment

#210 - 5.1.0: do not install test

Issue - State: closed - Opened by kloczek about 4 years ago - 3 comments
Labels: question

#209 - Fix interface definitions of IAdapterRegistry.subscribe, subscribers, subscriptions

Pull Request - State: closed - Opened by jamadden over 4 years ago - 1 comment

#208 - verifyClass(IAdapterRegistry, AdapterRegistry)...

Issue - State: closed - Opened by liveFreeOrCode over 4 years ago - 1 comment
Labels: bug, question

#207 - Remaining issues with strict IRO in zopetoolkit

Issue - State: open - Opened by jamadden over 4 years ago - 1 comment

#206 - Minor cleanup of #202.

Pull Request - State: closed - Opened by jamadden over 4 years ago - 1 comment

#205 - The ImmutableDeclaration also has immutable _v_attrs.

Pull Request - State: closed - Opened by jamadden over 4 years ago - 1 comment

#204 - ImmutableDeclaration: Allows mutable _v_attrs

Issue - State: closed - Opened by jamadden over 4 years ago - 2 comments
Labels: bug

#203 - Make @implementer and classImplements not add redundant interfaces

Pull Request - State: closed - Opened by jamadden over 4 years ago - 3 comments

#202 - Let interfaces override __adapt__

Pull Request - State: closed - Opened by jamadden over 4 years ago - 2 comments

#201 - Remove the bare except: statements.

Pull Request - State: closed - Opened by jamadden over 4 years ago - 2 comments

#200 - `providedBy()` swallows all exceptions accessing `ob.__providedBy__`

Issue - State: closed - Opened by jamadden over 4 years ago - 1 comment
Labels: bug, enhancement

#199 - Can `@implementer` only add an interface if not implemented already?

Issue - State: closed - Opened by jamadden over 4 years ago - 4 comments
Labels: enhancement, question

#198 - Ensure that objects that implement no interfaces still have Interface in iro and sro

Pull Request - State: closed - Opened by jamadden over 4 years ago - 1 comment

#197 - Regression: Objects with no declared interfaces used to implement Interface

Issue - State: closed - Opened by jamadden over 4 years ago
Labels: bug

#196 - How to run tests without tox

Issue - State: closed - Opened by frenzymadness over 4 years ago - 7 comments
Labels: question

#195 - Make the RO for InterfaceClass consistent and fix handling of the STRICT_IRO

Pull Request - State: closed - Opened by jamadden over 4 years ago - 1 comment

#194 - ZOPE_INTERFACE_STRICT_IRO is actually ZOPE_INTERFACE_STRICT_RO

Issue - State: closed - Opened by jamadden over 4 years ago
Labels: bug

#193 - Declaration.__add__ easily produces inconsistent RO

Issue - State: closed - Opened by jamadden over 4 years ago - 1 comment
Labels: bug

#192 - Inconsistent RO for InterfaceClass

Issue - State: closed - Opened by jamadden over 4 years ago
Labels: bug

#191 - Make Interface.getTaggedValue follow the __iro__.

Pull Request - State: closed - Opened by jamadden over 4 years ago - 1 comment

#190 - Interface.get/queryTaggedValue should respect __iro__, not just __bases__

Issue - State: closed - Opened by jamadden over 4 years ago
Labels: bug

#189 - Documentation clarifications.

Pull Request - State: closed - Opened by jamadden over 4 years ago - 1 comment

#188 - Ensure Interface is the last item in the __sro__.

Pull Request - State: closed - Opened by jamadden over 4 years ago - 1 comment

#187 - how to find the zope.interface version in python?

Issue - State: closed - Opened by ebonat over 4 years ago - 16 comments
Labels: question

#183 - Move Interface hashing and comparison to C; 2.5 to 15x speedup in micro benchmarks

Pull Request - State: closed - Opened by jamadden over 4 years ago - 4 comments

#182 - Use C3 (mostly) to compute IRO.

Pull Request - State: closed - Opened by jamadden over 4 years ago - 19 comments

#180 - Implement _lookup in C-extension

Pull Request - State: closed - Opened by jensens over 4 years ago - 9 comments
Labels: enhancement

#154 - Use tp_members in SpecificationBase and ClassProvidesBase; stop using private undoc API

Pull Request - State: closed - Opened by jamadden over 4 years ago - 1 comment

#151 - Remove checking of PURE_PYTHON at build time

Pull Request - State: closed - Opened by jamadden over 4 years ago - 4 comments

#138 - Can we hook zope.interface.common up to standard library ABCs/classes?

Issue - State: closed - Opened by jamadden over 5 years ago - 1 comment
Labels: enhancement

#137 - Tidelift wants lifters for this package

Issue - State: open - Opened by icemac over 5 years ago - 11 comments
Labels: question

#136 - Documentation bug: subscription delivery order

Issue - State: closed - Opened by d-maurer over 5 years ago
Labels: enhancement

#134 - names() implementation contradicts documentation in Python 3

Issue - State: closed - Opened by vernans over 5 years ago - 4 comments
Labels: bug, question

#75 - Don't cache lookup failures

Pull Request - State: closed - Opened by tschorr over 7 years ago - 11 comments

#63 - Why is verify*'s argument-name-code commented out?

Issue - State: open - Opened by Julian almost 8 years ago - 6 comments
Labels: question

#36 - Test pure builds on Travis CI and AppVeyor

Pull Request - State: closed - Opened by mgedmin over 8 years ago - 3 comments

#10 - IronPython support

Issue - State: closed - Opened by tseaver over 9 years ago - 1 comment
Labels: enhancement

#8 - Base class with interface interrupts adapter registered for a class

Issue - State: closed - Opened by tseaver over 9 years ago - 2 comments
Labels: bug

#7 - Add Jython support

Issue - State: closed - Opened by tseaver over 9 years ago - 1 comment
Labels: enhancement

#5 - zope.interface raises unhelpful "TypeError: Error when calling the metaclass bases" upon an invalid interface

Issue - State: closed - Opened by tseaver over 9 years ago - 1 comment
Labels: enhancement, wontfix

#3 - Optimized version of InterfaceBase doesn't use interface's __adapt__

Issue - State: closed - Opened by tseaver over 9 years ago - 3 comments
Labels: bug