From: Mark Wooding Date: Sat, 28 Jan 2006 19:03:25 +0000 (+0000) Subject: Bug squashing. X-Git-Tag: 1.0.1~37 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/f368b46e168e8accdb0c578ccbba7e7d2ee8c0de?ds=inline;hp=f368b46e168e8accdb0c578ccbba7e7d2ee8c0de Bug squashing. * Fix setting functions to check for null value (interpreted as property deletion) and raise an exception or do something else useful. * Fix conversion of read buffer to string so it returns the remainder rather than the whole thing. * Make conversions between MP and Python long work on PyObjects rather than PyLongObjects, to eliminate pointless type casts. * Fix primefield constructor argument parsing so that it doesn't crash! * Fix radix checking in MP conversions to exclude +/-1, and 0 for output. This turns into a little function now. * Do argument checking on Jacobi function. ---