summaryrefslogtreecommitdiff
path: root/docs/api/common.rst
Commit message (Collapse)AuthorAgeFilesLines
* Update documentation and clarify the relationship of the older mapping and ↵Jason Madden2020-02-171-15/+17
| | | | sequence interfaces.
* 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
| | | | | | | | 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
* Basic API reference documentation reorg: split into four functional parts.Jason Madden2018-07-191-0/+28
Add some missing documentation for the events component registries create.