summaryrefslogtreecommitdiffstatshomepage
path: root/py/mpconfig.h
Commit message (Expand)AuthorAge
* 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
* modmachine: Add new module to access hardware, starting with physical memory.Paul Sokolovsky2015-05-04
* modsys: Add basic sys.exc_info() implementation.Paul Sokolovsky2015-04-25
* py: Add attrtuple object, for space-efficient tuples with attr access.Damien George2015-04-21
* py/inlinethumb: Support for core floating point instructions.=2015-04-19
* py: Overhaul and simplify printf/pfenv mechanism.Damien George2015-04-16
* py: Adjust some spaces in code style/format, purely for consistency.Damien George2015-04-09
* py: Add MICROPY_PY_BUILTINS_REVERSED, disable for minimal ports.Paul Sokolovsky2015-04-07
* py: Add MICROPY_PY_BUILTINS_ENUMERATE, disable for minimal ports.Paul Sokolovsky2015-04-06
* objstr: Add .splitlines() method.Paul Sokolovsky2015-04-04
* py: Allow configurable object representation, with 2 different options.Damien George2015-04-03
* vm: Support strict stackless mode, with proper exception reporting.Paul Sokolovsky2015-04-03
* vm: Initial support for calling bytecode functions w/o C stack ("stackless").Paul Sokolovsky2015-04-03
* py: Add optional support for descriptors' __get__ and __set__ methods.stijn2015-03-26
* py: Allow retrieving a function's __name__.stijn2015-03-20