aboutsummaryrefslogtreecommitdiff
path: root/py11/attributes.py
AgeCommit message (Collapse)Author
2016-05-16Fix leading zero handling in Py11's BigInteger encoder.Rob Austein
2015-09-15Add C_CreateObject(), which required refactoring some of the ↵Rob Austein
template-checking code.
2015-09-12Move YAML parsing to external script so py11 doesn't have to worryRob Austein
about finding attributes.yaml at runtime.
2015-09-12Add attribute database based on attributes.yaml.Rob Austein
Simplify prototype definitions and move them to separate module.