@@@ py_buffer/freebin wip
[catacomb-python] / field.c
2020-04-11 Mark WoodingSplit 'pyke/' into commit '6c2569879c220eeac35957cdba9a...
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 Woodingfield.c: Replace `tofe' by `implicitfe', calling `impli...
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 Woodingec.c, field.c: Remove redundant `FOO_pyrichcompare...
2020-04-11 Mark Wooding*.c: Separate string function calls according to text...
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: Split the constant definitions into the various...
2020-04-11 Mark Woodingpyke/pyke.[ch]: Make type skeleton structures be read...
2020-04-11 Mark Woodingalgorithms.c, ec.c, field.c: Replace properties by...
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 Woodingfield.c: Push field-polynomial property into binary...
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-25 Mark Woodingfield.c: Delete the completely unused `getfe' function.
2019-11-22 Mark Woodingfield.c: Convert external-format field element to hex...
2019-11-22 Mark Woodingfield.c: Return the binary-field polynomial as, err...
2019-11-22 Mark Wooding*.c: Consistently show keyword arguments as optional...
2019-11-17 Mark Woodingfield.c: Fix misleading docstrings.
2019-11-17 Mark Woodingfield.c, mp.c: Hash `GF' and `FE' objects the same...
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-13 Mark WoodingReturn `long' objects when `int' is requested but the...
2017-05-03 Mark WoodingReturn `long' objects when `int' is requested but the...
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-16 Mark WoodingOverhaul formatting.
2007-02-17 Mark WoodingGeneral: Fix lots of whitespace issues.
2006-10-25 Mark WoodingGeneral: Update for Python 2.5.
2006-03-30 Mark Woodingfield: Correct conversions from integers.
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 mdwInitial check-in of catacomb-python.