Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-05 | tests: Rename test scripts, changing - to _ for consistency. | Damien George | |
From now on, all new tests must use underscore. Addresses issue #727. | |||
2014-05-29 | py: Implement bignum '&' with negatives on lhs and rhs. | Damien George | |
Needs proper coverage testing. Doesn't implement -ve & -ve. Addresses issue #611. | |||
2014-05-12 | py: Fix bug in mpz_and function. | Damien George | |
Addresses issue #610. |