summaryrefslogtreecommitdiff
path: root/py/mpconfig.h
AgeCommit message (Expand)Author
2015-10-20py: Add object repr "C", where 30-bit floats are stuffed in obj word.Damien George
2015-10-16py: Add option for inline assembler to support ARMv7-M instructions.Damien George
2015-10-15py: Remove dependency on printf/fwrite in mp_plat_print.Damien George
2015-10-12py: Add support to call __init__ from a builtin module on first import.Damien George
2015-10-12py: Move constant folding from compiler to parser.Damien George
2015-10-06modussl: SSL socket wrapper module based on axTLS.Paul Sokolovsky
2015-10-02py: Allocate parse nodes in chunks to reduce fragmentation and RAM use.Damien George
2015-09-15py/objslice: Make slice attributes (start/stop/step) readable.Tom Soulanille
2015-09-12lib/mp-readline: Add auto-indent support.Damien George
2015-08-20py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports.Paul Sokolovsky
2015-08-17unix-cpy: Remove unix-cpy. It's no longer needed.Damien George
2015-07-26py: Disable REPL EMACS key bindings by default.Damien George
2015-07-26lib/mp-readline: Add emacs-style control characters for cursor movement.Tom Soulanille
2015-07-20py: Make qstr hash size configurable, defaults to 2 bytes.Damien George
2015-07-14py: Improve allocation policy of qstr data.Damien George
2015-07-02py: Add TimeoutError exception subclassed from OSError.Daniel Campora
2015-06-20py: Use a wrapper to explicitly check self argument of builtin methods.Damien George
2015-05-30py: Add further autodetection of endianess in mpconfig.h.Damien George
2015-05-24stmhal: Implement sys.std{in,out,err}.buffer, for raw byte mode.Damien George
2015-05-04modbuiltins: Add NotImplemented builtin constant.Paul Sokolovsky
2015-05-04modmachine: Add new module to access hardware, starting with physical memory.Paul Sokolovsky
2015-04-25modsys: Add basic sys.exc_info() implementation.Paul Sokolovsky
2015-04-21py: Add attrtuple object, for space-efficient tuples with attr access.Damien George
2015-04-19py/inlinethumb: Support for core floating point instructions.=
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George
2015-04-09py: Adjust some spaces in code style/format, purely for consistency.Damien George
2015-04-07py: Add MICROPY_PY_BUILTINS_REVERSED, disable for minimal ports.Paul Sokolovsky
2015-04-06py: Add MICROPY_PY_BUILTINS_ENUMERATE, disable for minimal ports.Paul Sokolovsky
2015-04-04objstr: Add .splitlines() method.Paul Sokolovsky
2015-04-03py: Allow configurable object representation, with 2 different options.Damien George
2015-04-03vm: Support strict stackless mode, with proper exception reporting.Paul Sokolovsky
2015-04-03vm: Initial support for calling bytecode functions w/o C stack ("stackless").Paul Sokolovsky
2015-03-26py: Add optional support for descriptors' __get__ and __set__ methods.stijn
2015-03-20py: Allow retrieving a function's __name__.stijn
2015-03-20py: Implement core of OrderedDict type.Paul Sokolovsky
2015-03-14py: Add MICROPY_COMP_{DOUBLE,TRIPLE}_TUPLE_ASSIGN config options.Damien George
2015-03-11py: Add support for start/stop/step attributes of builtin range object.Peter D. Gray
2015-03-03py: Add MICROPY_MALLOC_USES_ALLOCATED_SIZE to allow simpler malloc API.Damien George
2015-02-27objarray: Implement array slice assignment.Paul Sokolovsky
2015-02-23py: Update parse.c&mpconfig.h to reflect rename of mp_lexer_show_token.nhtshot
2015-02-22py: Make math special functions configurable and disabled by default.Damien George
2015-02-08py: Add MICROPY_OBJ_BASE_ALIGNMENT to help with 16-bit ports.Damien George
2015-01-31py: Add MICROPY_PY_ALL_SPECIAL_METHODS and __iadd__ special method under it.Paul Sokolovsky
2015-01-20py: Implement very simple frozen modules support.Paul Sokolovsky
2015-01-16pyexec: Add event-driven variant pyexec_friendly_repl().Paul Sokolovsky
2015-01-14py, unix: Trace root pointers with native emitter under unix port.Damien George
2015-01-11py: Add MICROPY_QSTR_BYTES_IN_LEN config option, defaulting to 1.Damien George
2015-01-10py: Add config option MICROPY_COMP_MODULE_CONST for module consts.Damien George
2015-01-09py: Add MICROPY_PY_MICROPYTHON_MEM_INFO to enable mem-info funcs.Damien George
2015-01-09py: Disable stack checking by default; enable on most ports.Damien George