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