Commits
User selector
Commit History
Commits on Oct 31, 2015
all: Add py/mphal.h and use it in all ports.
Show description for 731f359authored andcommitted
Commits on Oct 20, 2015
Commits on Oct 11, 2015
unix: Add exit and paste-mode hints to shell startup banner.
Show description for 3aa7dd2committed- committed
repl: Add paste mode to friendly REPL, entered via CTRL-E.
Show description for 46a1102committed
Commits on Oct 1, 2015
py: Allocate parse nodes in chunks to reduce fragmentation and RAM use.
Show description for 58e0f4acommitted
Commits on Sep 19, 2015
unix: Use MICROPY_HAL_H macro for header inclusion.
Show description for c0035d1authored andcommitted
Commits on Sep 12, 2015
Commits on Aug 22, 2015
Commits on Jun 4, 2015
unix: Allow to cat a script into stdin from the command line.
Show description for 031278fcommitted
Commits on May 29, 2015
unix: Allow to override default sys.path value.
Show description for 51726b4committed
Commits on May 27, 2015
unix: Add option to use uPy readline, and enable by default.
Show description for 9ae3fc6committed- committed
Commits on May 9, 2015
Commits on May 8, 2015
unix: Make extra-coverage function callable from Python scripts.
Show description for d792d9ecommitted
Commits on May 7, 2015
unix: Add special function to improve coverage.
Show description for d3b32cacommitted
Commits on Apr 28, 2015
py: Replace py-version.sh with makeversionhdr.py, written in Python.
Show description for 95f5346committed
Commits on Apr 16, 2015
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Mar 21, 2015
unix: Bump stack limit and adjust for 64-bitness.
Show description for 6bf423dcommitted
Commits on Mar 13, 2015
- authored andcommitted
Commits on Feb 7, 2015
py: Protect mp_parse and mp_compile with nlr push/pop block.
Show description for 0bfc763committed
Commits on Jan 20, 2015
py, unix, stmhal: Allow to compile with -Wshadow.
Show description for 50912e7committed
Commits on Jan 16, 2015
- committed
py, unix: Allow to compile with -Wsign-compare.
Show description for 963a5a3committed
Commits on Jan 12, 2015
Commits on Jan 7, 2015
py: Put all global state together in state structures.
Show description for b4b10fdcommitted
Commits on Jan 1, 2015
Commits on Dec 29, 2014
Commits on Dec 18, 2014
unix/windows: Make sure that process exit code is portable 8-bit value.
Show description for 8427c5bcommitted
Commits on Dec 10, 2014
Commits on Dec 8, 2014
modsys: Add sys.print_exception(exc, file=sys.stdout) function.
Show description for 46c3ab2authored andcommitted
Commits on Dec 5, 2014
py: Optimise lexer by exposing lexer type.
Show description for a4c52c5committed
Commits on Dec 1, 2014
modmicropython: Move mem_info() and qstr_info() functions from unix port.
Show description for 6e8ff9ccommitted
Commits on Nov 5, 2014
unix: Allow -X heapsize number take 'w' specifier for word size adjustment.
Show description for 98d8d59authored andcommitted
Commits on Oct 26, 2014
unix: Make -v dump memory info at exit.
Show description for 429e3f0authored andcommitted