summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/int-big-and.py
Commit message (Collapse)AuthorAge
* 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.