summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* First cut at adapter-registry refactoring. The refactoring makesmonolithic-zope3-zope-app-jim-adapter-redesignJim Fulton2005-09-081-0/+85
adapter lookup work more like method lookup. This provides: - a much simpler algorithm, - a basis for super-like adapter lookup, and - a fix for a bug in multi-adapter lookup. These changes also remove the distinction between objects with no interface declarations and objects that declare that they provide Interface. Unfortunately, these version is *much* too slow. I'm checking this version in to save it before trying some variations.