summaryrefslogtreecommitdiffstatshomepage
path: root/py/parsenumbase.h
Commit message (Expand)AuthorAge
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* all: Unify header guard usage.Alexander Steffen2017-07-18
* py/parsenum: Use size_t to count bytes, and int for type of base arg.Damien George2016-03-14
* py: Move to guarded includes, everywhere in py/ core.Damien George2015-01-01
* parser: Convert (u)int to mp_(u)int_t.Damien George2014-07-03
* Add license header to (almost) all files.Damien George2014-05-03
* py: Implement bit-shift and not operations for mpz.Damien George2014-03-01