pyke
2020-04-11 Mark Woodingpyke/pyke-mLib.c: Raise `OverflowError' on out-of-range... mdw/bakery
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 Woodingpyke/, ...: Extract utilities into a sort-of reusable...
2020-04-10 Mark Wooding(Pruned history of `catacomb-python' begins here.)
2020-04-10 Mark Woodingcatacomb-python.h: Delete a stray trailing `\'.
2020-04-10 Mark Woodingcatacomb-python.h: Add a macro to declare module init...
2020-04-10 Mark Woodingutil.c: Replace mLib `DISCARD' with a plain `(void...
2020-04-10 Mark Woodingutil.c: Rewrite `addmethods' to remove dependency on...
2020-04-10 Mark Woodingcatacomb.c: Use a less awful version comparison.
2020-04-10 Mark Woodingcatacomb.c, util.c: Export `modname' and set it in...
2020-04-10 Mark Wooding*.c: Use `Py_XDECREF' where applicable.
2020-04-10 Mark Wooding*.c: Reformat docstrings.
2020-04-10 Mark Woodingcatacomb-python.h: Give up on Python versions prior...
2020-04-10 Mark Wooding*.c: Use Python macros rather than functions where...
2020-04-10 Mark Woodingcatacomb-python.h, *.c: Move definitions back into...
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 Wooding*.c: Be more careful about `PySequence_Size'.
2019-11-27 Mark Woodingcatacomb-python.h: Add a macro for raising `OverflowError'.
2019-11-27 Mark Woodingutil.c (mkexc): Populate dictionary before constructing...
2019-11-27 Mark Woodingcatacomb.c, util.c: Publish negative constants correctly.
2019-11-25 Mark Woodingfield.c: Delete the completely unused `getfe' function.
2019-11-22 Mark Woodingcatacomb.c: Publish `RAND_IBITS' constant.
2019-11-22 Mark Woodingutil.c: Make `default' arguments optional in `get'...
2019-11-22 Mark Woodingutil.c: Fix sense of error check in `popitem'.
2019-11-22 Mark Woodingcatacomb-python.h, *.c: Fix how Python `pgen' handlers...
2019-11-22 Mark Woodingmp.c, util.c: Use `Py_ssize_t' for lengths.
2019-11-17 Mark Woodingutil.c: Fix docstrings for generic-map iterator classes.
2019-11-17 Mark Woodingmp.c: Factor out and export `mphash'.
2019-11-17 Mark Woodingutil.c: Use Python's machinery for handling 64-bit...
2019-11-17 Mark Woodingutil.c: Augment `convu64' to collect its argument via...
2019-10-04 Mark WoodingDeploy the new <ctype.h> and `foocmp' macros from mLib.
2019-10-01 Mark WoodingSet ELF visibility to keep all of our external symbols...
2019-09-21 Mark Woodingalgorithms.c, etc.: Support the new AEAD abstraction.
2018-11-10 Mark Woodingalgorithms.c, knock-on: Eliminate `f_freeme' flags.
2018-11-10 Mark Woodingbytestring.c: Implement indexing, slicing, concatenatio...
2018-11-10 Mark WoodingConsistently make keyword-lists be static and read...
2018-11-10 Mark Woodingcatacomb-python.h: Eliminate redundant declaration...
2017-05-14 Mark Woodingpubkey.c: Add support for Ed448 signatures, following...
2017-05-14 Mark Woodingpubkey.c: Support the `ed2559ctx' signature scheme...
2017-05-14 Mark WoodingAdd support for SHA3 and related algorithms.
2017-05-14 Mark Woodingalgorithms.c: Add basic support for Keccak[1600, n].
2017-05-14 Mark Woodingutils.c: Raise exceptions from `convTHING' with null...
2017-05-14 Mark WoodingMerge branch '1.1.x'
2017-05-13 Mark Woodingutils.c: Raise exceptions from `convTHING' with null...
2017-05-13 Mark WoodingReturn `long' objects when `int' is requested but the...
2017-05-13 Mark WoodingFurther fixing to use `Py_ssize_t' in place of int.
2017-05-03 Mark Woodingpubkey.c, catacomb/__init__.py: Add bindings for Hambur...
2017-05-03 Mark Woodingpubkey.c, ...: Support Bernstein's `Ed25519' signature...
2017-05-03 Mark Woodingpubkey.c, ...: Support Bernstein's `X25519' key-agreeme...
2017-05-03 Mark WoodingReturn `long' objects when `int' is requested but the...
2017-04-12 Mark Woodingbytestring.c, catacomb/__init__.py: Compare for equalit...
2017-04-12 Mark Wooding*.c: Declare `PY_SSIZE_T_CLEAN'.
2017-04-07 Mark Woodingalgorithms.c: Add support for Poly1305.
2017-04-07 Mark Woodingcatacomb-python.h, util.c: Support for declaring types...
2016-09-12 Mark Woodingutil.c: Add conversions between Python objects and...
2016-09-12 Mark Woodingcatacomb-python.h: Don't inhibit 64-bit type detection...
2016-09-12 Mark Woodingutil.c: Zap spurious whitespace.
2016-09-11 Mark WoodingFurther fixing to use `Py_ssize_t' in place of int.
2015-05-29 Mark Woodingcatacomb.c, ec.c: Bindings for the new EC2OSP/OS2ECP...
2015-05-29 Mark WoodingUse ValueError instead of SyntaxError throughout.
2015-05-26 Mark WoodingFix the missing-module-names bug properly.
2015-05-26 Mark Woodingcatacomb-python.h: Promote `util' to the head of the...
2015-05-26 Mark Woodingcatacomb-python.h: Formatting fix.
2015-04-20 Mark Woodingcatacomb.c: Handle Python's randomize hashing parameter...
2015-04-20 Mark WoodingProper hashing for comparable object types.
2015-04-20 Mark WoodingStamp the module name onto types properly.
2015-02-27 Mark Woodingmp.c: Binding for `mp_fibonacci'.
2013-06-23 Mark WoodingFix a few minor warnings.
2013-06-16 Mark WoodingOverhaul formatting.
2008-04-04 Mark Woodingutil: Actually initialize the utilities properly.
2007-02-17 Mark WoodingGeneral: Fix lots of whitespace issues.
2006-10-25 Mark WoodingGeneral: Update for Python 2.5.
2006-03-22 Mark Woodinggetulong: Compare with LONG_MAX to decide what Python...
2006-03-07 Mark WoodingRemove the various `getuNN' functions and replace them...
2006-03-07 Mark Woodingutil: Report ValuError (not TypeError) for failed integ...
2006-03-06 Mark Woodingmappings: Separate mapping methods into read-only and...
2006-01-28 Mark WoodingBug squashing.
2006-01-28 Mark WoodingReorganization: split out utilities; mapping methods
2006-01-28 Mark Woodingalgorithms: Add PRPs as objects in their own right.
2005-09-26 mdwCheckin, Debianized and more or less complete.
2005-04-29 mdwMore fixing for modern Pythons. No longer works with...
next