| Age | Commit message (Expand) | Author |
| 2014-06-02 | Update README.md | Benjamin Vernoux |
| 2014-06-02 | Merge branch 'master' of https://github.com/bvernoux/micropython | bvernoux |
| 2014-06-02 | HydraBus board | bvernoux |
| 2014-06-02 | Update README.md | Benjamin Vernoux |
| 2014-06-02 | Update README.md | Benjamin Vernoux |
| 2014-06-02 | Update README.md | Benjamin Vernoux |
| 2014-06-02 | Update README.md | Benjamin Vernoux |
| 2014-06-02 | micropython port for HydraBus | bvernoux |
| 2014-06-02 | showbc: Print code block header at the beginning, not in the middle of dump. | Paul Sokolovsky |
| 2014-06-02 | lexer: Add another comment for somewhat obscure way __debug__ is handled. | Paul Sokolovsky |
| 2014-06-02 | modstruct: Add one more extension to typecodes - 'S', a pointer to C string. | Paul Sokolovsky |
| 2014-06-01 | Merge branch 'Metallicow-LED-Fix' | Damien George |
| 2014-06-01 | examples, switch: Make run_loop take sequence of LED objects. | Damien George |
| 2014-06-01 | Merge branch 'LED-Fix' of github.com:Metallicow/micropython into Metallicow-L... | Damien George |
| 2014-06-01 | py, str: Replace enum with actual function pointer. | Damien George |
| 2014-06-01 | stmhal: Document pyb.Accel() constructor, that it takes time to start. | Damien George |
| 2014-06-01 | __doc__ switch, make importable, and easy to test | Metallicow |
| 2014-06-01 | bare-arm: Disable slice and set. | Damien George |
| 2014-06-01 | py: Fix configurability of builtin slice. | Damien George |
| 2014-06-01 | py: Add option to disable set() object (enabled by default). | Damien George |
| 2014-06-01 | Rename bultins config variables to MICROPY_PY_BUILTINS_*. | Damien George |
| 2014-06-01 | py, vm: Replace save_ip, save_sp with code_state->{ip, sp}. | Damien George |
| 2014-06-01 | Merge branch 'pfalcon-vm-alloca' | Damien George |
| 2014-06-01 | Merge branch 'vm-alloca' of github.com:pfalcon/micropython into pfalcon-vm-al... | Damien George |
| 2014-05-31 | Add switch test example | Metallicow |
| 2014-05-31 | LED Fix | Metallicow |
| 2014-05-31 | Merge branch 'master' of github.com:micropython/micropython | Damien George |
| 2014-05-31 | tests: Add feature test for when heap allocation is disabled. | Damien George |
| 2014-05-31 | Merge pull request #643 from dhylands/fix-af-csv | Damien George |
| 2014-05-31 | tests: Change --test_dirs to --test-dirs. | Damien George |
| 2014-05-31 | Merge pull request #632 from stinos/tests-dir-argument | Damien George |
| 2014-05-31 | py: Fix stack underflow with optimised for loop. | Damien George |
| 2014-05-31 | tests: Add another test for break-from-for-loop. | Damien George |
| 2014-05-31 | vm: Factor out structure with code execution state and pass it around. | Paul Sokolovsky |
| 2014-05-31 | vm: Don't unconditionally allocate state on stack, do that only if needed. | Paul Sokolovsky |
| 2014-05-31 | vm: Detect stack underflow in addition to overflow. | Paul Sokolovsky |
| 2014-05-31 | objstr: str_uni_istype(): Spurious whitespace on empty lines. | Paul Sokolovsky |
| 2014-05-31 | objstr: str_uni_istype(): Codestyle. | Paul Sokolovsky |
| 2014-05-31 | Merge pull request #644 from kimbauters/master | Paul Sokolovsky |
| 2014-05-31 | add methods isspace(), isalpha(), isdigit(), isupper() and islower() to str | Kim Bauters |
| 2014-05-30 | Add a comma to make the .csv look proper in github | Dave Hylands |
| 2014-05-31 | py: Reformat few long functions argument lists for clarity. | Paul Sokolovsky |
| 2014-05-31 | unix: 64-bit cleanness. | Paul Sokolovsky |
| 2014-05-31 | unix: Add poorman's stack usage info to mem_info() dump. | Paul Sokolovsky |
| 2014-05-31 | objfun: Typo fixes in comments. | Paul Sokolovsky |
| 2014-05-31 | modsocket: Add some comments on intended usage/API design of module. | Paul Sokolovsky |
| 2014-05-31 | modsocket: Remove stale ifdef. | Paul Sokolovsky |
| 2014-05-31 | tests: Add test for break in for. | Paul Sokolovsky |
| 2014-05-30 | py: Fix break from within a for loop. | Damien George |
| 2014-05-30 | objstr: *strip(): If nothing is stripped, don't create dup string. | Paul Sokolovsky |