summaryrefslogtreecommitdiffstatshomepage
path: root/py/builtinimport.c
Commit message (Expand)AuthorAge
* Merge map.h into obj.h.Damien George2014-03-30
* Rename rt_* to mp_*.Damien George2014-03-30
* Proper support for registering builtin modules in ROM.Damien George2014-03-25
* py: Remove obsolete declarations; make mp_obj_get_array consistent.Damien George2014-03-24
* py: Clean up includes.xbe2014-03-17
* Add vstr_ins and vstr_cut_out; improve stmhal readline.Damien George2014-03-15
* __import__: Catch relative import attempts and throw NotImplementedError.Paul Sokolovsky2014-02-21
* import: Implement "from pkg.mod import sym" syntax properly.Paul Sokolovsky2014-02-20
* builtinimport: Get the basic (and only basic) package imports work.Paul Sokolovsky2014-02-16
* builtinimport.c: Recognize "namespace package" and error out as unsupported.Paul Sokolovsky2014-02-16
* Implement proper exception type hierarchy.Damien George2014-02-15
* Make mp_obj_str_get_data return char* instead of byte*.Damien George2014-02-08
* Implement fixed buffer vstrs; use them for import path.Damien George2014-02-06
* Search paths properly on import and execute __init__.py if it exists.Damien George2014-02-05
* Implement support for sys.path when loading modules.Paul Sokolovsky2014-02-05
* Expose __import__() function.Paul Sokolovsky2014-02-04
* Implement mp_parse_node_free; print properly repr(string).Damien George2014-01-25
* 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