index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
builtinimport.c
Age
Commit message (
Expand
)
Author
2024-03-07
all: Remove the "STATIC" macro and just use "static" instead.
Angus Gratton
2024-02-16
py/emitglue: Introduce mp_proto_fun_t as a more general mp_raw_code_t.
Damien George
2024-01-30
py/builtinimport: Simplify calls to stat_path().
Matthias Urlichs
2023-10-12
py/builtinevex: Handle invalid filenames for execfile.
Jim Mussared
2023-07-13
py/builtinimport: Fix built-in imports when external import is disabled.
Jim Mussared
2023-06-08
py/modsys: Allow sys.path to be assigned to.
Jim Mussared
2023-06-08
all: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins.
Jim Mussared
2023-06-08
py/makemoduledefs.py: Add a way to register extensible built-in modules.
Jim Mussared
2023-06-08
py/builtinimport: Remove weak links.
Jim Mussared
2023-06-05
py/builtinimport: Remove partially-loaded modules from sys.modules.
David Grayson
2023-06-02
py: Use nlr jump callbacks to optimise compile/execute functions.
Damien George
2023-06-01
py/builtinimport: Allow builtin modules to be packages.
Jim Mussared
2023-06-01
py/builtinimport: Optimise sub-package loading.
Jim Mussared
2023-06-01
py/builtinimport: Handle empty sys.path correctly.
Jim Mussared
2023-03-10
py/builtinimport: Fix unix port build with external imports disabled.
Laurens Valk
2022-12-08
py: Pass in address to compiled module instead of returning it.
Damien George
2022-11-08
py/builtinimport: Fix crash handling "weak link" module names.
Simon Arlott
2022-08-23
py/builtinimport: Allow overriding of mp_builtin___import__.
Laurens Valk
2022-07-27
py/builtinimport: Remove duplicate static function argument.
Angus Gratton
2022-03-28
py/builtinimport: Alias sys to usys if import weak links aren't enabled.
Damien George
2022-02-24
py: Rework bytecode and .mpy file format to be mostly static data.
Damien George
2021-12-18
py: Only search frozen modules when '.frozen' is found in sys.path.
Jim Mussared
2021-12-01
py/builtinimport: Refactor module importing.
Jim Mussared
2021-09-24
py/builtinimport: Forward all debug printing to MICROPY_DEBUG_PRINTER.
stijn
2021-07-31
py/builtinimport: Fix condition for including do_execute_raw_code().
David Lechner
2021-05-30
py/builtinimport: Change relative import's ValueError to ImportError.
Damien George
2021-04-27
py: Add option to compile without any error messages at all.
Damien George
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2020-04-13
all: Clean up error strings to use lowercase and change cannot to can't.
Damien George
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-04-05
py: Use preprocessor to detect error reporting level (terse/detailed).
Jim Mussared
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-28
py/builtinimport: Adjust if-block order in find_file to clean up #if's.
Damien George
2020-02-13
py: Add mp_raise_msg_varg helper and use it where appropriate.
Damien George
2019-11-26
py/builtinimport: Raise exception on empty module name.
Léa Saviot
2019-10-22
py: Automatically provide weak links from "foo" to "ufoo" module name.
Damien George
2019-07-31
py/builtinimport: Populate __file__ when importing frozen or mpy files.
Paul m. p. P
2019-01-27
py: Remove calls to file reader functions when these are disabled.
Sean Burton
2018-02-20
py/builtinimport: Add compile-time option to disable external imports.
Damien George
2018-02-20
py/objmodule: Factor common code for calling __init__ on builtin module.
Damien George
2017-12-13
py/builtinimport: Call __init__ for modules imported via a weak link.
Damien George
2017-12-11
py: Convert all uses of alloca() to use new scoped allocation API.
Damien George
2017-11-16
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-08-15
py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.
Stefan Naumann
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-07
py,extmod: Some casts and minor refactors to quiet compiler warnings.
Tom Collins
2017-07-04
py: Change mp_uint_t to size_t in builtins code.
Damien George
2017-06-28
py/builtinimport: Remove unreachable code for relative imports.
Damien George
2017-06-15
all: Make more use of mp_raise_{msg,TypeError,ValueError} helpers.
Damien George
[next]