summaryrefslogtreecommitdiffstatshomepage
path: root/py/makeqstrdata.py
Commit message (Expand)AuthorAge
* py: Replace naive and teribble hash function with djb2.Damien George2014-03-25
* Fix makeqstrdata.py to work in Python 2.7Dave Hylands2014-03-10
* makeqstrdata: print error to stderr.Damien George2014-03-08
* stm: Initialize sys.path with ["0:/", "0:/src", "0:/lib"].Paul Sokolovsky2014-02-18
* Change mp_obj_type_t.name from const char * to qstr.Damien George2014-02-15
* Retain file order of qstr definitions.Damien George2014-01-24
* Allow qstr's with non-ident chars, construct good identifier for them.Paul Sokolovsky2014-01-24
* Fix malformed generated file when using python 2.7Dave Hylands2014-01-21
* Revamp qstrs: they now include length and hash.Damien George2014-01-21