Commits
User selector
Commit History
Commits on Jul 6, 2020
Commits on Oct 7, 2018
modsys: exc_info: Add traceback
Show description for db4a8f5committed
Commits on Jul 11, 2018
Commits on Jun 20, 2018
Commits on Apr 4, 2018
Commits on Oct 25, 2017
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Show description for 73c15dccommitted
Commits on Oct 4, 2017
all: Remove inclusion of internal py header files.
Show description for a3dc1b1committed
Commits on Aug 30, 2017
py: Change obsolete "///" comment formatting to normal comments.
Show description for 0102ee0committed
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 11, 2017
py/modsys: Initial implementation of sys.getsizeof().
Show description for bfc2092committed
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted- committed
Commits on Jun 20, 2017
Merge tag 'v1.9.1'
Show description for 30ee701committed
Commits on Jun 7, 2017
Commits on May 14, 2017
py/modsys: update conditionals for code referencing sys.stdout
Show description for f06d083authored andcommitted
Commits on Mar 6, 2017
py/modsys: Use MP_SMALL_INT_MAX for sys.maxsize in case of LONGINT_IMPL_NONE.
Show description for 96aa3a3committed
Commits on Sep 21, 2016
all: Remove 'name' member from mp_obj_module_t struct.
Show description for 93c4a6acommitted
Commits on Jan 11, 2016
py: Change type signature of builtin funs that take variable or kw args.
Show description for 4b72b3acommitted
Commits on Dec 17, 2015
Commits on Dec 4, 2015
py/modsys: Use MP_ROM_PTR() initializer for sys.modules.
Show description for f2d532ccommittedpy/modsys: Implement sys.modules.
Show description for 1a1d11fcommitted
Commits on Nov 29, 2015
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Show description for 999cedbcommitted- committed
Commits on Nov 21, 2015
Commits on Sep 4, 2015
Commits on Apr 28, 2015
py: Replace py-version.sh with makeversionhdr.py, written in Python.
Show description for 95f5346committed
Commits on Apr 25, 2015
modsys: Add basic sys.exc_info() implementation.
Show description for 8b85d14committed
Commits on Apr 21, 2015
py: Add sys.implementation, containing uPy name and version number.
Show description for c3184aecommitted
Commits on Apr 16, 2015
py: Make mp_sys_stdout_print object, wrapping sys.stdout for mp_print*.
Show description for 5ae5ec9committedpy: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Apr 9, 2015
py: Use a dummy type for referring to extern structs
Show description for e50cff6committed
Commits on Feb 7, 2015
py: Put mp_sys_path, mp_sys_argv and gc_collected in mp_state_ctx_t.
Show description for e1e359fcommitted
Commits on Jan 12, 2015
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed