summaryrefslogtreecommitdiff
path: root/unix
AgeCommit message (Expand)Author
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George
2015-04-10input.c: Fix line-endings after recent changes.Paul Sokolovsky
2015-04-09unix: Automatically fix incompatible readline build options.stijn
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-03unix: Add stackless config settings, for easy access.Paul Sokolovsky
2015-03-26py: Add optional support for descriptors' __get__ and __set__ methods.stijn
2015-03-22unix: Remove -Wdouble-promotion from main build, and 2 from coverage.Damien George
2015-03-21unix: Bump stack limit and adjust for 64-bitness.Paul Sokolovsky
2015-03-20py: Allow retrieving a function's __name__.stijn
2015-03-21unix: When using separate obj output dirs, make -B is no longer relevant.Paul Sokolovsky
2015-03-20unix: Move compiler warnings from production build to coverage build.Damien George
2015-03-20py: Implement core of OrderedDict type.Paul Sokolovsky
2015-03-19unix: Enable extra compiler warnings.Damien George
2015-03-14py: Add MICROPY_COMP_{DOUBLE,TRIPLE}_TUPLE_ASSIGN config options.Damien George
2015-03-13unix: Support readline history saving to file, improves interactive usage.Paul Sokolovsky
2015-03-03py: Add MICROPY_MALLOC_USES_ALLOCATED_SIZE to allow simpler malloc API.Damien George
2015-03-01travis: Add automated coverage testing using coveralls.Damien George
2015-02-27objarray: Implement array slice assignment.Paul Sokolovsky
2015-02-25modffi: Implement 'O' type handling for func arguments.Paul Sokolovsky
2015-02-22py: Make math special functions configurable and disabled by default.Damien George
2015-02-11modffi: Add toplevel func() function to create a function by pointer.Paul Sokolovsky
2015-02-07py: Protect mp_parse and mp_compile with nlr push/pop block.Damien George
2015-02-06modffi: Add .addr() method to just get symbol address.Paul Sokolovsky
2015-01-31py: Add MICROPY_PY_ALL_SPECIAL_METHODS and __iadd__ special method under it.Paul Sokolovsky
2015-01-29unix: Add "coverage" target to do coverage testing using gcov.Damien George
2015-01-25modffi: 's' (string) return type: handle NULL properly (return None).Paul Sokolovsky
2015-01-22modffi: Support return values of mp_obj_t type.Paul Sokolovsky
2015-01-21modffi: Support open own executable using open(None).Paul Sokolovsky
2015-01-20py, unix: Allow to compile with -Wunused-parameter.Damien George
2015-01-20py, unix, stmhal: Allow to compile with -Wshadow.Damien George
2015-01-16unix: Update .gitignore for "fast" and "minimal" builds.Damien George
2015-01-16unix: Add target to build "minimal" uPy interpreter.Damien George
2015-01-16py, unix: Allow to compile with -Wsign-compare.Damien George
2015-01-14unix, windows: Don't call mp_unix_mark_exec on windows.Damien George
2015-01-14py, unix: Trace root pointers with native emitter under unix port.Damien George
2015-01-12py, unix, lib: Allow to compile with -Wold-style-definition.Damien George
2015-01-12py: Can compile with -Wmissing-declarations and -Wmissing-prototypes.Damien George
2015-01-12py, unix: Allow to compile with -Wdouble-promotion.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
2015-01-08unix: Allow to compile with float support disabled.Damien George
2015-01-08Remove obsolete bss-related code/build featuresstijn
2015-01-07py: Add option to cache map lookup results in bytecode.Damien George
2015-01-07py: Put all global state together in state structures.Damien George
2015-01-03unix: Enable -fno-crossjumping for fast build.Paul Sokolovsky
2015-01-01unix: Prefix includes with py/; remove need for -I../py.Damien George
2015-01-01py: Move to guarded includes, everywhere in py/ core.Damien George