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