| Age | Commit message (Expand) | Author |
| 2014-04-09 | py: Properly implement deletion of locals and derefs, and detect errors. | Damien George |
| 2014-04-09 | objint: Implement int.from_bytes() class method and .to_bytes() method. | Paul Sokolovsky |
| 2014-04-08 | tests: Oops: fix del-attr. | Damien George |
| 2014-04-08 | py: Remove DELETE_SUBSCR opcode, combine with STORE_SUBSCR. | Damien George |
| 2014-04-08 | py: Make bytearray a proper type. | Paul Sokolovsky |
| 2014-04-08 | py: Implement str.[r]index() and add tests for them. | xbe |
| 2014-04-08 | Merge branch 'master' of github.com:micropython/micropython | Damien George |
| 2014-04-08 | py: implement UNPACK_EX byte code (for: a, *b, c = d) | Damien George |
| 2014-04-08 | bytearray: Support bytearray(int) constructor. | Paul Sokolovsky |
| 2014-04-08 | Display \r and \t escape codes in string repr | Andrew Scheller |
| 2014-04-07 | Add string formatting support for longlong and mpz. | Dave Hylands |
| 2014-04-07 | Merge pull request #445 from lurch/test-sorted-sets | Damien George |
| 2014-04-07 | Modify set tests to print sorted sets directly | Andrew Scheller |
| 2014-04-07 | Add tests for sorted() function | Andrew Scheller |
| 2014-04-07 | tests: Fix more tests which depend on order of elements in set. | Paul Sokolovsky |
| 2014-04-07 | tests: Fix few tests which depend on order of elements in set. | Paul Sokolovsky |
| 2014-04-07 | tests: Fix tests with sets to print sorted set. | Damien George |
| 2014-04-07 | py: Fix str.replace for case when arg 0 or 1 is empty string. | Damien George |
| 2014-04-06 | tests: Fix few tests which depend on order of elements in dict. | Paul Sokolovsky |
| 2014-04-06 | tests/dict2.py: Add combined test for dict(dict) and dict equality. | Paul Sokolovsky |
| 2014-04-06 | py: Implement more features in native emitter. | Damien George |
| 2014-04-06 | py: str.split: handle non-default separator. | Damien George |
| 2014-04-05 | tests: Add test to check issue #429. | Damien George |
| 2014-04-05 | Merge pull request #435 from dhylands/str-modulo-float | Damien George |
| 2014-04-05 | Merge pull request #433 from pfalcon/getattr-3arg | Damien George |
| 2014-04-05 | py: Fix delete operation on map/dict and set objects. | Damien George |
| 2014-04-05 | Allow floating point arguments with %d,i,u,o,x,X formats | Dave Hylands |
| 2014-04-05 | tests: Add test for dict delete. It fails. | Damien George |
| 2014-04-05 | py: Support 3-arg getattr() builtin (with default value). | Paul Sokolovsky |
| 2014-04-05 | objtype: Add equality test for type types. | Paul Sokolovsky |
| 2014-04-05 | py: Allow types to be hashable. | Paul Sokolovsky |
| 2014-04-04 | run-tests: Elaborate python3 command override capabilities. | Paul Sokolovsky |
| 2014-04-04 | Merge pull request #422 from dhylands/str-modulo | Damien George |
| 2014-04-04 | tests: Make rge-sm.py use less memory (integration step increased). | Damien George |
| 2014-04-04 | py: Add m_malloc_fail function to handle memory allocation error. | Damien George |
| 2014-04-04 | tests/file-with: Add testcase which failed for @dpgeorge. | Paul Sokolovsky |
| 2014-04-03 | Implements most of str.modulo | Dave Hylands |
| 2014-04-03 | Changes to get unix/ port compiling on Cygwin. | Damien George |
| 2014-04-03 | tests: Allow to run tests on pyboard. | Damien George |
| 2014-04-03 | run-tests: Allow to override python3 command to use via environment var. | Paul Sokolovsky |
| 2014-04-03 | unix file: Implement context manager protocol (for "with" statement). | Paul Sokolovsky |
| 2014-04-02 | py: Fix regress for printing of floats and #if. | Damien George |
| 2014-04-02 | tests/string-format: Add test for formatting ints with float format. | Paul Sokolovsky |
| 2014-04-02 | Change test scripts to use python3; bytecode tests use python3.4. | Damien George |
| 2014-04-02 | Add more tests. | Damien George |
| 2014-04-02 | py: Factor out static/class method unwrapping code; add tests. | Damien George |
| 2014-04-02 | Add a test. | Damien George |
| 2014-04-02 | py: Add support for sep and end keywords in print. | Damien George |
| 2014-04-01 | py: Fix math.{ceil,floor,trunc} to return int. | Damien George |
| 2014-04-01 | Turn off full tests in string-format.py | Dave Hylands |