aboutsummaryrefslogtreecommitdiff
path: root/py/mpconfig.h
AgeCommit message (Expand)Author
2014-06-27py: Allow to disable array module and bytearray type.Paul Sokolovsky
2014-06-27py: Add portable framework to query/check C stack usage.Paul Sokolovsky
2014-06-20py: Separate MICROPY_PY_BUILTINS_COMPLEX from MICROPY_PY_BUILTINS_FLOAT.Paul Sokolovsky
2014-06-12py: Revert change of include, "" back to <> for mpconfigport.h.Damien George
2014-06-11py: Fix static defn in qstr; include mpconfigport.h with "" (not <>).Damien George
2014-06-05modgc: Implement return value for gc.collect(), enable on Unix.Paul Sokolovsky
2014-06-01py: Add option to disable set() object (enabled by default).Damien George
2014-06-01Rename bultins config variables to MICROPY_PY_BUILTINS_*.Damien George
2014-05-25py: Don't automatically intern strings in parser.Damien George
2014-05-24Rename configuration variables controling Python features.Damien George
2014-05-21Tidy up some configuration options.Damien George
2014-05-19py: Implement proper separation between io.FileIO and io.TextIOWrapper.Paul Sokolovsky
2014-05-15objstringio: Implement io.BytesIO.Paul Sokolovsky
2014-05-11py: Rename MICROPY_SYS_EXIT to MICROPY_MOD_SYS_EXIT.Damien George
2014-05-10py, lexer: Add allocation policy config; return NULL if can't allocate.Damien George
2014-05-10modsys: Enable sys.exit() per port after all.Paul Sokolovsky
2014-05-10py: Disable frozenset by default, enable on unix.Paul Sokolovsky
2014-05-10objset: Give up and implement frozenset.Paul Sokolovsky
2014-05-10py: Rename byte_code to bytecode everywhere.Damien George
2014-05-09Merge pull request #568 from stinos/windows-msvc-portPaul Sokolovsky
2014-05-08py, compiler: Add basic support for A=const(123).Damien George
2014-05-08Windows MSVC portstijn
2014-05-07stream: Make non-blcoking stream support configurable.Paul Sokolovsky
2014-05-06modgc: Add new module for GC-related functionality.Paul Sokolovsky
2014-05-05py: Turn down amount of RAM parser and compiler use.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-05-01py: Add tentative scheme for error messages configuration.Paul Sokolovsky
2014-04-30py: Abstract no-return attribute for functions a bit.Paul Sokolovsky
2014-04-26py: Make collections module configurable, enabled by default.Damien George
2014-04-25py: Add MICROPY_ENABLE_DOC_STRING, disabled by default.Damien George
2014-04-17py: Rename USE_COMPUTED_GOTOS to USE_COMPUTED_GOTO and enable on stmhal.Damien George
2014-04-17py: Add cmath module, for complex math. Disabled by default.Damien George
2014-04-17py: Enable builtin 'property' by default.Damien George
2014-04-15Move entry_table to separated header file.AZ Huang
2014-04-14Merge pull request #479 from lurch/patch-1Damien George
2014-04-14Make USE_COMPUTED_GOTO a config option in mpconfig.h.Damien George
2014-04-14Don't allow both ENDIANNESSes to be setAndrew Scheller
2014-04-13py: Add property object, with basic functionality.Damien George
2014-04-13stmhal: Update for static mod sys.Paul Sokolovsky
2014-04-13py, unix: Convert sys module to static representation.Paul Sokolovsky
2014-04-11mpconfig.h: Add basic support for target endianness configuration.Paul Sokolovsky
2014-04-10py: Add simple way of looking up constants in compiler.Damien George
2014-04-10py: Start implementing "struct" module.Paul Sokolovsky
2014-04-05Improve GC finalisation code; add option to disable it.Damien George
2014-04-03py: Add "io" module.Paul Sokolovsky
2014-03-25Proper support for registering builtin modules in ROM.Damien George
2014-03-08Implement ROMable modules. Add math module.Damien George
2014-02-22Add arbitrary precision integer support.Damien George
2014-02-15Implement proper exception type hierarchy.Damien George
2014-02-14Allow ports to define statically builtin functions.Paul Sokolovsky