| Age | Commit message (Expand) | Author |
| 2014-05-08 | Windows MSVC port | stijn |
| 2014-05-07 | py: Fix stack access in thumb native emitter. | Damien George |
| 2014-05-07 | py: Fix emitcpy, to work with latest changes to PASS variables. | Damien George |
| 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 | stream: Make non-blcoking stream support configurable. | 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 | 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 | py: Turn down amount of RAM parser and compiler use. | Damien George |
| 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-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 '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 | py: Add --dirty flag to git describe. | Damien George |
| 2014-05-03 | mingw: Fix number of exponent digits in floating point formatting | stijn |
| 2014-05-03 | py: Print tag/version/git describe in uPy banner. | Damien George |
| 2014-05-03 | stmhal: Enable cmath module. | Damien George |
| 2014-05-03 | py, objtype.c: Rename class_ to instance_ following change of typedef. | Damien George |
| 2014-05-03 | Merge pull request #546 from stinos/relax-makeqstrdata | Damien George |
| 2014-05-03 | Merge pull request #552 from stinos/mingw-alloca | Paul Sokolovsky |
| 2014-05-03 | objclosure, objcell: Print detailed representation if was requested. | Paul Sokolovsky |
| 2014-05-03 | More relaxed parsing of preprocessed qstr header | stijn |
| 2014-05-03 | py: Use <alloca.h> for alloca() | stijn |
| 2014-05-02 | py, unix: Make "mpconfig.h" be first included, as other headers depend on it. | Paul Sokolovsky |
| 2014-05-02 | objtype: Work around stupid strict aliasing check. | Paul Sokolovsky |
| 2014-05-02 | objexcept: Support tracebacks for user Exception subclasses. | Paul Sokolovsky |
| 2014-05-02 | objtype: Rename mp_obj_class_t -> mp_obj_instance_t and move to local header. | Paul Sokolovsky |
| 2014-05-02 | objtype: .print() Exception instances in adhoc way. | Paul Sokolovsky |
| 2014-05-01 | Merge pull request #544 from lurch/fix-minmax | Paul Sokolovsky |
| 2014-05-01 | objfun: More debug logging. | Paul Sokolovsky |
| 2014-05-01 | objgenerator: Fix check for too few args passed to gen function. | Paul Sokolovsky |
| 2014-05-01 | objgenerator: .print(): Output real underlying function name. | Paul Sokolovsky |
| 2014-05-01 | Fix the builtin min() and max() functions (and add tests). | Andrew Scheller |
| 2014-05-01 | py: Add copyright/license header to each file. | Paul Sokolovsky |
| 2014-05-01 | py: Add tentative scheme for error messages configuration. | Paul Sokolovsky |
| 2014-05-01 | objfun: Add function name accessor and .print slot method. | Paul Sokolovsky |
| 2014-04-30 | Merge pull request #528 from pfalcon/native-subclass1 | Damien George |