Commits
User selector
Commit History
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
Commits on Jun 19, 2014
Commits on Jun 7, 2014
modsys: Add optional support for sys.platform.
Show description for b9b9354committed
Commits on May 24, 2014
Rename configuration variables controling Python features.
Show description for ee3fd46committed
Commits on May 11, 2014
py: Rename MICROPY_SYS_EXIT to MICROPY_MOD_SYS_EXIT.
Show description for 89755aecommitted
Commits on May 10, 2014
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
Commits on Apr 26, 2014
Commits on Apr 13, 2014
modsys: Implement sys.version.
Show description for bbae42dcommitted- committed