Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
aaef1851a748af95f8b105ef2d1d4f35e6ede02b
/
py
/
parsenum.c
5f3c3ec
py/parsenum: Provide detailed error for int parsing with escaped bytes.
by Damien George
· 10 years ago
2a1090a
py: Clarify comment in parsenum.c about ValueError vs SyntaxError.
by Damien George
· 10 years ago
228c68a
py: Change exception type to ValueError when error reporting is terse.
by Daniel Campora
· 10 years ago
0ec8cf8
py/parsenum.c: Rename "raise" func to "raise_exc" to avoid name clash.
by Damien George
· 10 years ago
d4bd37a
py: Fix printing of error message when parsing malformed integer.
by Damien George
· 10 years ago
7d414a1
py: Parse big-int/float/imag constants directly in parser.
by Damien George
· 10 years ago
51dfcb4
py: Move to guarded includes, everywhere in py/ core.
by Damien George
· 11 years ago
1e9a92f
py: Use shorter, static error msgs when ERROR_REPORTING_TERSE enabled.
by Damien George
· 11 years ago
3816182
parser: Convert (u)int to mp_(u)int_t.
by Damien George
· 11 years ago
40f3c02
Rename machine_(u)int_t to mp_(u)int_t.
by Damien George
· 11 years ago
59c675a
py: Include mpconfig.h before all other includes.
by Paul Sokolovsky
· 11 years ago
3b6f7b9
py: Separate MICROPY_PY_BUILTINS_COMPLEX from MICROPY_PY_BUILTINS_FLOAT.
by Paul Sokolovsky
· 11 years ago
0294661
parsenum: Signedness issues.
by Paul Sokolovsky
· 11 years ago
fb510b3
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
by Damien George
· 11 years ago
d1e355e
py: Fix check of small-int overflow when parsing ints.
by Damien George
· 11 years ago
503d611
py: Implement long int parsing in int(...).
by Damien George
· 11 years ago
04b9147
Add license header to (almost) all files.
by Damien George
· 11 years ago
f78cfaf
Remove exception name from inside the exception message
by Andrew Scheller
· 11 years ago
ea13f40
py: Change nlr_jump to nlr_raise, to aid in debugging.
by Damien George
· 11 years ago
7b4b78b
py: Put back proper ValueError for badly parsed integers.
by Damien George
· 11 years ago
dfbafab
py: Improve mp_parse_num_integer; make it self contained.
by Damien George
· 11 years ago
6e48f7f
py: Allow 'complex()' to take a string as first argument.
by Damien George
· 11 years ago
c06ea7a
py: Implement parsing of infinity and nan for floats.
by Damien George
· 11 years ago
efe3422
py: Clean up includes.
by xbe
· 11 years ago
06201ff
py: Implement bit-shift and not operations for mpz.
by Damien George
· 11 years ago
2077397
py: Put number parsing code together in parsenum.c.
by Damien George
· 11 years ago