summaryrefslogtreecommitdiff
path: root/unix
AgeCommit message (Expand)Author
2015-06-04unix: Allow to cat a script into stdin from the command line.Damien George
2015-06-03unix: Update .gitignore; now ignores coverage build.Damien George
2015-06-03unix: Prepare upip frozen modules under build/.Paul Sokolovsky
2015-06-03unix: Uncompress upip tarball to build directory.Paul Sokolovsky
2015-06-02unix: Include upip as fronzen modules inside the standard interpreter.Paul Sokolovsky
2015-05-30unix: Print an extra newline to the output on ctrl-Dstijn
2015-05-30unix: minimal: Don't use readline support.Paul Sokolovsky
2015-05-30unix: Allow to override default sys.path value.Paul Sokolovsky
2015-05-28tests: Add special tests to test mp_printf function to improve coverage.Damien George
2015-05-27unix: Add option to use uPy readline, and enable by default.Damien George
2015-05-27unix: Factor out stdio and ctrl-C code to unix_mphal.c file.Damien George
2015-05-17Revert "unix: Include stdio.h to allow easy debugging with printf()."Paul Sokolovsky
2015-05-12unix: Add some extra coverage tests for vstr and attrtuple.Damien George
2015-05-10unix: Include stdio.h to allow easy debugging with printf().Paul Sokolovsky
2015-05-10unix: Print unhandled exception to stderr, like CPython does.Paul Sokolovsky
2015-05-08unix: Fix thumb2 vs arm native emitter auto-detection.Paul Sokolovsky
2015-05-08unix: Make extra-coverage function callable from Python scripts.Damien George
2015-05-08unix: Add special function to improve coverage.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-05-01unix/modffi.c: get_buffer is allowed to return NULL if len=0.Damien George
2015-04-28py: Replace py-version.sh with makeversionhdr.py, written in Python.Damien George
2015-04-28unix/modffi: Support passing float/double args.Damien George
2015-04-25modsys: Add basic sys.exc_info() implementation.Paul Sokolovsky
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