| Age | Commit message (Expand) | Author |
| 2014-10-12 | py: Implement and,or,xor native ops for viper. | Damien George |
| 2014-10-11 | modure: Basic tests. | Paul Sokolovsky |
| 2014-10-06 | tests: Skip ffi_float.py if module ffi is not available. | Paul Sokolovsky |
| 2014-10-06 | tests: Add missing "import sys". | Paul Sokolovsky |
| 2014-10-06 | tests: Force skip of LE test on non-LE arch; improve run-tests-exp.sh. | Damien George |
| 2014-10-06 | tests: Make run-tests-exp.sh skip tests that fail due to invalid decorator. | Damien George |
| 2014-10-05 | tests: Add check for micropython.native and then skip relevant tests. | Damien George |
| 2014-10-05 | py: Make compiler return a proper exception on SyntaxError. | Damien George |
| 2014-10-05 | tests: Make printing of floats hopefully more portable. | Damien George |
| 2014-10-05 | Exclude some tests which always fail on windows | stijn |
| 2014-10-02 | tests: Add simple CAN test. | Damien George |
| 2014-10-01 | Enable device keyword option when running pyboard.py --tests and run-tests --... | blmorris |
| 2014-09-30 | py: Remove IOError since it's deprecated; use OSError instead. | Damien George |
| 2014-09-29 | py: Fix viper store on x86; add tests for viper ptr16. | Damien George |
| 2014-09-29 | py: Add casting to viper; add native mem stores to viper. | Damien George |
| 2014-09-29 | tests: Add tests for viper binary operations. | Damien George |
| 2014-09-29 | py: Allow viper to use ints as direct conditionals in jumps. | Damien George |
| 2014-09-25 | py: Simplify JSON str printing (while still conforming to JSON spec). | Damien George |
| 2014-09-25 | Change allows tests/unix/ffi_float.py to pass on OSX | blmorris |
| 2014-09-25 | tests: Add test for exception matching of a tuple of exceptions. | Damien George |
| 2014-09-23 | py: Make native emitter handle multi-compare and not/is not/not in ops. | Damien George |
| 2014-09-23 | tests: Fix uctypes tests to run on 64bit arch; enable more native tests. | Damien George |
| 2014-09-21 | extmod, ujson: Add test and comment for loads. | Damien George |
| 2014-09-17 | py: Add native json printing using existing print framework. | Damien George |
| 2014-09-13 | py: Fix build error when float disabled; add test for divmod. | Damien George |
| 2014-09-13 | py: Implement divmod, % and proper // for floating point. | Damien George |
| 2014-09-06 | tests: Enable misc tests on pyboard; output 4 sig figs in rge_sm. | Damien George |
| 2014-09-06 | unix: Don't use -Wno-error=cpp or #warning; fix strict alias warning. | Damien George |
| 2014-09-06 | py: Make mpz able to use 16 bits per digit; and 32 on 64-bit arch. | Damien George |
| 2014-08-29 | py: Fix 2 bugs in native emitter: jump_or_pop and stack settling. | Damien George |
| 2014-08-29 | tests: Add option to run-tests to enable native emitter. | Damien George |
| 2014-08-26 | Make int(b'123') work properly. | Dave Hylands |
| 2014-08-26 | py: Add dispatch for user defined ==, >, <=, >=. | Damien George |
| 2014-08-25 | tests: Add test for pyb.disable_irq and pyb.enable_irq. | Damien George |
| 2014-08-24 | py: Consolidate min/max functions into one, and add key= argument. | Damien George |
| 2014-08-24 | stmhal, modtime: Small changes, reduced code size by around 80 bytes. | Damien George |
| 2014-08-24 | py: Fix bug where GC collected native/viper/asm function data. | Damien George |
| 2014-08-16 | py: Viper can call functions with native types, and raise exceptions. | Damien George |
| 2014-08-16 | tests: Wait for just over 1 sec when testing RTC. | Damien George |
| 2014-08-15 | py: Viper can now store to global. | Damien George |
| 2014-08-15 | py: Fix typing of viper locals; allow default types in annotation. | Damien George |
| 2014-08-15 | py: Allow viper to have type annotations. | Damien George |
| 2014-08-13 | py: Fix mult by negative number of tuple, list, str, bytes. | Damien George |
| 2014-08-12 | extmod: Finish rename of zlib to zlibd; enable zlibd on stmhal. | Damien George |
| 2014-08-13 | tests: Add test for zlibd module. | Paul Sokolovsky |
| 2014-08-12 | py: Improve range: add len, subscr, proper print. | Damien George |
| 2014-08-12 | py: Implement builtin reversed() function. | Damien George |
| 2014-08-11 | objstr: Make sure that bytes are indexed as bytes, not as unicode. | Paul Sokolovsky |
| 2014-08-10 | objarray: Implement equality testing between arrays and other buffers. | Paul Sokolovsky |
| 2014-08-08 | tests, pyb: Update pin test. | Damien George |