| Age | Commit message (Expand) | Author |
| 2014-11-27 | py: Add NLR support for xtensa CPU. | Damien George |
| 2014-11-27 | pfenv_printf: Properly implement %p format specifier. | Paul Sokolovsky |
| 2014-11-27 | builtin: Reimplement __repl_print__() in terms of print(). | Paul Sokolovsky |
| 2014-11-27 | map: Add empty fixed map. | Paul Sokolovsky |
| 2014-11-27 | py: #if guard str_make_new when not needed. | Damien George |
| 2014-11-22 | moduhashlib: Initial module skeleton. | Paul Sokolovsky |
| 2014-11-21 | py: Add support for float/double arrays in array module. | Damien George |
| 2014-11-16 | py: Make stream seek correctly check for ioctl fn; add seek for textio. | Damien George |
| 2014-11-17 | stream: Implement seek operation support via ioctl, wrapped in generic method. | Paul Sokolovsky |
| 2014-11-17 | stream: Convert .ioctl() to take fixed number of args. | Paul Sokolovsky |
| 2014-11-15 | py: Use __hash__ method if a type defines it | stijn |
| 2014-11-06 | py: Fix order-only dependencies in mkrules.mk and py.mk. | Sven Wegener |
| 2014-11-06 | py: Use shorter, static error msgs when ERROR_REPORTING_TERSE enabled. | Damien George |
| 2014-11-06 | py: Remove obsolute function declaration. | Damien George |
| 2014-11-05 | py: Add order-only dependency for py-version.h | Sven Wegener |
| 2014-11-05 | py: Deactivate more code without MICROPY_PY_SYS | Sven Wegener |
| 2014-11-05 | py: Fix some macros defines; cleanup some includes. | Damien George |
| 2014-11-05 | py: Allow bytes object as argument to some str methods. | Damien George |
| 2014-11-05 | py: Allow +, in, and compare ops between bytes and bytearray/array. | Damien George |
| 2014-11-05 | unix: fast: Set initial module dict size big to have high pystone score. | Paul Sokolovsky |
| 2014-11-03 | py: Explicitly set uninitialised struct member to false. | Damien George |
| 2014-11-03 | py: Fix builtin callable so it checks user-defined instances correctly. | Damien George |
| 2014-11-02 | py: Fix bug with right-shifting small ints by large amounts. | Paul Sokolovsky |
| 2014-10-31 | py: Make gc.enable/disable just control auto-GC; alloc is still allowed. | Damien George |
| 2014-10-31 | py: Add builtin round function. | Damien George |
| 2014-10-30 | mpz: Fix 64bit msvc build | stijn |
| 2014-10-31 | objstr: Allow to convert any buffer proto object to str. | Paul Sokolovsky |
| 2014-10-31 | py: mp_obj_str_get_str(): Work with bytes too. | Paul Sokolovsky |
| 2014-10-29 | py: Allow to override port config file and thus have >1 configs per port. | Paul Sokolovsky |
| 2014-10-29 | Fix errors after enabling -Wpointer-arith | stijn |
| 2014-10-26 | unix: Make -v dump memory info at exit. | Paul Sokolovsky |
| 2014-10-26 | unix: Implement -m option (execute module from stdlib). | Paul Sokolovsky |
| 2014-10-26 | py: Fix memoryview referencing so it retains ptr to original buffer. | Damien George |
| 2014-10-26 | py: Fix VM dispatch following a pending exception check. | Damien George |
| 2014-10-25 | py: Add mp_pending_exception global variable, for VM soft interrupt. | Damien George |
| 2014-10-25 | py: Implement compile builtin, enabled only on unix port. | Damien George |
| 2014-10-25 | py: Factor out mp_obj_is_package() function. | Paul Sokolovsky |
| 2014-10-25 | py: mp_builtin___import__(): Add const to arg type. | Paul Sokolovsky |
| 2014-10-25 | py: Compress load-int, load-fast, store-fast, unop, binop bytecodes. | Damien George |
| 2014-10-25 | py: Store bytecode arg names in bytecode (were in own array). | Damien George |
| 2014-10-24 | py: Improve memory usage debugging; better GC AT dumping. | Damien George |
| 2014-10-24 | py: Fix debug-printing of bytecode line numbers. | Damien George |
| 2014-10-24 | py: Use mp_uint_t where appropriate in stream functions. | Damien George |
| 2014-10-23 | stream: Add optional 2nd "length" arg to .readinto() - extension to CPython. | Paul Sokolovsky |
| 2014-10-23 | py: Properly free string parse-node; add assertion to gc_free. | Damien George |
| 2014-10-23 | py: Add builtin memoryview object (mostly using array code). | Damien George |
| 2014-10-23 | py: Use MP_OBJ_NULL instead of NULL in a few places. | Damien George |
| 2014-10-23 | py: Clean up edge cases of malloc/realloc/free. | Damien George |
| 2014-10-22 | extmod: Add uheapq module. | Damien George |
| 2014-10-22 | py: Fix smallint modulo with negative arguments. | Damien George |