catacomb-python
2019-11-25 Mark Woodingkey.c: Make `None' be the default report-function desig...
2019-11-25 Mark Woodingbuffer.c: Publish the internal structure of buffer...
2019-11-25 Mark Woodingbuffer.c: Add a lock count which pins a write-buffer...
2019-11-25 Mark Woodingbuffer.c: Funnel control through a common exit point.
2019-11-25 Mark Woodingbuffer.c: Handle curve object as `PyObject *'.
2019-11-25 Mark Woodingbuffer.c: Delete pointless initialization.
2019-11-25 Mark Woodingpock: Use floor division on integers.
2019-11-25 Mark Woodingpock: Probe for the fixnum width by enquiring the large...
2019-11-25 Mark Woodingpock: Use `MPMul' so that we can avoid `reduce'.
2019-11-25 Mark Woodingpwsafe: Trim an overly-long section boundary.
2019-11-25 Mark Woodingcatacomb/pwsafe.py: Use `binascii' for Base64 conversion.
2019-11-25 Mark Woodingcatacomb/pwsafe.py: Hack around the change in metaclass...
2019-11-25 Mark Woodingcatacomb/pwsafe.py: Mark abstract storage-backend class...
2019-11-25 Mark Woodingcatacomb/pwsafe.py: Hack around the difference in octal...
2019-11-25 Mark Woodingcatacomb/__init__.py: Implement `rich' comparisons...
2019-11-25 Mark Woodingcatacomb/__init__.py: Don't try to convert text strings...
2019-11-25 Mark Woodingcatacomb/__init__.py: Hack because Python 3 `hex' built...
2019-11-25 Mark Woodingcatacomb/__init__.py: Hack because Python 3 won't destr...
2019-11-25 Mark Wooding*.py: Hack around the mapping change from `itervalues...
2019-11-25 Mark Wooding*.py: Add explicit conversions between binary and text...
2019-11-25 Mark Wooding*.py: Add parentheses around `print' arguments.
2019-11-25 Mark Wooding*.py: Hack around Python exception-catching syntax...
2019-11-25 Mark Wooding*.py: Upgrade old-fashioned `raise' syntax.
2019-11-25 Mark Woodingcatacomb/pwsafe.py: Add missing `.errno' projection.
2019-11-25 Mark Woodingmp.c: Fix misformatting.
2019-11-25 Mark Woodingalgorithms.c: Delete a spurious blank line.
2019-11-25 Mark Woodingmp.c: Use newer names for the internal `long' represent...
2019-11-25 Mark Woodingmp.c: Assert about the Python limb size statically.
2019-11-25 Mark Wooding*.c: Separate string function calls according to text...
2019-11-25 Mark Wooding*.c: Introduce a new input conversion for binary strings.
2019-11-25 Mark Wooding*.c: Use the new `Py_hash_t' type.
2019-11-25 Mark Wooding*.c: Use `PyVarObject_HEAD_INIT' to initialize type...
2019-11-25 Mark Wooding*.c: Use the new `Py_TYPE' and `Py_SIZE' macros; define...
2019-11-25 Mark Wooding*.c: Publish algorithm and crypto-group tables as ...
2019-11-25 Mark Woodingpyke/mapping.c, key.c: Make the mapping code more intru...
2019-11-25 Mark Woodingpyke/mapping.c: Introduce macro for unconstifying commo...
2019-11-25 Mark Woodingpyke/pyke.c (newtype): Explicitly clear `ht_slots'.
2019-11-25 Mark Wooding*.c: Split the constant definitions into the various...
2019-11-25 Mark Woodingpyke/pyke.[ch]: Make type skeleton structures be read...
2019-11-25 Mark Woodingalgorithms.c, ec.c, field.c: Replace properties by...
2019-11-25 Mark Woodingalgorithms.c: Fix longstanding ugly hack with new ...
2019-11-25 Mark Woodingpyke/pyke.h: Add a `MEMBER' variant with explicit membe...
2019-11-25 Mark Wooding*.c: Use Python `METH_NOARGS' methods where applicable.
2019-11-25 Mark Wooding*.c: Use Python's facilities for defining class and...
2019-11-25 Mark Wooding*.c: Rearrange and reformat the class methods.
2019-11-25 Mark Wooding*.c: Make all of the type-definition tables read-only.
2019-11-25 Mark Woodingcatacomb-python.h (GEN): Remove `const' from input...
2019-11-25 Mark Woodingpyke/pyke.c: Check conversions hidden inside `KWLIST...
2019-11-25 Mark Woodingpyke/pyke.h, key.c: Rename `INDEXERR' to `MAPERR'.
2019-11-25 Mark Woodingpyke/, ...: Extract utilities into a sort-of reusable...
2019-11-25 Mark Woodingcatacomb-python.h: Delete a stray trailing `\'.
2019-11-25 Mark Woodingcatacomb-python.h: Add a macro to declare module init...
2019-11-25 Mark Woodingutil.c: Replace mLib `DISCARD' with a plain `(void...
2019-11-25 Mark Woodingutil.c: Rewrite `addmethods' to remove dependency on...
2019-11-25 Mark Woodingcatacomb.c: Use a less awful version comparison.
2019-11-25 Mark Woodingcatacomb.c, util.c: Export `modname' and set it in...
2019-11-25 Mark Wooding*.c: Use `Py_XDECREF' where applicable.
2019-11-25 Mark Wooding*.c: Reformat docstrings.
2019-11-25 Mark Woodingmp.c: Improve docstring.
2019-11-25 Mark Woodingpgen.c: Write a `pgen' status code as `PGST' consistent...
2019-11-25 Mark Woodingkey.c: Delete the `barf' function.
2019-11-25 Mark Woodingbytestring.c: Delete unused buffer methods on `C.ByteSt...
2019-11-25 Mark Woodingbuffer.c: Give `BufferError' a text message.
2019-11-25 Mark Wooding.gdbinit: Delete this ancient and inconvenient thing.
2019-11-25 Mark Woodingcatacomb-python.h: Give up on Python versions prior...
2019-11-25 Mark Woodingfield.c: Push field-polynomial property into binary...
2019-11-25 Mark Wooding*.c: Use Python macros rather than functions where...
2019-11-25 Mark Woodingcatacomb-python.h, *.c: Move definitions back into...
2019-11-25 Mark Wooding.gitignore: Reorder the patterns and make them more...
2019-11-25 Mark Wooding.gitignore: Delete some obsolete things.
2019-11-25 Mark Woodingcatacomb/.gitignore: Delete obsolete file.
2019-11-25 Mark WoodingMerge branch '1.3.x'
2019-11-25 Mark Woodingrand.c: Show keyword argument as optional.
2019-11-25 Mark Woodingmp.c: Fix punctuation error in docstrings.
2019-11-25 Mark Woodingt/t-*.py: Use the `WriteBuffer.contents' property.
2019-11-25 Mark Woodingt/t-bytes.py: Check that indexing, slicing, etc. return...
2019-11-25 Mark Woodingt/t-algorithms.py: Add a simple test for `Keccak1600...
2019-11-25 Mark Woodingt/t-algorithms.py: Add tests for other HSalsa20 and...
2019-11-25 Mark Woodingt/t-algorithms.py: Add AEAD tests.
2019-11-25 Mark Woodingt/t-algorithms.py: Add tests for the new `KeySZ.pad...
2019-11-25 Mark Woodingcatacomb/__init__.py (KeySZRange.pad): Return correct...
2019-11-25 Mark Woodingalgorithms.c: Propagate `AEADF_NOAAD' to `aad' objects.
2019-11-25 Mark Woodingalgorithms.c (AEADAAD.copy): Propagate the hashed lengt...
2019-11-25 Mark WoodingMerge branch '1.2.x' into 1.3.x
2019-11-25 Mark Woodingt/: Add a test suite.
2019-11-25 Mark Woodingec.c: Don't lose error status when constructing points...
2019-11-25 Mark Woodingec.c: Free partially constructed points coordinatewise.
2019-11-25 Mark Wooding*.c: Be more careful about `PySequence_Size'.
2019-11-25 Mark Woodingkey.c: Reformat the rest of the `KeyError' constructor.
2019-11-25 Mark Woodingkey.c: Parse `KeyError' constructor arguments by hand.
2019-11-25 Mark Woodingcatacomb-python.h: Add a macro for raising `OverflowError'.
2019-11-25 Mark Woodingkey.c: Collect `KeyError' argument count as a separate...
2019-11-25 Mark Woodingkey.c: Use tuple functions on `KeyError' argument tuple.
2019-11-25 Mark Woodingkey.c: Rename sad-path label to `end'.
2019-11-25 Mark Woodingkey.c: Delete duplicate setting of `errstring'.
2019-11-25 Mark Woodingutil.c (mkexc): Populate dictionary before constructing...
2019-11-25 Mark Woodingkey.c: Only set the error code.
2019-11-25 Mark Woodingcatacomb.c, util.c: Publish `KERR_...' symbols as negat...
2019-11-25 Mark Woodingfield.c: Delete the completely unused `getfe' function.
2019-11-25 Mark Woodingkey.c (convfilter): Fix sense of error tests.
next