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