| Age | Commit message (Expand) | Author |
| 2014-12-30 | stmhal: Add fake implementation of __aeabi_f2lz(). | Paul Sokolovsky |
| 2014-12-30 | py: mp_obj_new_int_from_float() supported only for MICROPY_PY_BUILTINS_FLOAT. | Paul Sokolovsky |
| 2014-12-30 | py: Implement mp_obj_new_int_from_float() for MICROPY_LONGINT_IMPL_NONE. | Paul Sokolovsky |
| 2014-12-30 | py: Partially fix float to int conversion. | Paul Sokolovsky |
| 2014-12-29 | tools: Add script to generate a ChangeLog file. | Damien George |
| 2014-12-29 | py: Add include guards to mpconfig,misc,qstr,obj,runtime,parsehelper. | Damien George |
| 2014-12-29 | py: In VM, for selective ip saving, store 1 byte past last opcode. | Damien George |
| 2014-12-29 | py: Add note about -fno-crossjumping when compiling vm.c. | Paul Sokolovsky |
| 2014-12-29 | docs: Bump version to 1.3.8. | Damien George |
| 2014-12-29 | py: Add MP_LIKELY(), MP_UNLIKELY() macros to help branch prediction. | Paul Sokolovsky |
| 2014-12-28 | showbc: Print operation mnemonic in BINARY_OP. | Paul Sokolovsky |
| 2014-12-28 | showbc: Make code object start pointer semi-public. | Paul Sokolovsky |
| 2014-12-28 | vm: Record exception ip only for instructions where exceptions may happen. | Paul Sokolovsky |
| 2014-12-27 | drivers: Add SD card driver, controlled via SPI bus. | Damien George |
| 2014-12-27 | stmhal: Add ability to mount custom block device. | Damien George |
| 2014-12-27 | lib/fatfs: Allow a smaller minimum sector count for fatfs to be created. | Damien George |
| 2014-12-27 | stmhal: Upgrade to latest fatfs driver. | Damien George |
| 2014-12-27 | lib/fatfs: Support our volume names; make some funcs static. | Damien George |
| 2014-12-27 | lib/fatfs: Upgrade to new FatFs driver, put in lib/ for common use. | Damien George |
| 2014-12-27 | py: Allow to properly disable builtin slice operation. | Damien George |
| 2014-12-27 | py: Allow to properly disable builtin "set" object. | Damien George |
| 2014-12-27 | Makefiles: Support py/*.h includes per #1022. | Paul Sokolovsky |
| 2014-12-27 | py: Move to guarded includes for compile.h and related headers. | Paul Sokolovsky |
| 2014-12-27 | showbc: Refactor to allow inline instruction printing. | Paul Sokolovsky |
| 2014-12-24 | py: Make bytes objs work with more str methods; add tests. | Damien George |
| 2014-12-24 | tests: Add run-tests-exp.py, simple MicroPython-based test runner. | Paul Sokolovsky |
| 2014-12-24 | stmhal: Enable ubinascii module, weak link to binascii. | Damien George |
| 2014-12-23 | docs: Add mention about using USB charger when resetting the filesystem. | Dave Hylands |
| 2014-12-23 | unix, windows: Add _os.system() call. | Paul Sokolovsky |
| 2014-12-22 | docs: Make admonition for CPy-difference use "attention" class. | Damien George |
| 2014-12-22 | py: Reduce size of VM exception stack element by 1 machine word. | Damien George |
| 2014-12-21 | py: Use str_to_int function in more places to reduce code size. | Damien George |
| 2014-12-21 | py: Remove last uses of printf from compile; use proper SyntaxError. | Damien George |
| 2014-12-21 | py: Move global/nonlocal decl code to compiler for proper SyntaxError. | Damien George |
| 2014-12-21 | py: Fix iteration over map in 2 places. | Damien George |
| 2014-12-21 | docs: Add RTD local_settings file, to add custom templates. | Damien George |
| 2014-12-21 | docs: Add custom CSS file, with code for admonition. | Damien George |
| 2014-12-21 | stmhal: gccollect.h is superfluous in many places. | Paul Sokolovsky |
| 2014-12-21 | stmhal: Use gc_dump_info() function instead of adhoc code. | Paul Sokolovsky |
| 2014-12-20 | stmhal: Include MICROPY_HAL_H only if defined. | Paul Sokolovsky |
| 2014-12-20 | py: Remove unnecessary RULE_none and PN_none from parser. | Damien George |
| 2014-12-20 | py: Add blank and ident flags to grammar rules to simplify parser. | Damien George |
| 2014-12-20 | tools, pyboard.py: Write data to pyboard in chunks of 256 bytes. | Damien George |
| 2014-12-20 | py: Save a few code bytes in parser; make vars local where possible. | Damien George |
| 2014-12-20 | run-tests: Allow to run testuite against Windows build on Linux (using Wine). | Paul Sokolovsky |
| 2014-12-20 | windows: Correctly interpret skipped tests, enable uhashlib and ubinascii | stijn |
| 2014-12-19 | docs: Add CPy diff note for print_exception; embellish sys.platform. | Damien George |
| 2014-12-19 | py: Add execfile function (from Python 2); enable in stmhal port. | Damien George |
| 2014-12-19 | unix/windows: Make sure that process exit code is portable 8-bit value. | Paul Sokolovsky |
| 2014-12-18 | lib/libm: Add acosh, asinh, atanh, tan; get working with stmhal. | Damien George |