index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
builtinimport.c
Age
Commit message (
Expand
)
Author
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2020-02-26
Validate builtin member is a module
Scott Shawcroft
2020-02-25
Support importing native modules in native packages.
Scott Shawcroft
2018-10-07
modsys: exc_info: Add traceback
Noralf Trønnes
2018-10-07
py/builtinimport: Set __file__ on MPY modules
Noralf Trønnes
2018-08-09
Two fixes and translate more strings.
Scott Shawcroft
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-07-03
Always collect after an import
Scott Shawcroft
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
2018-01-24
Introduce a long lived section of the heap.
Scott Shawcroft
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-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-09-05
py: Only load frozen modules when the filename has the prefix. (#235)
Scott Shawcroft
2017-09-01
Fix issue #207, esp8266 file operations problems (#222)
Dan Halbert
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-08-15
py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.
Stefan Naumann
2017-08-11
Turn on Rosie CI testing to test new builds on real hardware.
Scott Shawcroft
2017-08-10
py: Pretend frozen files are stored under .frozen rather than the empty path.
Scott Shawcroft
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-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-06-15
all: Make more use of mp_raise_{msg,TypeError,ValueError} helpers.
Damien George
2017-05-29
various: Spelling fixes
Ville Skyttä
2017-05-09
unix/main: Implement -m option for packages.
Paul Sokolovsky
2017-03-29
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-28
py: Use mp_raise_TypeError/mp_raise_ValueError helpers where possible.
Damien George
2017-03-14
py: Allow lexer to raise exceptions during construction.
Damien George
2017-02-24
Switch exception throwing to mp_raise helpers. It saves a little code space e...
Scott Shawcroft
2017-01-22
py: Move weak-link map to objmodule.c, and expose module maps as public.
Damien George
2017-01-16
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-08
py/builtinimport: Fix bug when importing names from frozen packages.
Damien George
2016-12-13
py/builtinimport: Support importing packages from compiled .mpy files.
Damien George
2016-11-16
py: Factor persistent code load/save funcs into persistentcode.[ch].
Damien George
2016-10-17
py: Use mp_raise_msg helper function where appropriate.
Damien George
2016-09-20
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-07-02
py/builtinimport: Disable "imported as namespace package" warning.
Paul Sokolovsky
2016-05-23
py: Allow to stat and import frozen mpy files using new frozen "VFS".
Damien George
2016-05-21
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-04-13
py: Add ability to have frozen persistent bytecode from .mpy files.
Damien George
[next]