aboutsummaryrefslogtreecommitdiff
path: root/py/mpz.h
AgeCommit message (Expand)Author
2014-03-01py: Implement bit-shift and not operations for mpz.Damien George
2014-02-26py: Take out bitfield entries from their own structure.Damien George
2014-02-26py: Start to implement shl/shr for mpz. Fix return void.Damien George
2014-02-24py: Fix mpn_sub, was increasing wrong source pointer.Damien George
2014-02-22Add arbitrary precision integer support.Damien George