summaryrefslogtreecommitdiffstatshomepage
path: root/py/builtin.h
Commit message (Expand)AuthorAge
* extmod/modmachine: Use sys.exit as implementation of machine.soft_reset.Damien George2024-07-20
* py/makemoduledefs.py: Automatically declare delegation attr functions.Damien George2023-06-14
* py/objmodule: Add a table of built-in modules with delegation.Jim Mussared2023-06-08
* all: Rename mp_umodule*, mp_module_umodule* to remove the "u" prefix.Jim Mussared2023-06-08
* py/builtinimport: Allow overriding of mp_builtin___import__.Laurens Valk2022-08-23
* py/builtin: Remove unnecessary module declarations.Damien George2022-06-27
* py/builtin: Clean up and simplify import_stat and builtin_open config.Damien George2022-05-25
* extmod/moduos: Create general uos module to be used by all ports.Damien George2022-03-09
* extmod: Add platform module.iabdalkader2021-09-19
* extmod/uasyncio: Add optional implementation of core uasyncio in C.Damien George2020-03-26
* extmod/modbluetooth: Rename module to "ubluetooth".Jim Mussared2019-10-22
* py/modarray: Rename "array" module to "uarray".Damien George2019-10-22
* extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.Yonatan Goldschmidt2019-02-14
* py: Add optional support for 2-argument version of built-in next().stijn2019-01-27
* extmod/moducryptolib: Add ucryptolib module with crypto functions.Paul Sokolovsky2018-06-27
* py/builtinhelp: Change signature of help text var from pointer to array.Damien George2017-09-12
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* all: Unify header guard usage.Alexander Steffen2017-07-18
* py: Add builtin help function to core, with default help msg.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
* py: Add "delattr" builtin, conditional on MICROPY_CPYTHON_COMPAT.Damien George2016-10-24
* py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.Damien George2016-10-21
* 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
* extmod/modwebrepl: Module to handle WebREPL protocol.Paul Sokolovsky2016-04-29
* py: Declare help, input, open builtins in core.Paul Sokolovsky2016-04-15
* 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
* py: Change type signature of builtin funs that take variable or kw args.Damien George2016-01-11
* extmod: Move fsusermount.c from stmhal for cross-port reuse.Paul Sokolovsky2015-11-25
* extmod/modlwip: slip: Use stream protocol and be port-independent.Paul Sokolovsky2015-10-27
* 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 setattr builtin.stijn2015-02-14
* py: Can compile with -Wmissing-declarations and -Wmissing-prototypes.Damien George2015-01-12
* 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: Add execfile function (from Python 2); enable in stmhal port.Damien George2014-12-19
* py: Allow builtins to be overridden.Damien George2014-12-09
* modubinascii: Add, with hexlify() implementation.Paul Sokolovsky2014-11-29
* moduhashlib: Initial module skeleton.Paul Sokolovsky2014-11-22
* py: Add builtin round function.Damien George2014-10-31
* py: Implement compile builtin, enabled only on unix port.Damien George2014-10-25
* py: mp_builtin___import__(): Add const to arg type.Paul Sokolovsky2014-10-25
* extmod: Add uheapq module.Damien George2014-10-22
* Implement kwargs for builtin open() and _io.FileIOstijn2014-10-21