Commits
User selector
Commit History
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 Aug 21, 2017
Commits on Aug 13, 2017
all: Raise exceptions via mp_raise_XXX
Show description for 35a1feacommitted
Commits on Aug 11, 2017
all: Make use of $(TOP) variable in Makefiles, instead of "..".
Show description for 7d4a2f7committed
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 15, 2017
Commits on Jun 20, 2017
Merge tag 'v1.9.1'
Show description for 30ee701committed
Commits on Jun 15, 2017
Commits on Jun 1, 2017
Commits on Apr 1, 2017
all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h
Show description for 4c307bfcommitted
Commits on Mar 31, 2017
all: Use full path name when including mp-readline/timeutils/netutils.
Show description for b6c7e4bcommitted
Commits on Mar 23, 2017
all/Makefile: Remove -ansi from GCC flags, its ignored anyway.
Show description for 7558927authored andcommitted
Commits on Mar 14, 2017
Commits on Feb 17, 2017
Commits on Jan 22, 2017
Commits on Jan 4, 2017
all: Consistently update signatures of .make_new and .call methods.
Show description for eac22e2committed
Commits on Nov 16, 2016
py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader.
Show description for e5ef15acommitted
Commits on Oct 21, 2016
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Show description for 4ebdb1fcommitted
Commits on Oct 18, 2016
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 21, 2016
all: Remove 'name' member from mp_obj_module_t struct.
Show description for 93c4a6acommitted
Commits on Sep 17, 2016
Commits on Sep 5, 2016
py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.
Show description for e2ac8bbauthored andcommitted
Commits on Aug 22, 2016
- authored andcommitted
Commits on Aug 15, 2016
ports: Remove typedef of machine_ptr_t, it's no longer needed.
Show description for 675d1c9committed
Commits on Aug 1, 2016
cc3200, teensy: Remove broken malloc/free/realloc macro helpers.
Show description for 8766bc0committed
Commits on Jun 6, 2016
- authored andcommitted
Commits on Apr 25, 2016
cc3200, stmhal, teensy: Use pyhelp_print_obj function.
Show description for 104aa26authored andcommitted
Commits on Apr 16, 2016
py: Add rules for automated extraction of qstrs from sources.
Show description for d76c65fauthored andcommitted
Commits on Apr 14, 2016
py: Declare help, input, open builtins in core.
Show description for 9b0714bcommitted