mp.c: Accept `0x', `0o' and `0b' prefixes on strings with explicit base.
[catacomb-python] / t / t-mp.py
2020-04-11 Mark Woodingmp.c: Accept `0x', `0o' and `0b' prefixes on strings...
2020-04-11 Mark Woodingcatacomb/__init__.py, mp.c: Use implicit-conversion...
2020-04-11 Mark Woodingmp.c: Tighten up the `MP' and `GF' implicit conversions.
2020-04-11 Mark WoodingSplit 'pyke/' into commit 'c80de12d8d0827e0553fed2e4d39...
2020-04-11 Mark WoodingPort to Python 3.
2020-04-11 Mark Woodingfield.c, mp.c: Implement the `nb_index' conversion.
2020-04-11 Mark Woodingcatacomb/__init__.py, mp.c: Remove `L' suffix from...
2020-04-11 Mark Woodingmp.c, catacomb/__init__.py, pyke/: Fix mixed-mode arith...
2020-04-10 Mark WoodingSplice 'pyke/' prehistory from commit 'c1756f78cbf30074...
2019-11-27 Mark WoodingMerge branch '1.3.x'
2019-11-27 Mark WoodingMerge branch '1.2.x' into 1.3.x
2019-11-27 Mark Woodingt/: Add a test suite.