summaryrefslogtreecommitdiffstatshomepage
path: root/py/parsenumbase.c
Commit message (Expand)AuthorAge
* py/parsenum: Fix compiler warnings for no decl and signed comparison.Damien George2016-03-14
* py/parsenum: Use size_t to count bytes, and int for type of base arg.Damien George2016-03-14
* py: Parse big-int/float/imag constants directly in parser.Damien George2015-02-08
* py, unix: Allow to compile with -Wunused-parameter.Damien George2015-01-20
* py: Move to guarded includes, everywhere in py/ core.Damien George2015-01-01
* parser: Convert (u)int to mp_(u)int_t.Damien George2014-07-03
* py: Include mpconfig.h before all other includes.Paul Sokolovsky2014-06-21
* parsenum: Signedness issues.Paul Sokolovsky2014-06-14
* py: Fix base "detection" for int('0<hexdigit>', 16).Paul Sokolovsky2014-05-10
* Add license header to (almost) all files.Damien George2014-05-03
* py: Implement bit-shift and not operations for mpz.Damien George2014-03-01