summaryrefslogtreecommitdiff
path: root/docs/api
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Python 2.7, 3.5, 3.6. (#266)Michael Howitz2022-12-281-27/+0
* Fix typos (#251)Kian-Meng Ang2022-01-251-1/+1
* Fix the documentation so it can be tested with `ZOPE_INTERFACE_STRICT_IRO=1`....Michael Howitz2021-05-051-3/+3
* Make Declaration.__add__ try harder to produce consistent resolution orders.issue193Jason Madden2021-04-011-14/+18
* Update repr() and str() of some common objects.issue236Jason Madden2021-03-251-1/+1
* Update the Adaptation docs to be more concrete.docs-updateJason Madden2021-03-171-1/+1
* Move itertools import to module scope.issue224Jason Madden2021-03-151-1/+1
* Let subclasses of BaseAdapterRegistry customize the data structures.Jason Madden2021-03-031-0/+14
* Add example from #220 to the specification docs and expand it.Jason Madden2020-10-231-8/+97
* Add info on the interaction of weakrefs and interface hashing.issue216Jason Madden2020-09-301-0/+64
* Make @implementer and classImplements not re-declare redundant interfaces.Jason Madden2020-04-071-7/+10
* Let interface 'subclasses' override __adapt__.issue3Jason Madden2020-04-061-0/+2
* Add documentation for taggedValue and invariant.Jason Madden2020-04-061-0/+18
* More minor documentation fixups.issue190Jason Madden2020-03-181-2/+5
* Make Interface.getTaggedValue follow the __iro__.Jason Madden2020-03-182-5/+21
* Use C3 (mostly) to compute IRO.issue21Jason Madden2020-03-153-31/+157
* Update documentation and clarify the relationship of the older mapping and se...Jason Madden2020-02-171-15/+17
* Add interfaces for builtins and the io ABCs.Jason Madden2020-02-171-0/+10
* Add numbers ABC interfaces.Jason Madden2020-02-171-0/+5
* Add z.i.common.collections to parallel the collections.abc classes.Jason Madden2020-02-171-0/+5
* Use .. caution:: to warn about the the old class-advice based APIsdocs-in-py3Marius Gedminas2019-11-111-3/+3
* Move the @provider example into the right sectionMarius Gedminas2019-11-111-9/+8
* Port the documentation examples to Python 3Marius Gedminas2019-11-112-55/+79
* Cross ref from ISpecification to IDeclaration.Jason Madden2018-07-191-13/+14
* Reorganize the 'declarations' document by functional group.Jason Madden2018-07-191-489/+401
* Formatting and cross refs for the 'Interface Specification' docJason Madden2018-07-191-12/+28
* Formatting and cross refs for IComponents.Jason Madden2018-07-191-1/+8
* Basic API reference documentation reorg: split into four functional parts.Jason Madden2018-07-196-0/+1230