chiark / gitweb /
algorithms.c: Add bindings for STROBE.
[catacomb-python] / pyke /
2020-04-11 Mark WoodingSplit 'pyke/' into commit '6c2569879c220eeac35957cdba9a...
2020-04-11 Mark Woodingpyke/pyke-mLib.c: Raise `OverflowError' on out-of-range...
2020-04-11 Mark WoodingSplit 'pyke/' into commit 'c80de12d8d0827e0553fed2e4d39...
2020-04-11 Mark WoodingPort to Python 3.
2020-04-11 Mark Wooding*.[ch]: Some preparatory reformatting for the Python...
2020-04-11 Mark Woodingmp.c, catacomb/__init__.py, pyke/: Fix mixed-mode arith...
2020-04-11 Mark Wooding*.c: Separate string function calls according to text...
2020-04-11 Mark Wooding*.c: Introduce a new input conversion for binary strings.
2020-04-11 Mark Wooding*.c: Use the new `Py_hash_t' type.
2020-04-11 Mark Wooding*.c: Use `PyVarObject_HEAD_INIT' to initialize type...
2020-04-11 Mark Wooding*.c: Use the new `Py_TYPE' and `Py_SIZE' macros; define...
2020-04-11 Mark Woodingpyke/mapping.c, key.c: Make the mapping code more intru...
2020-04-11 Mark Woodingpyke/mapping.c: Introduce macro for unconstifying commo...
2020-04-11 Mark Woodingpyke/pyke.c (newtype): Explicitly clear `ht_slots'.
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 WoodingSplice 'pyke/' prehistory from commit 'c1756f78cbf30074...
2020-04-10 Mark Woodingpyke/, ...: Extract utilities into a sort-of reusable...