aboutsummaryrefslogtreecommitdiff
path: root/py/parsenumbase.c
AgeCommit message (Expand)Author
2014-07-03parser: Convert (u)int to mp_(u)int_t.Damien George
2014-06-21py: Include mpconfig.h before all other includes.Paul Sokolovsky
2014-06-14parsenum: Signedness issues.Paul Sokolovsky
2014-05-10py: Fix base "detection" for int('0<hexdigit>', 16).Paul Sokolovsky
2014-05-03Add license header to (almost) all files.Damien George
2014-03-01py: Implement bit-shift and not operations for mpz.Damien George