summaryrefslogtreecommitdiffstatshomepage
path: root/py/objmodule.c
Commit message (Expand)AuthorAge
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* py/objmodule: Move module init/deinit code into runtime functions.Damien George2017-01-26
* py: Move weak-link map to objmodule.c, and expose module maps as public.Damien George2017-01-22
* extmod/modutimeq: Refactor into optimized class.Paul Sokolovsky2016-12-22
* stmhal/moduselect: Move to extmod/ for reuse by other ports.Paul Sokolovsky2016-11-21
* all: Remove 'name' member from mp_obj_module_t struct.Damien George2016-09-22
* py: Add basic _thread module, with ability to start a new thread.Damien George2016-06-28
* py: Support to build berkeley db 1.85 and "btree" module.Paul Sokolovsky2016-06-15
* py: Add uerrno module, with errno constants and dict.Damien George2016-05-10
* py/modcollections: Rename module name have "u" prefix for consistency.Paul Sokolovsky2016-05-02
* py/modio: Rename module name to "uio" for consistency with other modules.Paul Sokolovsky2016-05-02
* extmod/modwebrepl: Module to handle WebREPL protocol.Paul Sokolovsky2016-04-29
* extmod: Add initial framebuf module.Damien George2016-04-12
* extmod/modwebsocket: Start module for WebSocket helper functions.Paul Sokolovsky2016-03-24
* extmod/modurandom: Add "urandom" module.Paul Sokolovsky2016-01-17
* unix: Move modmachine into unix directoryDave Hylands2015-12-13
* py: Make it easy to build without MICROPY_PY_BUILTINS_COMPLEX.Paul Sokolovsky2015-12-07
* py/modsys: Implement sys.modules.Paul Sokolovsky2015-12-05
* py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.Damien George2015-11-29
* py: Add MP_ROM_* macros and mp_rom_* types and use them.Damien George2015-11-29
* extmod/modlwip: slip: Use stream protocol and be port-independent.Paul Sokolovsky2015-10-27
* py: Add support to call __init__ from a builtin module on first import.Damien George2015-10-12
* modussl: SSL socket wrapper module based on axTLS.Paul Sokolovsky2015-10-06
* modstruct: Rename module to "ustruct", to allow full Python-level impl.Paul Sokolovsky2015-05-04
* modmachine: Add new module to access hardware, starting with physical memory.Paul Sokolovsky2015-05-04
* py: Add %q format support to mp_[v]printf, and use it.Damien George2015-04-16
* py: Overhaul and simplify printf/pfenv mechanism.Damien George2015-04-16
* py: Combine load_attr and store_attr type methods into one (attr).Damien George2015-04-11
* py: Implement core of OrderedDict type.Paul Sokolovsky2015-03-20
* py, unix: Allow to compile with -Wunused-parameter.Damien George2015-01-20
* py, unix, stmhal: Allow to compile with -Wshadow.Damien George2015-01-20
* py: Put all global state together in state structures.Damien George2015-01-07
* py: Move to guarded includes, everywhere in py/ core.Damien George2015-01-01
* py: Allow builtins to be overridden.Damien George2014-12-09
* unix: fast: Set initial module dict size big to have high pystone score.Paul Sokolovsky2014-11-05
* py: Print imported module's location (__file__) if available.Damien George2014-09-08
* Add license header to (almost) all files.Damien George2014-05-03
* py, unix: Make "mpconfig.h" be first included, as other headers depend on it.Paul Sokolovsky2014-05-02
* py: Finish implementation of all del opcodes.Damien George2014-04-08
* py: Make globals and locals proper dictionary objects.Damien George2014-04-05
* py: Change module globals from mp_map_t* to mp_obj_dict_t*.Damien George2014-04-05
* Merge map.h into obj.h.Damien George2014-03-30
* Proper support for registering builtin modules in ROM.Damien George2014-03-25
* Add mp_obj_module_registermux2014-03-25
* py: Clean up includes.xbe2014-03-17
* Implement ROMable modules. Add math module.Damien George2014-03-08
* Implement proper exception type hierarchy.Damien George2014-02-15
* Change mp_obj_type_t.name from const char * to qstr.Damien George2014-02-15
* Replace global "static" -> "STATIC", to allow "analysis builds". Part 1.Paul Sokolovsky2014-02-12
* Search paths properly on import and execute __init__.py if it exists.Damien George2014-02-05