summaryrefslogtreecommitdiff
path: root/src/zope/interface/adapter.py
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Python 2.7, 3.5, 3.6. (#266)Michael Howitz2022-12-281-30/+27
* Fix typos (#251)Kian-Meng Ang2022-01-251-1/+1
* Merge pull request #233 from zopefoundation/docs-updateJason Madden2021-03-171-3/+6
|\
| * Update the Adaptation docs to be more concrete.docs-updateJason Madden2021-03-171-3/+6
* | Share code between registered and subscribed.Jason Madden2021-03-151-20/+20
* | Add IAdapterRegistry.subscribed and Components.rebuildUtilityRegistryFromLoca...Jason Madden2021-03-151-0/+20
|/
* Expand on some comments. [skip ci]Jason Madden2021-03-151-1/+14
* Move itertools import to module scope.issue224Jason Madden2021-03-151-30/+73
* Let subclasses of BaseAdapterRegistry customize the data structures.Jason Madden2021-03-031-12/+220
* Fix interface definitions of IAdapterRegistry.subscribe, subscribers and subs...Jason Madden2020-04-231-1/+1
* Make provided/implementedBy and adapter registries respect super().issue11Jason Madden2020-03-091-8/+26
* Add __all__ to all modules.issue153Jason Madden2020-02-051-14/+18
* better namingJens W. Klein2020-02-041-9/+9
* iPerformace optimization in _lookup _lookupAll _subscriptionslookup-performanceJens W. Klein2020-02-041-6/+13
* Test PURE_PYTHON at runtime.Jason Madden2020-01-211-16/+6
* Allow Registering and unregistering instance methods as listeners (#102)‮rekcäH nitraM‮2017-11-281-1/+1
* Enable combined coverage reports under tox and branch coveragecombined-coverageJason Madden2017-06-141-2/+2
* 100% coverage (#90)Jason Madden2017-06-121-5/+5
* Raise ValueError if non-text name passed to adapter registry methods.75-prevent-non-text-name-errorsTres Seaver2017-05-041-0/+9
* Document API for adapter registry.Tres Seaver2016-12-061-0/+4
* Merge branch 'master' of github.com:zopefoundation/zope.interfaceJean Jordaan2016-12-061-2/+2
|\
| * Fix C optimizations broken on Py3k.60-fix_c_optimizations-py3kTres Seaver2016-11-151-2/+2
* | Editing while reading: literals, typos, grammarJean Jordaan2016-10-161-1/+1
|/
* Remove the _u compat function.literalsJason Madden2016-08-021-2/+2
* Remove duplicated linesGil Forcada2015-03-151-4/+0
* 100% branch coverage for 'zope.interface.adapter'.Tres Seaver2014-12-081-2/+1
* Repository policy.Tres Seaver2012-06-181-1/+1
* Merge Py3k w/o 2to3 work.Tres Seaver2012-04-041-21/+23
* Merge from LP branch.Tres Seaver2012-03-261-20/+30
* Remove CVS-era Id fossils.Tres Seaver2010-06-031-2/+0
* Merge of regebro-python3 branch, adding Python 3.1 compatibility\!Lennart Regebro2010-04-091-0/+10
* Comply with repository policy.Tres Seaver2010-04-061-1/+1
* Revert incorrect copyright header update.Christian Theune2009-12-171-1/+1
* Updating copyright header after transfer of ownership to the Zope FoundationChristian Theune2009-11-021-1/+1
* clean up some comments and some whitespaceGary Poster2009-10-311-42/+38
* clean up registry structures to avoid unecessary references to globalFred Drake2009-06-301-5/+40
* Confusion.Chris McDonough2009-04-231-0/+9
* Fixed bug https://bugs.launchpad.net/zope3/+bug/109980.Jim Fulton2007-05-221-3/+3
* Moving code to satellite.Christian Theune2007-05-031-0/+644
* Removed interface copyJim Fulton2006-03-111-744/+0
* Correcting borked move.Nathan Yergler2006-02-271-0/+744