| Age | Commit message (Expand) | Author |
| 2015-10-15 | unix: Allow to build against Android down to 1.5. | Paul Sokolovsky |
| 2015-10-14 | py/compile: Remove unnecessary label in compilation of for statement. | Damien George |
| 2015-10-14 | py: Fix build of ARM native emitter due to recent viper changes. | Damien George |
| 2015-10-14 | tests/jni: Start adding modjni tests. | Paul Sokolovsky |
| 2015-10-14 | unix/modjni: Add iteration support for Java List objects. | Paul Sokolovsky |
| 2015-10-14 | unix/modjni: call_method: Check for Java exception after method return. | Paul Sokolovsky |
| 2015-10-13 | tests: Add more tests for viper 16/32-bit load/store, and ellipsis. | Damien George |
| 2015-10-13 | py/qstr: Fix calc of qstr memory usage, due to new qstr chunk allocation. | Damien George |
| 2015-10-13 | docs: Fix formatting of DAC code examples. | Damien George |
| 2015-10-13 | stmhal: Allow to set bits resolution for DAC; 8 is default, can have 12. | Damien George |
| 2015-10-13 | py: Implement ptr32 load and store in viper emitter. | Damien George |
| 2015-10-13 | unix/modtermios: tcsetattr: If 0 passed for "when" param, treat as TCSANOW. | Paul Sokolovsky |
| 2015-10-12 | py: Add support to call __init__ from a builtin module on first import. | Damien George |
| 2015-10-12 | py: Allow to to build MicroPython as a static library. | Paul Sokolovsky |
| 2015-10-12 | py/parse: Make parser error handling cleaner, less spaghetti-like. | Damien George |
| 2015-10-12 | py: Move constant folding from compiler to parser. | Damien George |
| 2015-10-12 | py/objarray: Allow to create array of void pointers, as extension to CPython. | Paul Sokolovsky |
| 2015-10-12 | unix: Add exit and paste-mode hints to shell startup banner. | Damien George |
| 2015-10-12 | README.md: Document "Ctrl+D" shell exit. | nyov |
| 2015-10-12 | Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc. | Damien George |
| 2015-10-11 | stmhal: Enable REPL auto indent; document paste mode in help(). | Damien George |
| 2015-10-11 | repl: Add paste mode to friendly REPL, entered via CTRL-E. | Damien George |
| 2015-10-11 | py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. | Paul Sokolovsky |
| 2015-10-11 | py/makeqstrdata.py: Catch and report case of empty input file. | Paul Sokolovsky |
| 2015-10-10 | unix/modsocket: Fix usage of pointers to locals outside scope | Anmol Sarma |
| 2015-10-10 | drivers/sdcard: Allow up to 5 retries to initialise SD card. | Damien George |
| 2015-10-10 | docs: Describe properly how MCU can be woken from pyb.standby() state. | Damien George |
| 2015-10-10 | unix/modjni: py2jvalue: Support bool and None values. | Paul Sokolovsky |
| 2015-10-09 | tests: In pyb RTC tests, check wakeup register values. | Peter Hinch |
| 2015-10-09 | stmhal: Fix USB CDC-only mode under Windows. | Dave Hylands |
| 2015-10-08 | py/parse: Factor logic when creating parse node from and-rule. | Damien George |
| 2015-10-09 | unix/modjni: jvalue2py() is currently not used. | Paul Sokolovsky |
| 2015-10-08 | unix/modjni: Allow to access fields of objects. | Paul Sokolovsky |
| 2015-10-08 | py: Don't generate unnecessary parse nodes for assignment or kwargs. | Damien George |
| 2015-10-08 | tests: Add test for evaluation order of dictionary key/value pairs. | Damien George |
| 2015-10-08 | py/emitnative: Raise ViperTypeError for unsupported unary ops. | Damien George |
| 2015-10-08 | py/compile: Fix edge case when constant-folding negation of integer. | Damien George |
| 2015-10-08 | stmhal: Fix RTC.wakeup so it correctly calculates WUT for large periods. | Damien George |
| 2015-10-07 | unix/modjni: After Call*Method(), Java exception should always be checked. | Paul Sokolovsky |
| 2015-10-06 | stmhal: In RTC.wakeup, fix setting of wucksel to get correct period. | Damien George |
| 2015-10-06 | docs: Update esp8266 documentation to match the code. | Radomir Dopieralski |
| 2015-10-06 | modussl: SSL socket wrapper module based on axTLS. | Paul Sokolovsky |
| 2015-10-05 | tests/basics/builtin_range: PEP8 fixes. | Paul Sokolovsky |
| 2015-10-04 | lib/axtls: Update submodule, adds .gitignore . | Paul Sokolovsky |
| 2015-10-04 | unix: Add support for building axtls dependency lib. | Paul Sokolovsky |
| 2015-10-04 | lib/axtls: Add axtls git submodule, dependency of modussl. | Paul Sokolovsky |
| 2015-10-04 | unix/modjni: jclass.__str__/__repr__: Return Java .toString() value. | Paul Sokolovsky |
| 2015-10-03 | py: Allow to enable inline assembler without native emitter. | Damien George |
| 2015-10-03 | unix/modjni: jobject.__str__/__repr__: Return Java .toString() value. | Paul Sokolovsky |
| 2015-10-02 | tests: Allow tests to pass against CPython 3.5. | Damien George |