summaryrefslogtreecommitdiff
path: root/py/builtinimport.c
AgeCommit message (Expand)Author
2014-01-25Implement mp_parse_node_free; print properly repr(string).Damien George
2014-01-22Second stage of qstr revamp: uPy str object can be qstr or not.Damien George
2014-01-21Revamp qstrs: they now include length and hash.Damien George
2014-01-20Implement modules as singletons Python semantics.Paul Sokolovsky
2014-01-18Add source file name and line number to error messages.Damien George
2014-01-15Convert parse errors to exceptions.Damien George
2014-01-13Cleanup built-ins, and fix some compiler warnings/errors.Damien George
2014-01-04Split qstr into pools, and put initial pool in ROM.Damien George
2014-01-03Change mp_compile so that it returns a function object for the module.Damien George
2014-01-03Basic implementation of import.Damien George