| Age | Commit message (Expand) | Author |
| 2015-04-03 | runtime: Split mp_call_prepare_args_n_kw_var() from mp_call_method_n_kw_var(). | Paul Sokolovsky |
| 2015-04-03 | vm: Stackless support for MP_BC_CALL_METHOD. | Paul Sokolovsky |
| 2015-04-03 | vm: If there's no heap to call function in stackless manner, call via C stack. | Paul Sokolovsky |
| 2015-04-03 | vm: Initial support for calling bytecode functions w/o C stack ("stackless"). | Paul Sokolovsky |
| 2015-04-02 | makeqstrdata.py: Add support for strings with backslash escapes. | Paul Sokolovsky |
| 2015-04-01 | py: Fix emitnative's creation of small ints so it uses the macro. | Damien George |
| 2015-03-31 | cc3200: Add specific version file for the CC3200 port. | Daniel Campora |
| 2015-03-31 | cc3200: Remove duplicated code from moduos. | Daniel Campora |
| 2015-03-31 | docs: uctypes: Bullet list formatting fixes. | Paul Sokolovsky |
| 2015-03-31 | docs: uctypes: Describe how to instantiate struct objects. | Paul Sokolovsky |
| 2015-03-31 | objtype: Add special unary methods __pos__, __neg__, __invert__. | Paul Sokolovsky |
| 2015-03-31 | modbuiltins: round(): Accept second arg, and at least support it to be 0. | Paul Sokolovsky |
| 2015-03-30 | docs: Add additional example/note for Timer's callback usage. | Ivan Pejić |
| 2015-03-30 | docs: Provide initial documentation for micropython module. | Damien George |
| 2015-03-29 | lib: Update FatFs to R0.11. | Daniel Campora |
| 2015-03-29 | docs: Bump version to 1.4. | Damien George |
| 2015-03-28 | tests/class_descriptor.py: Fix line-endings (were CRLF). | Paul Sokolovsky |
| 2015-03-26 | py: Add optional support for descriptors' __get__ and __set__ methods. | stijn |
| 2015-03-27 | docs: uctypes: Describe bytes_at(), bytearray_at(). | Paul Sokolovsky |
| 2015-03-26 | cc3200: Remove unneeded SPI instruction in the simplelink driver. | Daniel Campora |
| 2015-03-26 | cc3200: Increase main stack size to 2K. | Daniel Campora |
| 2015-03-26 | py: Increase fixed size of stack-info in native emitter. | Damien George |
| 2015-03-26 | py, compiler: When just bytecode, make explicit calls instead of table. | Damien George |
| 2015-03-26 | py, compiler: Remove emit_pass1 code, using emit_bc to do its job. | Damien George |
| 2015-03-26 | py, compiler: Refactor load/store/delete_id logic to reduce code size. | Damien George |
| 2015-03-26 | cc3200: Minor refactorings on modwlan and pybsleep. | Daniel Campora |
| 2015-03-26 | cc3200: Reenable active interrupts when waking from suspended mode. | Daniel Campora |
| 2015-03-26 | objdict: Cast mp_obj_t to concrete types explicitly. | Paul Sokolovsky |
| 2015-03-26 | cc3200: Add callback support to the UART for RX interrupts. | Daniel Campora |
| 2015-03-26 | cc3200: Remove superflous parameters from the SPI API. | Daniel Campora |
| 2015-03-25 | tests: Skip some new tests when testing native emitter. | Damien George |
| 2015-03-25 | tests: Add tests for SyntaxError, TypeError, and other missing things. | Damien George |
| 2015-03-25 | py: Fix bug in compiler which allowed through illegal augmented assign. | Damien George |
| 2015-03-25 | py: Clean up some logic in VM to remove assert(0)'s. | Damien George |
| 2015-03-25 | py: Simplify some logic in compiler; add comments about CPython compat. | Damien George |
| 2015-03-25 | cc3200: Remove superflous params from the I2C API. | Daniel Campora |
| 2015-03-25 | cc3200: Add GPIO25 to the pins list of the WiPy and the WiPy-SD. | Daniel Campora |
| 2015-03-25 | cc3200: Rename the WiPy_SD to WiPy-SD. | Daniel Campora |
| 2015-03-25 | cc3200: Roll back to the previous telnet and ftp timeouts. | Daniel Campora |
| 2015-03-25 | cc3200: Keep WLAN enabled during the soft reset. | Daniel Campora |
| 2015-03-25 | cc3200: Remove the cc3200.xml file. Latest CCS already ships with it. | Daniel Campora |
| 2015-03-25 | py: Cast mp_obj_t to concrete types explicitly. | Paul Sokolovsky |
| 2015-03-24 | docs: uctypes: Describe couple more functions. | Paul Sokolovsky |
| 2015-03-23 | stmhal: Optimise ADC.read_timed() so that it can sample up to 750kHz. | Damien George |
| 2015-03-23 | objnamedtuple: Accept field list as a string. | Paul Sokolovsky |
| 2015-03-23 | objstr: Expose mp_obj_str_split() for reuse in other modules. | Paul Sokolovsky |
| 2015-03-22 | unix: Remove -Wdouble-promotion from main build, and 2 from coverage. | Damien George |
| 2015-03-22 | stmhal: Correctly clear wake-up flag before entering standby mode. | Damien George |
| 2015-03-22 | objnamedtuple: Check that 2nd arg to namedtuple() is a list. | Paul Sokolovsky |
| 2015-03-22 | stmhal: Expose all PYBv1.0 pins, include SD and USB pins. | Damien George |