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 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
Commits on Dec 8, 2014
modsys: Add sys.print_exception(exc, file=sys.stdout) function.
Show description for 46c3ab2authored andcommitted
Commits on Nov 29, 2014
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Show description for 3b603f2committed
Commits on Sep 15, 2014
py: Move definition of mp_sys_exit to core.
Show description for b92cbe6committed
Commits on Aug 10, 2014
Commits on Jul 19, 2014
py: Make print() accept "file" argument, and actually print to stream.
Show description for cb66f41committed
Commits on Jul 3, 2014
py: Implement sys.maxsize, standard way to check platform "bitness".
Show description for 4e0eeebcommitted
Commits on Jun 21, 2014
py: Include mpconfig.h before all other includes.
Show description for 59c675acommitted