summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Move itertools import to module scope.issue224Jason Madden2021-03-152-2/+6
* Let subclasses of BaseAdapterRegistry customize the data structures.Jason Madden2021-03-031-0/+14
* Add more persistence examples.doc_persistency_equality#218Jason Madden2020-10-231-0/+56
* Explore more details of persistence and expand on the motivation for how this...Jason Madden2020-10-231-65/+162
* Add example from #220 to the specification docs and expand it.Jason Madden2020-10-231-8/+97
* cosmeticsdieter2020-10-191-0/+1
* add exampledieter2020-10-191-1/+28
* Document persistency and equalitydieter2020-10-161-0/+37
* Add info on the interaction of weakrefs and interface hashing.issue216Jason Madden2020-09-301-0/+64
* Special case the base Interface in @implementer/classImplements to skip the r...Jason Madden2020-04-071-1/+1
* Make @implementer and classImplements not re-declare redundant interfaces.Jason Madden2020-04-071-7/+10
* Feedback from review: whitespace, doc clarification, and a unit test showing ...Jason Madden2020-04-071-6/+28
* Let interface 'subclasses' override __adapt__.issue3Jason Madden2020-04-062-7/+44
* Add documentation for taggedValue and invariant.Jason Madden2020-04-062-0/+23
* Add more cross refs to documentation and fix a couple sphinx warnings about d...Jason Madden2020-04-062-2/+17
* Ensure Interface is the last item in the __sro__.Jason Madden2020-03-181-3/+16
* Merge pull request #189 from zopefoundation/issue136-issue134Jason Madden2020-03-181-139/+149
|\
| * Documentation clarifications.issue136-issue134Jason Madden2020-03-171-139/+149
* | More minor documentation fixups.issue190Jason Madden2020-03-181-2/+5
* | Make Interface.getTaggedValue follow the __iro__.Jason Madden2020-03-183-5/+43
|/
* Use C3 (mostly) to compute IRO.issue21Jason Madden2020-03-154-47/+187
* Make provided/implementedBy and adapter registries respect super().issue11Jason Madden2020-03-092-3/+28
* 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
* Simplify the string formatting rules for the Invalid exceptions.Jason Madden2020-02-101-39/+105
* Make verifyObject/Class collect and raise all errors instead of only the first.issue171Jason Madden2020-02-081-23/+41
* Add warning to change note about string changes breaking doctests.Jason Madden2020-02-082-19/+35
* Also document the not-a-method case.issue170Jason Madden2020-02-071-0/+8
* Make verification errors more readable and useful.Jason Madden2020-02-071-30/+102
* 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-116-160/+187
* Update README.ru.rstSerjio Razin2019-02-121-23/+22
* Update README.ru.rstSerjio Razin2019-02-111-1/+1
* 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-197-301/+398
* Add docstrings with cross-refs to z.i.common.interfacesJason Madden2018-07-191-1/+2
* Basic automodule directives for the modules in zope.interface.common.Jason Madden2018-07-192-0/+31
* Standarize the ReST headers in api.rst.Jason Madden2018-07-191-68/+69
* Merge pull request #110 from zopefoundation/roto-drop-py33Joni Orponen2017-12-291-4/+3
|\
| * Simplify and future-proof tox usage documentation.roto-drop-py33Joni Orponen2017-12-281-4/+3
* | Add changelog to RTDMichael Howitz2017-12-152-0/+2
|/
* Fix hardcoded version number in Sphinx docsMarius Gedminas2017-12-141-4/+9
* Use LuaLaTeXfix-latex-docsMarius Gedminas2017-12-071-1/+5
* Fix sentence in READMENiels Bom2017-03-201-1/+1