aboutsummaryrefslogtreecommitdiff
path: root/py/parsenumbase.h
AgeCommit message (Expand)Author
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-18all: Unify header guard usage.Alexander Steffen
2016-03-14py/parsenum: Use size_t to count bytes, and int for type of base arg.Damien George
2015-01-01py: Move to guarded includes, everywhere in py/ core.Damien George
2014-07-03parser: Convert (u)int to mp_(u)int_t.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-03-01py: Implement bit-shift and not operations for mpz.Damien George