aboutsummaryrefslogtreecommitdiff
path: root/py/strtonum.c
AgeCommit message (Expand)Author
2014-02-22py: Put number parsing code together in parsenum.c.Damien George
2014-02-22py: Rename strtonum to mp_strtonum.Damien George
2014-02-15Implement proper exception type hierarchy.Damien George
2014-02-12Remove mp_obj_new_exception_msg_1_arg and _2_arg.Damien George
2014-01-21Revamp qstrs: they now include length and hash.Damien George
2014-01-15Add errno=0 before call.Damien George
2014-01-15Merge branch 'str2int' of github.com:xyb/micropython into xyb-str2intDamien George
2014-01-15add more tests and remove debug codexyb
2014-01-15int() test passedxyb
2014-01-14Implemented int(str) in UNIXxyb