summaryrefslogtreecommitdiff
path: root/py/builtinimport.c
AgeCommit message (Expand)Author
2017-08-15py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.Stefan Naumann
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-07py,extmod: Some casts and minor refactors to quiet compiler warnings.Tom Collins
2017-07-04py: Change mp_uint_t to size_t in builtins code.Damien George
2017-06-28py/builtinimport: Remove unreachable code for relative imports.Damien George
2017-06-15all: Make more use of mp_raise_{msg,TypeError,ValueError} helpers.Damien George
2017-05-29various: Spelling fixesVille Skyttä
2017-05-09unix/main: Implement -m option for packages.Paul Sokolovsky
2017-03-29py: Change mp_uint_t to size_t for mp_obj_str_get_data len arg.Damien George
2017-03-29py: Convert mp_uint_t to size_t for tuple/list accessors.Damien George
2017-03-28py: Use mp_raise_TypeError/mp_raise_ValueError helpers where possible.Damien George
2017-03-14py: Allow lexer to raise exceptions during construction.Damien George
2017-01-22py: Move weak-link map to objmodule.c, and expose module maps as public.Damien George
2017-01-16py/builtinimport: Remove unreachable code and change obj-import comment.Damien George
2017-01-16py/builtinimport: Raise ValueError for bad relative import, per CPython.Damien George
2017-01-08py/builtinimport: Fix bug when importing names from frozen packages.Damien George
2016-12-13py/builtinimport: Support importing packages from compiled .mpy files.Damien George
2016-11-16py: Factor persistent code load/save funcs into persistentcode.[ch].Damien George
2016-10-17py: Use mp_raise_msg helper function where appropriate.Damien George
2016-09-20py/builtinimport: Fix nanbox build after change to better handle -m modules.Paul Sokolovsky
2016-09-20builtinimport: add the module specified by -m to sys.modules as '__main__'Delio Brignoli
2016-07-02py/builtinimport: Disable "imported as namespace package" warning.Paul Sokolovsky
2016-05-23py: Allow to stat and import frozen mpy files using new frozen "VFS".Damien George
2016-05-21py/builtinimport: Unbreak bare-arm build.Paul Sokolovsky
2016-05-21py/builtinimport: Unbreak minimal build.Paul Sokolovsky
2016-05-21py/{builtinimport,frozenmod}: Rework frozen modules support to support packages.Paul Sokolovsky
2016-04-13py: Add ability to have frozen persistent bytecode from .mpy files.Damien George
2016-01-11py: Change type signature of builtin funs that take variable or kw args.Damien George
2015-12-18py: Add MICROPY_ENABLE_COMPILER and MICROPY_PY_BUILTINS_EVAL_EXEC opts.Damien George
2015-11-29py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.Damien George
2015-11-29py: Add MP_ROM_* macros and mp_rom_* types and use them.Damien George
2015-11-13py: Allow to import compiled bytecode files.Damien George
2015-06-29builtinimport: Fix running package submodule with -m.Paul Sokolovsky
2015-06-27builtinimport: Catch case when relative import happens without active package.Paul Sokolovsky
2015-06-06unix: Make micropython -m <module> work for frozen modules.Paul Sokolovsky
2015-04-16py: Add %q format support to mp_[v]printf, and use it.Damien George
2015-02-16builtinimport: Revamp&refactor handling of relative imports.Paul Sokolovsky
2015-02-16builtinimport: Improve debugging output.Paul Sokolovsky
2015-01-29py: Change vstr_null_terminate -> vstr_null_terminated_str, returns str.Damien George
2015-01-28py: Change vstr so that it doesn't null terminate buffer by default.Damien George
2015-01-21builtinimport: Make sure that qstr is used properly to load frozen modules.Paul Sokolovsky
2015-01-20py: Implement very simple frozen modules support.Paul Sokolovsky
2015-01-16py, unix: Allow to compile with -Wsign-compare.Damien George
2015-01-01py: Move to guarded includes, everywhere in py/ core.Damien George
2015-01-01py: Add basic framework for issuing compile/runtime warnings.Paul Sokolovsky
2014-12-09py: Allow builtins to be overridden.Damien George
2014-12-05py: Optimise lexer by exposing lexer type.Damien George
2014-11-06py: Use shorter, static error msgs when ERROR_REPORTING_TERSE enabled.Damien George
2014-11-05py: Deactivate more code without MICROPY_PY_SYSSven Wegener
2014-11-05py: Fix some macros defines; cleanup some includes.Damien George