summaryrefslogtreecommitdiff
path: root/src/zope/interface/registry.py
Commit message (Expand)AuthorAgeFilesLines
* Use C3 (mostly) to compute IRO.issue21Jason Madden2020-03-151-1/+1
* Add __all__ to all modules.issue153Jason Madden2020-02-051-0/+6
* Fix the cache getting out of sync with _utility_registrations.issue93Jason Madden2017-06-141-13/+16
* Fix #85 by implementing __reduce__ to omit _v_ attributes.issue85-take2-reduceJason Madden2017-06-141-4/+19
* 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