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