summaryrefslogtreecommitdiffstatshomepage
path: root/py/mpconfig.h
Commit message (Expand)AuthorAge
* py/objstr: Implement str.center().Paul Sokolovsky2016-05-22
* py: Add uerrno module, with errno constants and dict.Damien George2016-05-10
* py: Add mperrno.h file with uPy defined errno constants.Damien George2016-05-10
* py: Add ability to have frozen persistent bytecode from .mpy files.Damien George2016-04-13
* py: add async/await/async for/async with syntaxpohmelie2016-04-13
* extmod: Add generic machine.I2C class, with bit-bang I2C.Damien George2016-04-12
* extmod: Add initial framebuf module.Damien George2016-04-12
* py/modio: Initial implementation of io.BufferedWriter class.Paul Sokolovsky2016-03-25
* extmod/modwebsocket: Start module for WebSocket helper functions.Paul Sokolovsky2016-03-24
* py: Add MICROPY_DYNAMIC_COMPILER option to config compiler at runtime.Damien George2016-02-25
* py/vm: Add macros to hook into various points in the VM.Damien George2016-02-17
* py/mpz: Complete implementation of mpz_{and,or,xor} for negative args.Doug Currie2016-02-03
* extmod/modurandom: Add some extra random functions.Damien George2016-01-26
* extmod/modurandom: Add "urandom" module.Paul Sokolovsky2016-01-17
* py: Clean up instantiation of dupterm object.Paul Sokolovsky2016-01-01
* py/mpconfig: Make configuration of dupterm object reusable.Paul Sokolovsky2016-01-01
* unix/unix_mphal: Raise KeyboardInterrupt straight from signal handler.Paul Sokolovsky2015-12-23
* py/mpprint: Fix printing of 64bit integers for 64bit windows buildsstijn2015-12-19
* py: Add MICROPY_ENABLE_COMPILER and MICROPY_PY_BUILTINS_EVAL_EXEC opts.Damien George2015-12-18
* py: Add MICROPY_PY_BUILTINS_MIN_MAX, disable for minimal ports.pohmelie2015-12-07
* py/modsys: Implement sys.modules.Paul Sokolovsky2015-12-05
* py/mpconfig: Actually allow to override MICROPY_BYTES_PER_GC_BLOCK.Paul Sokolovsky2015-12-03
* py/gc: Make GC block size be configurable.Paul Sokolovsky2015-12-03
* py: Add support for 64-bit NaN-boxing object model, on 32-bit machine.Damien George2015-11-29
* py/mpconfig.h: Allow to build without alloca() for ANSI C compliance.Paul Sokolovsky2015-11-25
* extmod/fsusermount: Make configurable with MICROPY_FSUSERMOUNT.Paul Sokolovsky2015-11-25
* windows/py: Support 64bit mingw-w64 buildsstijn2015-11-24
* py: Add MICROPY_PERSISTENT_CODE_LOAD/SAVE to load/save bytecode.Damien George2015-11-13
* py: Add MICROPY_PERSISTENT_CODE so code can persist beyond the runtime.Damien George2015-11-13
* py: Adjust object repr C (30-bit stuffed float) to reduce code size.Damien George2015-11-06
* py: Add object repr "C", where 30-bit floats are stuffed in obj word.Damien George2015-10-20
* py: Add option for inline assembler to support ARMv7-M instructions.Damien George2015-10-16
* py: Remove dependency on printf/fwrite in mp_plat_print.Damien George2015-10-15
* py: Add support to call __init__ from a builtin module on first import.Damien George2015-10-12
* py: Move constant folding from compiler to parser.Damien George2015-10-12
* modussl: SSL socket wrapper module based on axTLS.Paul Sokolovsky2015-10-06
* py: Allocate parse nodes in chunks to reduce fragmentation and RAM use.Damien George2015-10-02
* py/objslice: Make slice attributes (start/stop/step) readable.Tom Soulanille2015-09-15
* lib/mp-readline: Add auto-indent support.Damien George2015-09-12
* py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports.Paul Sokolovsky2015-08-20
* unix-cpy: Remove unix-cpy. It's no longer needed.Damien George2015-08-17
* py: Disable REPL EMACS key bindings by default.Damien George2015-07-26
* lib/mp-readline: Add emacs-style control characters for cursor movement.Tom Soulanille2015-07-26
* py: Make qstr hash size configurable, defaults to 2 bytes.Damien George2015-07-20
* py: Improve allocation policy of qstr data.Damien George2015-07-14
* py: Add TimeoutError exception subclassed from OSError.Daniel Campora2015-07-02
* py: Use a wrapper to explicitly check self argument of builtin methods.Damien George2015-06-20
* py: Add further autodetection of endianess in mpconfig.h.Damien George2015-05-30
* stmhal: Implement sys.std{in,out,err}.buffer, for raw byte mode.Damien George2015-05-24
* modbuiltins: Add NotImplemented builtin constant.Paul Sokolovsky2015-05-04