summaryrefslogtreecommitdiff
path: root/src/zope/interface/registry.py
Commit message (Expand)AuthorAgeFilesLines
* Added some comments to describe the management of _v_utility_registrations_cachesimplify-utility-registrations-cacheJim Fulton2017-05-121-0/+7
* Simply the caching of utility-registration data. In addition toJim Fulton2017-05-121-41/+16
* Support Components subclasses that are not hashable. (#54)Jason Madden2016-08-311-5/+15
* Fix comment.Jason Madden2016-08-301-1/+1
* Better naming, and incorporate feedback from @prsephtonJason Madden2016-08-221-18/+19
* Use dictionary lookups for testing subscribed status.Jason Madden2016-08-191-24/+128
* Remove the _u compat function.literalsJason Madden2016-08-021-20/+18
* Added ``@named(name)`` declaration.Stephan Richter2014-02-041-3/+14
* Close Py3k coverage gap to absolute minimum.Tres Seaver2012-04-061-4/+4
* Merge Py3k w/o 2to3 work.Tres Seaver2012-04-041-26/+11
* Merge from LP branch.Tres Seaver2012-03-261-2/+2
* Merge chrism-componentregistry branch: Chris McDonough2011-09-151-0/+545