@@@ py_buffer/freebin wip
[catacomb-python] / group.c
2020-04-11 Mark WoodingSplit 'pyke/' into commit '6c2569879c220eeac35957cdba9a...
2020-04-11 Mark Woodingcatacomb.c, ec.c, group.c, mp.c: Count base/exponent...
2020-04-11 Mark Woodingec.c, field.c, group.c: Allow exponents and scalars...
2020-04-11 Mark Woodingec.c, field.c, group.c, mp.c: Fix conversions in `pow...
2020-04-11 Mark WoodingSplit 'pyke/' into commit 'c80de12d8d0827e0553fed2e4d39...
2020-04-11 Mark WoodingPort to Python 3.
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: Publish algorithm and crypto-group tables as ...
2020-04-11 Mark Woodingpyke/pyke.[ch]: Make type skeleton structures be read...
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: Rearrange and reformat the class methods.
2020-04-11 Mark Wooding*.c: Make all of the type-definition tables read-only.
2020-04-10 Mark WoodingSplice 'pyke/' prehistory from commit 'c1756f78cbf30074...
2020-04-10 Mark Wooding*.c: Reformat docstrings.
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...
2020-04-07 Mark WoodingMerge branch '1.3.x' into HEAD
2020-04-07 Mark WoodingMerge branch '1.2.x' into 1.3.x
2020-04-06 Mark WoodingMerge branch '1.3.x'
2020-04-06 Mark WoodingMerge branch '1.2.x' into 1.3.x
2019-11-27 Mark WoodingMerge branch '1.3.x'
2019-11-27 Mark WoodingMerge branch '1.2.x' into 1.3.x
2019-11-22 Mark Woodingcatacomb-python.h, *.c: Fix how Python `pgen' handlers...
2019-11-22 Mark Wooding*.c: Consistently show keyword arguments as optional...
2019-11-22 Mark Woodinggroup.c: Fix capitalization of `ECPt' in docstring.
2019-11-17 Mark Woodinggroup.c: Fix docstring keyword for `G.checkgroup'.
2019-10-04 Mark WoodingDeploy the new <ctype.h> and `foocmp' macros from mLib.
2018-11-10 Mark WoodingConsistently make keyword-lists be static and read...
2018-11-10 Mark Wooding*.c: Spruce up class docstrings.
2017-05-14 Mark WoodingMerge branch '1.1.x'
2017-05-13 Mark Woodinggroup.c: Track Catacomb group internals change.
2017-05-13 Mark WoodingReturn `long' objects when `int' is requested but the...
2017-05-04 Mark Woodinggroup.c: Make element `toec()' method return point...
2017-05-03 Mark WoodingReturn `long' objects when `int' is requested but the...
2017-04-22 Mark Woodinggroup.c: Track Catacomb group internals change.
2017-04-12 Mark Wooding*.c: Declare `PY_SSIZE_T_CLEAN'.
2015-07-20 Mark WoodingMerge branches 'mdw/pwsafe' and 'mdw/ec-ptcmpr'
2015-05-29 Mark WoodingUse ValueError instead of SyntaxError throughout.
2015-05-26 Mark WoodingFix the missing-module-names bug properly.
2015-04-20 Mark WoodingProper hashing for comparable object types.
2015-04-20 Mark WoodingStamp the module name onto types properly.
2013-06-23 Mark WoodingFix a few minor warnings.
2013-06-16 Mark WoodingOverhaul formatting.
2007-02-17 Mark WoodingRename the class `check' method to `checkgroup'.
2007-02-17 Mark WoodingGeneral: Fix lots of whitespace issues.
2006-10-25 Mark WoodingGeneral: Update for Python 2.5.
2006-02-12 Mark Woodinggroup: Implement KCDSA group generation.
2006-01-28 Mark Woodingec, group: Bug squashing.
2006-01-28 Mark WoodingBug squashing.
2006-01-28 Mark Woodingpassim: fix typo
2005-09-15 mdwFix for Cygwin.
2005-04-29 mdwMore fixing for modern Pythons. No longer works with...
2005-04-27 mdwFixing for Python 2.3 and later.
2005-04-10 mdwVarious minor fixings.
2005-04-10 mdwInitial check-in of catacomb-python.