| Age | Commit message (Expand) | Author |
| 2014-05-11 | tests: Fix handling of newlines from expected output files | stijn |
| 2014-05-11 | objstr: Make *strip() accept bytes. | Paul Sokolovsky |
| 2014-05-11 | tests: Really fix import. | Paul Sokolovsky |
| 2014-05-11 | tests: Fix import. | Paul Sokolovsky |
| 2014-05-11 | objtuple: Go out of the way to support comparison of subclasses. | Paul Sokolovsky |
| 2014-05-11 | py: Don't try to "bind" types store as attributes of objects. | Paul Sokolovsky |
| 2014-05-11 | objstr: Make .[r]partition() work with bytes. | Paul Sokolovsky |
| 2014-05-11 | objboundmeth: If detailed reporting enabled, print object content. | Paul Sokolovsky |
| 2014-05-11 | py: Start making good use of mp_const_obj_t. | Paul Sokolovsky |
| 2014-05-10 | objlist: Support list slice deletion. | Paul Sokolovsky |
| 2014-05-10 | objlist: Implement non-growing slice assignment. | Paul Sokolovsky |
| 2014-05-10 | py: Fix prefix on few sequence helpers, was incorrectly "mp_". | Paul Sokolovsky |
| 2014-05-10 | objtype: Comments for duplicating code in runtime.c. | Paul Sokolovsky |
| 2014-05-10 | objtype: Implement ->getiter() method for instances. | Paul Sokolovsky |
| 2014-05-10 | py: Make mp_obj_print() handle null object w/o segfault if debug build. | Paul Sokolovsky |
| 2014-05-10 | objnamedtuple: Support iteration. | Paul Sokolovsky |
| 2014-05-10 | tools: Move gendoc.py to tools, and make it a little more generic. | Damien George |
| 2014-05-10 | stmhal: Fix USB CDC not flushing packets when an exact multiple of 64. | Damien George |
| 2014-05-10 | py: Compress a little the bytecode emitter structure. | Damien George |
| 2014-05-10 | py, emitters: Fix dummy_data size for bytecode and thumb. | Damien George |
| 2014-05-10 | Merge branch 'master' of github.com:micropython/micropython | Damien George |
| 2014-05-10 | objstr: Implement .lower() and .upper(). | Paul Sokolovsky |
| 2014-05-10 | stmhal: Improve handling of out-of-memory in REPL. | Damien George |
| 2014-05-10 | py, lexer: Add allocation policy config; return NULL if can't allocate. | Damien George |
| 2014-05-10 | py: Improve handling of memory error in parser. | Damien George |
| 2014-05-10 | builtinimport: Fix broken namespace imports due to dup vstr_cut_tail_bytes(). | Paul Sokolovsky |
| 2014-05-10 | builtinimport: Fix comment orphaned by one of previous commits. | Paul Sokolovsky |
| 2014-05-10 | modsys: Enable sys.exit() per port after all. | Paul Sokolovsky |
| 2014-05-10 | objset: Add frozenset tests, skippable if frozenset not available. | Paul Sokolovsky |
| 2014-05-10 | run-tests: Add support for skipping tests. | Paul Sokolovsky |
| 2014-05-10 | stmhal: Implement draft version of sys.exit(). | Paul Sokolovsky |
| 2014-05-10 | modsys, unix: Add sys.exit(), should be implemented by a port. | Paul Sokolovsky |
| 2014-05-10 | py: Disable frozenset by default, enable on unix. | Paul Sokolovsky |
| 2014-05-10 | objset: Give up and implement frozenset. | Paul Sokolovsky |
| 2014-05-10 | objtype: Don't treat inheritance from "object" as from native type. | Paul Sokolovsky |
| 2014-05-10 | py: Tidy up returning NULL which should be MP_OBJ_NOT_SUPPORTED. | Damien George |
| 2014-05-10 | bare-arm: Change output file from flash.elf to firmware.elf. | Damien George |
| 2014-05-10 | py: Combine native emitters to 1 glue function; distinguish viper. | Damien George |
| 2014-05-10 | stmhal: Fix setting of RTC: was BCD now BIN encoded. | Damien George |
| 2014-05-10 | stm: Reorder mpconfig.h header inclusion to get stm building. | Damien George |
| 2014-05-10 | py: Rename byte_code to bytecode everywhere. | Damien George |
| 2014-05-10 | py: Fix base "detection" for int('0<hexdigit>', 16). | Paul Sokolovsky |
| 2014-05-10 | bytes: Implement comparison and other binary operations. | Paul Sokolovsky |
| 2014-05-10 | runtime0.h: Group binary ops by fives. | Paul Sokolovsky |
| 2014-05-09 | Merge pull request #575 from stinos/windows-modtime | Paul Sokolovsky |
| 2014-05-09 | windows: Add modtime implementation | stijn |
| 2014-05-09 | Merge branch 'pfalcon-README-features-overview' | Damien George |
| 2014-05-09 | README: Add articles, and update doc for deploying firmware. | Damien George |
| 2014-05-09 | README: Add short overview of Python features supported. | Paul Sokolovsky |
| 2014-05-08 | Add gc.enable, gc.disable; remove pyb.gc. | Damien George |