| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update documentation and clarify the relationship of the older mapping and ↵ | Jason Madden | 2020-02-17 | 1 | -15/+17 |
| | | | | | sequence interfaces. | ||||
| * | Add interfaces for builtins and the io ABCs. | Jason Madden | 2020-02-17 | 1 | -0/+10 |
| | | |||||
| * | Add numbers ABC interfaces. | Jason Madden | 2020-02-17 | 1 | -0/+5 |
| | | |||||
| * | Add z.i.common.collections to parallel the collections.abc classes. | Jason Madden | 2020-02-17 | 1 | -0/+5 |
| | | | | | | | | | Register implemented standard library types on import. Derive the interface methods and documentation from the ABC automatically. I hope to use this for numbers too. Part of #138 | ||||
| * | Use .. caution:: to warn about the the old class-advice based APIsdocs-in-py3 | Marius Gedminas | 2019-11-11 | 1 | -3/+3 |
| | | |||||
| * | Move the @provider example into the right section | Marius Gedminas | 2019-11-11 | 1 | -9/+8 |
| | | | | | | | | | | Explain that implements()/implementsOnly()/classProvides() not only should not be "preferred", but are entirely not functional on Python 3. (These notes should probably use some Sphinx directive to stand out better, but I'm not well versed in Sphinx and I don't know which one I should use.) | ||||
| * | Port the documentation examples to Python 3 | Marius Gedminas | 2019-11-11 | 2 | -55/+79 |
| | | |||||
| * | Cross ref from ISpecification to IDeclaration. | Jason Madden | 2018-07-19 | 1 | -13/+14 |
| | | |||||
| * | Reorganize the 'declarations' document by functional group. | Jason Madden | 2018-07-19 | 1 | -489/+401 |
| | | | | | Add cross references and some formatting fixes. | ||||
| * | Formatting and cross refs for the 'Interface Specification' doc | Jason Madden | 2018-07-19 | 1 | -12/+28 |
| | | |||||
| * | Formatting and cross refs for IComponents. | Jason Madden | 2018-07-19 | 1 | -1/+8 |
| | | |||||
| * | Basic API reference documentation reorg: split into four functional parts. | Jason Madden | 2018-07-19 | 6 | -0/+1230 |
| Add some missing documentation for the events component registries create. | |||||
