index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
py
/
builtinimport.c
Commit message (
Expand
)
Author
Age
*
unix/main: Implement -m option for packages.
Paul Sokolovsky
2017-05-09
*
py: Change mp_uint_t to size_t for mp_obj_str_get_data len arg.
Damien George
2017-03-29
*
py: Convert mp_uint_t to size_t for tuple/list accessors.
Damien George
2017-03-29
*
py: Use mp_raise_TypeError/mp_raise_ValueError helpers where possible.
Damien George
2017-03-28
*
py: Allow lexer to raise exceptions during construction.
Damien George
2017-03-14
*
py: Move weak-link map to objmodule.c, and expose module maps as public.
Damien George
2017-01-22
*
py/builtinimport: Remove unreachable code and change obj-import comment.
Damien George
2017-01-16
*
py/builtinimport: Raise ValueError for bad relative import, per CPython.
Damien George
2017-01-16
*
py/builtinimport: Fix bug when importing names from frozen packages.
Damien George
2017-01-08
*
py/builtinimport: Support importing packages from compiled .mpy files.
Damien George
2016-12-13
*
py: Factor persistent code load/save funcs into persistentcode.[ch].
Damien George
2016-11-16
*
py: Use mp_raise_msg helper function where appropriate.
Damien George
2016-10-17
*
py/builtinimport: Fix nanbox build after change to better handle -m modules.
Paul Sokolovsky
2016-09-20
*
builtinimport: add the module specified by -m to sys.modules as '__main__'
Delio Brignoli
2016-09-20
*
py/builtinimport: Disable "imported as namespace package" warning.
Paul Sokolovsky
2016-07-02
*
py: Allow to stat and import frozen mpy files using new frozen "VFS".
Damien George
2016-05-23
*
py/builtinimport: Unbreak bare-arm build.
Paul Sokolovsky
2016-05-21
*
py/builtinimport: Unbreak minimal build.
Paul Sokolovsky
2016-05-21
*
py/{builtinimport,frozenmod}: Rework frozen modules support to support packages.
Paul Sokolovsky
2016-05-21
*
py: Add ability to have frozen persistent bytecode from .mpy files.
Damien George
2016-04-13
*
py: Change type signature of builtin funs that take variable or kw args.
Damien George
2016-01-11
*
py: Add MICROPY_ENABLE_COMPILER and MICROPY_PY_BUILTINS_EVAL_EXEC opts.
Damien George
2015-12-18
*
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Damien George
2015-11-29
*
py: Add MP_ROM_* macros and mp_rom_* types and use them.
Damien George
2015-11-29
*
py: Allow to import compiled bytecode files.
Damien George
2015-11-13
*
builtinimport: Fix running package submodule with -m.
Paul Sokolovsky
2015-06-29
*
builtinimport: Catch case when relative import happens without active package.
Paul Sokolovsky
2015-06-27
*
unix: Make micropython -m <module> work for frozen modules.
Paul Sokolovsky
2015-06-06
*
py: Add %q format support to mp_[v]printf, and use it.
Damien George
2015-04-16
*
builtinimport: Revamp&refactor handling of relative imports.
Paul Sokolovsky
2015-02-16
*
builtinimport: Improve debugging output.
Paul Sokolovsky
2015-02-16
*
py: Change vstr_null_terminate -> vstr_null_terminated_str, returns str.
Damien George
2015-01-29
*
py: Change vstr so that it doesn't null terminate buffer by default.
Damien George
2015-01-28
*
builtinimport: Make sure that qstr is used properly to load frozen modules.
Paul Sokolovsky
2015-01-21
*
py: Implement very simple frozen modules support.
Paul Sokolovsky
2015-01-20
*
py, unix: Allow to compile with -Wsign-compare.
Damien George
2015-01-16
*
py: Move to guarded includes, everywhere in py/ core.
Damien George
2015-01-01
*
py: Add basic framework for issuing compile/runtime warnings.
Paul Sokolovsky
2015-01-01
*
py: Allow builtins to be overridden.
Damien George
2014-12-09
*
py: Optimise lexer by exposing lexer type.
Damien George
2014-12-05
*
py: Use shorter, static error msgs when ERROR_REPORTING_TERSE enabled.
Damien George
2014-11-06
*
py: Deactivate more code without MICROPY_PY_SYS
Sven Wegener
2014-11-05
*
py: Fix some macros defines; cleanup some includes.
Damien George
2014-11-05
*
unix: Implement -m option (execute module from stdlib).
Paul Sokolovsky
2014-10-26
*
py: Factor out mp_obj_is_package() function.
Paul Sokolovsky
2014-10-25
*
py: mp_builtin___import__(): Add const to arg type.
Paul Sokolovsky
2014-10-25
*
py: Add module weak link support.
Damien George
2014-10-12
*
py: Implement proper context save/restore for eval/exec; factor code.
Damien George
2014-10-05
*
py: Make compiler return a proper exception on SyntaxError.
Damien George
2014-10-05
*
py: Convert [u]int to mp_[u]int_t where appropriate.
Damien George
2014-10-03
[next]