index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
parsenum.c
Age
Commit message (
Expand
)
Author
2014-06-14
parsenum: Signedness issues.
Paul Sokolovsky
2014-06-01
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
Damien George
2014-05-28
py: Fix check of small-int overflow when parsing ints.
Damien George
2014-05-28
py: Implement long int parsing in int(...).
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-09
Remove exception name from inside the exception message
Andrew Scheller
2014-04-05
py: Change nlr_jump to nlr_raise, to aid in debugging.
Damien George
2014-03-21
py: Put back proper ValueError for badly parsed integers.
Damien George
2014-03-21
py: Improve mp_parse_num_integer; make it self contained.
Damien George
2014-03-21
py: Allow 'complex()' to take a string as first argument.
Damien George
2014-03-21
py: Implement parsing of infinity and nan for floats.
Damien George
2014-03-17
py: Clean up includes.
xbe
2014-03-01
py: Implement bit-shift and not operations for mpz.
Damien George
2014-02-22
py: Put number parsing code together in parsenum.c.
Damien George