Commit message (Expand) | Author | Age | |
---|---|---|---|
* | py: Replace naive and teribble hash function with djb2. | Damien George | 2014-03-25 |
* | Fix makeqstrdata.py to work in Python 2.7 | Dave Hylands | 2014-03-10 |
* | makeqstrdata: print error to stderr. | Damien George | 2014-03-08 |
* | stm: Initialize sys.path with ["0:/", "0:/src", "0:/lib"]. | Paul Sokolovsky | 2014-02-18 |
* | Change mp_obj_type_t.name from const char * to qstr. | Damien George | 2014-02-15 |
* | 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-24 |
* | Fix malformed generated file when using python 2.7 | Dave Hylands | 2014-01-21 |
* | Revamp qstrs: they now include length and hash. | Damien George | 2014-01-21 |