| Commit message (Expand) | Author | Age |
* | extmod/modbluetooth: Rename module to "ubluetooth". | Jim Mussared | 2019-10-22 |
* | py: Automatically provide weak links from "foo" to "ufoo" module name. | Damien George | 2019-10-22 |
* | various: Add and update my copyright line based on git history. | Paul Sokolovsky | 2019-05-17 |
* | py: Update and rework build system for including external C modules. | Andrew Leech | 2019-03-08 |
* | py: Implement a module system for external, user C modules. | Ayke van Laethem | 2019-03-08 |
* | py: Allow registration of modules at their definition. | Andrew Leech | 2019-03-08 |
* | extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`. | Yonatan Goldschmidt | 2019-02-14 |
* | py/objmodule: Implement PEP 562's __getattr__ for modules. | Paul m. p. P | 2018-10-23 |
* | py/objmodule: Remove TODO about checking store attr to a module. | Damien George | 2018-09-27 |
* | py/objmodule: Make mp_obj_module_get_globals an inline function. | Damien George | 2018-07-08 |
* | extmod/moducryptolib: Add ucryptolib module with crypto functions. | Paul Sokolovsky | 2018-06-27 |
* | py/objmodule: Factor common code for calling __init__ on builtin module. | Damien George | 2018-02-20 |
* | all: Remove inclusion of internal py header files. | Damien George | 2017-10-04 |
* | all: Use the name MicroPython consistently in comments | Alexander Steffen | 2017-07-31 |
* | py/objmodule: Move module init/deinit code into runtime functions. | Damien George | 2017-01-26 |
* | py: Move weak-link map to objmodule.c, and expose module maps as public. | Damien George | 2017-01-22 |
* | extmod/modutimeq: Refactor into optimized class. | Paul Sokolovsky | 2016-12-22 |
* | stmhal/moduselect: Move to extmod/ for reuse by other ports. | Paul Sokolovsky | 2016-11-21 |
* | all: Remove 'name' member from mp_obj_module_t struct. | Damien George | 2016-09-22 |
* | py: Add basic _thread module, with ability to start a new thread. | Damien George | 2016-06-28 |
* | py: Support to build berkeley db 1.85 and "btree" module. | Paul Sokolovsky | 2016-06-15 |
* | py: Add uerrno module, with errno constants and dict. | Damien George | 2016-05-10 |
* | py/modcollections: Rename module name have "u" prefix for consistency. | Paul Sokolovsky | 2016-05-02 |
* | py/modio: Rename module name to "uio" for consistency with other modules. | Paul Sokolovsky | 2016-05-02 |
* | extmod/modwebrepl: Module to handle WebREPL protocol. | Paul Sokolovsky | 2016-04-29 |
* | extmod: Add initial framebuf module. | Damien George | 2016-04-12 |
* | extmod/modwebsocket: Start module for WebSocket helper functions. | Paul Sokolovsky | 2016-03-24 |
* | extmod/modurandom: Add "urandom" module. | Paul Sokolovsky | 2016-01-17 |
* | unix: Move modmachine into unix directory | Dave Hylands | 2015-12-13 |
* | py: Make it easy to build without MICROPY_PY_BUILTINS_COMPLEX. | Paul Sokolovsky | 2015-12-07 |
* | py/modsys: Implement sys.modules. | Paul Sokolovsky | 2015-12-05 |
* | 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 |
* | extmod/modlwip: slip: Use stream protocol and be port-independent. | Paul Sokolovsky | 2015-10-27 |
* | py: Add support to call __init__ from a builtin module on first import. | Damien George | 2015-10-12 |
* | modussl: SSL socket wrapper module based on axTLS. | Paul Sokolovsky | 2015-10-06 |
* | modstruct: Rename module to "ustruct", to allow full Python-level impl. | Paul Sokolovsky | 2015-05-04 |
* | modmachine: Add new module to access hardware, starting with physical memory. | Paul Sokolovsky | 2015-05-04 |
* | py: Add %q format support to mp_[v]printf, and use it. | Damien George | 2015-04-16 |
* | py: Overhaul and simplify printf/pfenv mechanism. | Damien George | 2015-04-16 |
* | py: Combine load_attr and store_attr type methods into one (attr). | Damien George | 2015-04-11 |
* | py: Implement core of OrderedDict type. | Paul Sokolovsky | 2015-03-20 |
* | py, unix: Allow to compile with -Wunused-parameter. | Damien George | 2015-01-20 |
* | py, unix, stmhal: Allow to compile with -Wshadow. | Damien George | 2015-01-20 |
* | py: Put all global state together in state structures. | Damien George | 2015-01-07 |
* | py: Move to guarded includes, everywhere in py/ core. | Damien George | 2015-01-01 |
* | py: Allow builtins to be overridden. | Damien George | 2014-12-09 |
* | unix: fast: Set initial module dict size big to have high pystone score. | Paul Sokolovsky | 2014-11-05 |
* | py: Print imported module's location (__file__) if available. | Damien George | 2014-09-08 |
* | Add license header to (almost) all files. | Damien George | 2014-05-03 |