| Age | Commit message (Expand) | Author |
| 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 | objtype: Don't treat inheritance from "object" as from native type. | Paul Sokolovsky |
| 2014-05-10 | stmhal: Fix setting of RTC: was BCD now BIN encoded. | 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-08 | py, compiler: Add basic support for A=const(123). | Damien George |
| 2014-05-07 | py: Fix stack access in thumb native emitter. | Damien George |
| 2014-05-07 | tests/bench: Add testcase for positional/kwargs to enumerate(). | Paul Sokolovsky |
| 2014-05-07 | tests/bench: Add tests for various ways to pass function args. | Paul Sokolovsky |
| 2014-05-07 | tests/bench: Add variation on loop_count/while_down_ne test. | Paul Sokolovsky |
| 2014-05-07 | tests/bench: Add testcases for lookup in 5-el instance and namedtuple. | Paul Sokolovsky |
| 2014-05-07 | tests/bench: Time namedtuple field access. | Paul Sokolovsky |
| 2014-05-07 | tests: Add a test for native code on pyboard. | Damien George |
| 2014-05-07 | tests: Add inline assembler test for pyboard. | Damien George |
| 2014-05-06 | py: Add keyword arg support to enumerate constructor. | 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-04 | tests, pyb: Add 'import pyb' when needed. | Damien George |
| 2014-05-03 | py, stream: Implement readlines for a stream. | Damien George |
| 2014-05-03 | tests: Add a suite of tests specifically for the pyboard. | Damien George |
| 2014-05-02 | tests: Add testcases for catching user Exception subclasses. | Paul Sokolovsky |
| 2014-05-02 | objtype: .print() Exception instances in adhoc way. | Paul Sokolovsky |
| 2014-05-01 | Fix the builtin min() and max() functions (and add tests). | Andrew Scheller |
| 2014-04-30 | tests: Add test for calling inherited native method on subclass. | Paul Sokolovsky |
| 2014-04-29 | tests: Add test for accessing attribute of inherited native type. | Paul Sokolovsky |
| 2014-04-29 | tests: Add basic tests for subclassing native types and using special methods. | Paul Sokolovsky |
| 2014-04-28 | py: Fix bug in map lookup of interned string vs non-interned. | Damien George |
| 2014-04-27 | py: Implement keyword-only args. | Damien George |
| 2014-04-26 | modio: Implement io.StringIO class. | Paul Sokolovsky |
| 2014-04-26 | objstr: Implement .lstrip() & .rstrip(). | Paul Sokolovsky |
| 2014-04-25 | py: Support instance __call__ method. | Paul Sokolovsky |
| 2014-04-19 | test/class-super: Expose super() breakage. | Paul Sokolovsky |
| 2014-04-19 | objarray: Implement slice subscription. | Paul Sokolovsky |
| 2014-04-19 | modstruct: Initial implementation of struct.pack(). | Paul Sokolovsky |
| 2014-04-18 | sequence: Fix glaring bug in sequence comparison. | Paul Sokolovsky |
| 2014-04-17 | tests: Move gen_context to import tests, because it relies on import. | Damien George |
| 2014-04-17 | objgenerator: Generator must execute in its defining lexical context. | Paul Sokolovsky |
| 2014-04-17 | Merge pull request #504 from lurch/patch-4 | Damien George |
| 2014-04-17 | tests: Split out those tests requiring float and import. | Damien George |
| 2014-04-17 | Changed the envvar name to MICROPY_MICROPYTHON | Andrew Scheller |
| 2014-04-17 | tests: Remove print('flush') from 2 tests, since stmhal now works. | Damien George |
| 2014-04-16 | Stupid typo | Andrew Scheller |
| 2014-04-16 | Allow the uPy used by run-tests to be overridden | Andrew Scheller |
| 2014-04-16 | fix README to match contents of run-tests | Andrew Scheller |
| 2014-04-16 | run-tests can now skip certain tests when run under Travis CI | Andrew Scheller |
| 2014-04-15 | py: Add builtin functions bin and oct, and some tests for them. | Damien George |
| 2014-04-15 | tests: Disable memoryerror.py test, since it fails on travis. | Damien George |
| 2014-04-15 | travis: Diff output, hopefully this works. | Damien George |
| 2014-04-15 | travis: More tests output debugging. | Damien George |