summaryrefslogtreecommitdiffstatshomepage
path: root/py/parsenum.c
Commit message (Expand)AuthorAge
* py: Move to guarded includes, everywhere in py/ core.Damien George2015-01-01
* py: Use shorter, static error msgs when ERROR_REPORTING_TERSE enabled.Damien George2014-11-06
* parser: Convert (u)int to mp_(u)int_t.Damien George2014-07-03
* Rename machine_(u)int_t to mp_(u)int_t.Damien George2014-07-03
* py: Include mpconfig.h before all other includes.Paul Sokolovsky2014-06-21
* py: Separate MICROPY_PY_BUILTINS_COMPLEX from MICROPY_PY_BUILTINS_FLOAT.Paul Sokolovsky2014-06-20
* parsenum: Signedness issues.Paul Sokolovsky2014-06-14
* Rename bultins config variables to MICROPY_PY_BUILTINS_*.Damien George2014-06-01
* py: Fix check of small-int overflow when parsing ints.Damien George2014-05-28
* py: Implement long int parsing in int(...).Damien George2014-05-28
* Add license header to (almost) all files.Damien George2014-05-03
* Remove exception name from inside the exception messageAndrew Scheller2014-04-09
* py: Change nlr_jump to nlr_raise, to aid in debugging.Damien George2014-04-05
* py: Put back proper ValueError for badly parsed integers.Damien George2014-03-21
* py: Improve mp_parse_num_integer; make it self contained.Damien George2014-03-21
* py: Allow 'complex()' to take a string as first argument.Damien George2014-03-21
* py: Implement parsing of infinity and nan for floats.Damien George2014-03-21
* py: Clean up includes.xbe2014-03-17
* py: Implement bit-shift and not operations for mpz.Damien George2014-03-01
* py: Put number parsing code together in parsenum.c.Damien George2014-02-22