Commits
User selector
Commit History
Commits on Jul 6, 2020
Commits on Jul 11, 2018
Commits on May 18, 2018
Commits on Mar 13, 2018
py/misc.h: Remove unused count_lead_ones() inline function.
Show description for d4b55efcommitted
Commits on Feb 14, 2018
py/unicode: Clean up utf8 funcs and provide non-utf8 inline versions.
Show description for 19aee94committed
Commits on Jan 24, 2018
Introduce a long lived section of the heap.
Show description for 416abe3committed
Commits on Dec 4, 2017
py/misc.h: Add m_new_obj_var_with_finaliser().
Show description for 75d3c04committed
Commits on Oct 25, 2017
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Show description for 73c15dccommitted
Commits on Aug 31, 2017
Commits on Aug 26, 2017
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
Show description for ef61b5ecommitted
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jul 18, 2017
all: Unify header guard usage.
Show description for 299bc62authored andcommitted
Commits on Jul 3, 2017
Commits on Jun 20, 2017
Merge tag 'v1.9.1'
Show description for 30ee701committed
Commits on May 29, 2017
- committed
Commits on Jan 10, 2017
Merge tag 'v1.8.7'
Show description for dfb61f0committed
Commits on Dec 26, 2016
cc3200: Re-add support for UART REPL (MICROPY_STDIO_UART setting).
Show description for 25f44c1committed- committed
Commits on Oct 26, 2016
atmel-samd: Support auto-reset based on USB write activity.
Show description for d189a3fcommitted
Commits on Oct 14, 2016
py/vstr: Combine vstr_new_size with vstr_new since they are rarely used.
Show description for 824f5c5committed
Commits on Sep 19, 2016
py/vstr: Remove vstr.had_error flag and inline basic vstr functions.
Show description for 5da0d29committed
Commits on Feb 17, 2016
py/repl: Check for an identifier char after the keyword.
Show description for 69d9e7dauthored andcommitted
Commits on Dec 8, 2015
Commits on Dec 7, 2015
Commits on Nov 29, 2015
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Show description for 999cedbcommitted
Commits on Jul 14, 2015
py: Improve allocation policy of qstr data.
Show description for ade9a05committed
Commits on May 20, 2015
extmod: Add ubinascii.unhexlify
Show description for 3ad94d6authored andcommitted
Commits on Apr 16, 2015
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Mar 3, 2015
Commits on Jan 29, 2015
Commits on Jan 28, 2015
py: Change vstr so that it doesn't null terminate buffer by default.
Show description for 0d3cb67committed- committed
Commits on Jan 24, 2015
- authored andcommitted
Commits on Jan 21, 2015
py: Remove mp_obj_str_builder and use vstr instead.
Show description for 05005f6committedpy: Add mp_obj_new_str_from_vstr, and use it where relevant.
Show description for 0b9ee86committed