| Age | Commit message (Expand) | Author |
| 2014-05-07 | py: Improve native emitter; now supports more opcodes. | Damien George |
| 2014-05-07 | py, compiler: Improve passes; add an extra pass for native emitter. | Damien George |
| 2014-05-07 | py, compiler: Start adding support for compile-time constants. | Damien George |
| 2014-05-07 | unix: Add missing stdio.h header for readline. | Damien George |
| 2014-05-07 | Merge pull request #582 from dhylands/unix-input | Damien George |
| 2014-05-07 | Add input command for unix | Dave Hylands |
| 2014-05-07 | Merge pull request #581 from stinos/windows-math | Damien George |
| 2014-05-07 | windows: Enable math module | stijn |
| 2014-05-07 | stream: Make non-blcoking stream support configurable. | Paul Sokolovsky |
| 2014-05-07 | unix modsocket: Add comments re: recv() vs read(), etc. semantics. | Paul Sokolovsky |
| 2014-05-07 | stream: Use standard name of DEFAULT_BUFFER_SIZE. | Paul Sokolovsky |
| 2014-05-07 | stream: Add compliant handling of non-blocking readall(). | Paul Sokolovsky |
| 2014-05-07 | stream: Add compliant handling of non-blocking read()/write(). | Paul Sokolovsky |
| 2014-05-06 | py, parser: Add commented-out code to discard doc strings. | Damien George |
| 2014-05-06 | Merge branch 'master' of https://github.com/micropython/micropython | Damien George |
| 2014-05-06 | py: Add keyword arg support to enumerate constructor. | Damien George |
| 2014-05-06 | py: bytes(), str(): Add NotImplementedError for kwargs. | Paul Sokolovsky |
| 2014-05-06 | py: enumerate(): Add NotImplementedError for kwargs. | Paul Sokolovsky |
| 2014-05-06 | stmhal: pyb: Use gc() function as defined by standard module "gc". | Paul Sokolovsky |
| 2014-05-06 | modgc: Add new module for GC-related functionality. | Paul Sokolovsky |
| 2014-05-05 | py: Comment exc_state member from mp_obj_gen_instance_t as it gives trouble | stijn |
| 2014-05-05 | py-version.sh: Use --always option of git describe. | Paul Sokolovsky |
| 2014-05-05 | Merge pull request #571 from dhylands/fix-extint-doc | Damien George |
| 2014-05-05 | Change references (in comments) of pyb.GPIO to be pyb.Pin | Dave Hylands |
| 2014-05-05 | examples, SDdatalogger: Add more comments; reduce power consumption. | Damien George |
| 2014-05-05 | Merge pull request #566 from turbinenreiter/master | Damien George |
| 2014-05-05 | py: Turn down amount of RAM parser and compiler use. | Damien George |
| 2014-05-05 | tests/bench/var: Add tests for class/instance var access. | Paul Sokolovsky |
| 2014-05-05 | tests: Add framework for comparative benchmarking. | Paul Sokolovsky |
| 2014-05-05 | py-version.sh: Make it work in case no git tag is present. | Paul Sokolovsky |
| 2014-05-05 | py, unix: Add -v option, print bytecode dump if used. | Paul Sokolovsky |
| 2014-05-04 | showbc: Quote block name, so it was easily visible. | Paul Sokolovsky |
| 2014-05-04 | deleted garbage | Sebastian Plamauer |
| 2014-05-04 | created SDdatalogger example | Sebastian Plamauer |
| 2014-05-04 | stmhal: Document physical pins for SPI, I2C, UART busses. | Damien George |
| 2014-05-04 | tests, pyb: Add 'import pyb' when needed. | Damien George |
| 2014-05-04 | unix: Remove test class and code. | Damien George |
| 2014-05-04 | Merge pull request #563 from turbinenreiter/patch-2 | Damien George |
| 2014-05-04 | updated to use new pyb.Accel() object | Sebastian Plamauer |
| 2014-05-04 | Merge pull request #561 from turbinenreiter/patch-1 | Damien George |
| 2014-05-04 | updated to fit new acceleration and time/millis | Sebastian Plamauer |
| 2014-05-04 | tools: In build-stm-latest, replace git hash with git tag. | Damien George |
| 2014-05-03 | Add license header to (almost) all files. | Damien George |
| 2014-05-03 | Merge pull request #535 from pfalcon/blurb | Damien George |
| 2014-05-03 | Merge branch 'stinos-mingw-float-printf' | Damien George |
| 2014-05-03 | windows: Argument to () function should be (void). | Damien George |
| 2014-05-03 | Merge branch 'mingw-float-printf' of github.com:stinos/micropython into stino... | Damien George |
| 2014-05-03 | py, stream: Implement readlines for a stream. | Damien George |
| 2014-05-03 | Merge pull request #557 from cjbarnes18/device_id_in_deploy | Damien George |
| 2014-05-03 | py: Add --dirty flag to git describe. | Damien George |