zope.component icon indicating copy to clipboard operation
zope.component copied to clipboard

Results 7 zope.component issues
Sort by recently updated
recently updated
newest added

## BUG/PROBLEM REPORT (OR OTHER COMMON ISSUE) Maybe I am wrong, but queryUtility seems to return a utility without a permission check. Background is the need to protect vocabularies: ```...

enhancement
question

There are times you want to override an adapter but use the fundtionality of the whatever else was registered that you overrode. This code allows you to do that. It...

enhancement

In https://bugs.launchpad.net/zope.component/+bug/97916, @srichter reported: > I found the following comment from djay in the Wikis, which we should really consider: > > One thing I'd like to see is support...

enhancement

In https://bugs.launchpad.net/zope.component/+bug/98412, @garyposter reported: > As noted in http://www.zope.org/Collectors/Zope3-dev/674, the interface adapter hook registration now done implicitly in `zope.component._api` should probably be made explicit. @ctheune followed up: > Feels like...

enhancement

open issues: - [ ] failing test `test___setstate___rebuilds__v_lookup` Fixes #75

## PROBLEM REPORT ### What I did: Run the tests with Python 3.14a6. ### What I expect to happen: Green bar. ### What actually happened: One test fails: Details Failure...