| Commit message (Expand) | Author | Age |
* | all: Use the name MicroPython consistently in comments | Alexander Steffen | 2017-07-31 |
* | all: Unify header guard usage. | Alexander Steffen | 2017-07-18 |
* | py: Add builtin help function to core, with default help msg. | 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 |
* | py: Add "delattr" builtin, conditional on MICROPY_CPYTHON_COMPAT. | Damien George | 2016-10-24 |
* | py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. | Damien George | 2016-10-21 |
* | 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 |
* | extmod/modwebrepl: Module to handle WebREPL protocol. | Paul Sokolovsky | 2016-04-29 |
* | py: Declare help, input, open builtins in core. | Paul Sokolovsky | 2016-04-15 |
* | 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 |
* | py: Change type signature of builtin funs that take variable or kw args. | Damien George | 2016-01-11 |
* | extmod: Move fsusermount.c from stmhal for cross-port reuse. | Paul Sokolovsky | 2015-11-25 |
* | extmod/modlwip: slip: Use stream protocol and be port-independent. | Paul Sokolovsky | 2015-10-27 |
* | 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 setattr builtin. | stijn | 2015-02-14 |
* | py: Can compile with -Wmissing-declarations and -Wmissing-prototypes. | Damien George | 2015-01-12 |
* | 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: Add execfile function (from Python 2); enable in stmhal port. | Damien George | 2014-12-19 |
* | py: Allow builtins to be overridden. | Damien George | 2014-12-09 |
* | modubinascii: Add, with hexlify() implementation. | Paul Sokolovsky | 2014-11-29 |
* | moduhashlib: Initial module skeleton. | Paul Sokolovsky | 2014-11-22 |
* | py: Add builtin round function. | Damien George | 2014-10-31 |
* | py: Implement compile builtin, enabled only on unix port. | Damien George | 2014-10-25 |
* | py: mp_builtin___import__(): Add const to arg type. | Paul Sokolovsky | 2014-10-25 |
* | extmod: Add uheapq module. | Damien George | 2014-10-22 |
* | Implement kwargs for builtin open() and _io.FileIO | stijn | 2014-10-21 |
* | modzlibd: Remove, superceded by moduzlib. | Paul Sokolovsky | 2014-10-13 |
* | moduzlib: Integrate into the system. | Paul Sokolovsky | 2014-10-13 |
* | modure: Initial module, using re1.5 (which is based on re1 codebase). | Paul Sokolovsky | 2014-10-11 |
* | py: Add native json printing using existing print framework. | Damien George | 2014-09-17 |
* | Remove skeletal modselect from extmod and just put it in stmhal. | Damien George | 2014-09-07 |
* | stmhal: Implement generic select.select and select.poll. | Damien George | 2014-09-07 |
* | py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h. | Damien George | 2014-08-30 |
* | modzlibd: Decompress part of "zlib" module, based on miniz tinfl.c . | Paul Sokolovsky | 2014-08-13 |
* | py: Implement builtin reversed() function. | Damien George | 2014-08-12 |
* | py: Make print() accept "file" argument, and actually print to stream. | Paul Sokolovsky | 2014-07-19 |
* | moductypes: Foreign data interface module, roughly based on ctype ideas. | Paul Sokolovsky | 2014-07-09 |
* | unix modsocket: Make .makefile() method more compliant. | Paul Sokolovsky | 2014-05-24 |
* | py: Add basic implementation of hasattr() function. | Paul Sokolovsky | 2014-05-11 |
* | modgc: Add new module for GC-related functionality. | Paul Sokolovsky | 2014-05-06 |
* | Add license header to (almost) all files. | Damien George | 2014-05-03 |
* | py: Make built-in 'range' a class. | Damien George | 2014-04-17 |