| Age | Commit message (Expand) | Author |
| 2017-09-06 | ports: Make new ports/ sub-directory and move all ports there. | Damien George |
| 2017-09-04 | cc3200: Enable micropython.kbd_intr() method | Robert HH |
| 2017-08-21 | all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros. | Damien George |
| 2017-07-31 | all: Use the name MicroPython consistently in comments | Alexander Steffen |
| 2017-07-18 | all: Unify header guard usage. | Alexander Steffen |
| 2017-06-01 | ports: Convert from using stmhal's input() to core provided version. | Damien George |
| 2017-04-01 | all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h | Damien George |
| 2017-02-22 | cc3200: Remove socket.timeout class, use OSError(ETIMEDOUT) instead. | Damien George |
| 2017-02-22 | cc3200: Enable uerrno module with short, custom list of error codes. | Damien George |
| 2017-02-22 | cc3200: Convert to using uPy internal errno numbers. | Damien George |
| 2017-02-06 | cc3200: Refactor "ticks" functions to use common extmod implementation. | Damien George |
| 2017-01-30 | extmod/vfs_fat: Remove MICROPY_FATFS_OO config option. | Damien George |
| 2017-01-30 | cc3200: Convert to use new VFS sub-system and new ooFatFs library. | Damien George |
| 2017-01-22 | cc3200: Convert to use builtin help function. | Damien George |
| 2016-12-02 | extmod/moduselect: Use configurable EVENT_POLL_HOOK instead of WFI. | Damien George |
| 2016-11-21 | cc3200: Update for moduselect moved to extmod/. | Paul Sokolovsky |
| 2016-11-16 | py: Factor out persistent-code reader into separate files. | Damien George |
| 2016-10-18 | cc3200: Enable loading of precompiled .mpy files. | Damien George |
| 2016-08-15 | ports: Remove typedef of machine_ptr_t, it's no longer needed. | Damien George |
| 2016-08-02 | cc3200, teensy: Remove broken malloc/free/realloc macro helpers. | Damien George |
| 2016-06-28 | cc3200: Enable the GIL. | Damien George |
| 2016-06-28 | cc3200: Add basic threading capabilities. | Damien George |
| 2016-04-15 | py: Declare help, input, open builtins in core. | Paul Sokolovsky |
| 2016-04-13 | ports: Disable async/await on bare-arm, minimal, pic16bit, cc3200. | Damien George |
| 2016-02-15 | cc3200: Fix breakage after VfsFat refactor. | Paul Sokolovsky |
| 2015-12-18 | stmhal, cc3200: Actually implement machine -> umachine module weak link. | Paul Sokolovsky |
| 2015-12-18 | ports: Rename "machine" module to "umachine". | Paul Sokolovsky |
| 2015-11-08 | cc3200: FatFS configuration moved to the library folder. | Alex March |
| 2015-10-31 | all: Add py/mphal.h and use it in all ports. | Damien George |
| 2015-10-21 | cc3200: Enable "all special methods" configuration option. | danicampora |
| 2015-10-21 | cc3200: Enable REPL autoindent. | danicampora |
| 2015-10-19 | cc3200: Create wipy module, remove HeartBeat class. | danicampora |
| 2015-09-27 | cc3200: Disable uheapq and uhashlib. | Daniel Campora |
| 2015-09-27 | cc3200: Rename pyb module to machine. | Daniel Campora |
| 2015-09-27 | cc3200: Implement support for os.dupterm(). | Daniel Campora |
| 2015-09-27 | cc3200: New WLAN API including test. | Daniel Campora |
| 2015-09-27 | cc3200: New irq API, affects all classes that provide the irq method. | Daniel Campora |
| 2015-09-21 | cc3200: New SD and RTC API plus os and time modules' extensions. | Daniel Campora |
| 2015-09-10 | cc3200: Disable some uPy features in debug mode to help code fit. | Daniel Campora |
| 2015-09-10 | cc3200: New UART API plus related test. | Daniel Campora |
| 2015-07-30 | cc3200: Switch to 1 byte hash for QSTRs. | Daniel Campora |
| 2015-07-10 | cc3200: Add struct weak link for ustruct. | Daniel Campora |
| 2015-07-02 | cc3200: Add modussl, ssl sockets subclassed from normal sockets. | Daniel Campora |
| 2015-07-02 | cc3200: Add socket.timeout and socket.error exceptions. | Daniel Campora |
| 2015-06-28 | cc3200: Enable more features to improve compatibility with stmhal. | Daniel Campora |
| 2015-05-22 | cc3200: Finally unlock the full wake on WLAN feature set. | Daniel Campora |
| 2015-05-22 | cc3200: Add own ubinascii module. | Daniel Campora |
| 2015-05-20 | cc3200: Add uhashlib. Supports SHA1 and SHA256. | Daniel Campora |
| 2015-05-20 | cc3200: Disable UCTYPES and enable ARRAY_SLICE_ASSIGN. | Daniel Campora |
| 2015-05-17 | cc3200: Disable WLAN.urn() by default. | Daniel Campora |