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