chiark / gitweb /
Bug squashing.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 28 Jan 2006 19:03:25 +0000 (19:03 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 28 Jan 2006 19:03:25 +0000 (19:03 +0000)
commitf368b46e168e8accdb0c578ccbba7e7d2ee8c0de
tree818939a3f50e8be208c79dff51cc84c0459af036
parent11cb3d97caae1888a6d6ae63ff6e2dea9f7cce01
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.
buffer.c
catacomb-python.h
ec.c
field.c
group.c
mp.c
pgen.c
pubkey.c
rand.c