chiark / gitweb /
Merge remote-tracking branch 'origin/HEAD'
[catacomb-python] / mp.c
2017-05-14 Mark Woodingmp.c: Add binding for `leastcongruent' function.
2017-05-14 Mark WoodingMerge branch '1.1.x'
2017-05-13 Mark WoodingReturn `long' objects when `int' is requested but the...
2017-05-13 Mark Wooding*.c: Fix docstrings for methods.
2017-05-03 Mark WoodingReturn `long' objects when `int' is requested but the...
2017-04-12 Mark Wooding*.c: Declare `PY_SSIZE_T_CLEAN'.
2016-09-12 Mark Wooding*.c: Fix docstrings for methods.
2015-07-20 Mark WoodingMerge branches 'mdw/pwsafe' and 'mdw/ec-ptcmpr'
2015-05-29 Mark WoodingUse ValueError instead of SyntaxError throughout.
2015-04-20 Mark WoodingStamp the module name onto types properly.
2015-02-27 Mark Woodingmp.c: Binding for `mp_fibonacci'.
2015-02-27 Mark Woodingmp.c: Proper binding for `mp_factorial'.
2013-06-16 Mark WoodingOverhaul formatting.
2007-02-17 Mark Woodingmp: Remove checking from jacobi.
2007-02-17 Mark WoodingGeneral: Fix lots of whitespace issues.
2006-04-05 Mark Woodinggf: New methods for various modular operations.
2006-04-05 Mark Woodingmp: Be more restrictive about implicit conversions.
2006-02-04 Mark Woodinggf: Make GF.fromstring consistent with MP.fromstring
2006-02-04 Mark Woodingmp: Forbid negative bit numbers in {set,clear,test...
2006-01-28 Mark Woodingmp: Replace MP.product() by an MPMul class. Much more...
2006-01-28 Mark WoodingBug squashing.
2006-01-28 Mark Woodingpassim: fix typo
2005-09-15 mdwFix for Cygwin.
2005-04-27 mdwFixing for Python 2.3 and later.
2005-04-10 mdwInitial check-in of catacomb-python.