pyke/mapping.c, key.c: Make the mapping code more intrusive and complete.
[pyke] / pyke.h
2020-04-11 Mark Woodingpyke/mapping.c, key.c: Make the mapping code more intru...
2020-04-11 Mark Wooding*.c: Split the constant definitions into the various...
2020-04-11 Mark Woodingpyke/pyke.[ch]: Make type skeleton structures be read...
2020-04-11 Mark Woodingpyke/pyke.h: Add a `MEMBER' variant with explicit membe...
2020-04-11 Mark Wooding*.c: Use Python `METH_NOARGS' methods where applicable.
2020-04-11 Mark Wooding*.c: Use Python's facilities for defining class and...
2020-04-11 Mark Wooding*.c: Make all of the type-definition tables read-only.
2020-04-11 Mark Woodingpyke/pyke.c: Check conversions hidden inside `KWLIST...
2020-04-11 Mark Woodingpyke/pyke.h, key.c: Rename `INDEXERR' to `MAPERR'.
2020-04-10 Mark Woodingpyke/, ...: Extract utilities into a sort-of reusable...