Commits
User selector
Commit History
Commits on Feb 14, 2016
- committed
Commits on Jan 11, 2016
py: Change type signature of builtin funs that take variable or kw args.
Show description for 4b72b3acommitted
Commits on Jan 1, 2016
extmod/moduos_dupterm: Make uos.dupterm() implementation reusable.
Show description for ddea7cbcommitted
Commits on Dec 27, 2015
Commits on Dec 16, 2015
- committed
- committed
unix/modos: Allow to configure use of d_ino using _DIRENT_HAVE_D_INO.
Show description for 3386477committed
Commits on Dec 15, 2015
Commits on Dec 14, 2015
unix/modos: Implement ilistdir().
Show description for d874702committed
Commits on Dec 11, 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- committed
Commits on Nov 26, 2015
Commits on Nov 14, 2015
Commits on Nov 13, 2015
unix/modos: Add mkdir().
Show description for 27dafa5committedunix/modos: Add getenv().
Show description for d855783committed
Commits on Oct 19, 2015
Commits on Oct 18, 2015
Commits on Oct 17, 2015
unix/modos: Guard sys/statvfs.h include with MICROPY_PY_OS_STATVFS check.
Show description for f8e9ef5committedunix/modos: Add statvfs() function.
Show description for c3000b6committed
Commits on Jan 1, 2015
Commits on Dec 23, 2014
unix, windows: Add _os.system() call.
Show description for 9c658b6authored andcommitted
Commits on Dec 10, 2014
- authored andcommitted

Commits on Nov 29, 2014
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Show description for 3b603f2committed
Commits on Aug 30, 2014
py: Change all uint to mp_uint_t in obj.h.
Show description for d182b98committed
Commits on Jul 31, 2014
py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.
Show description for bb4c6f3committed
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on Jun 28, 2014
unix: Fix mpconfig.h not being included before misc.h
Show description for 5478ed1committed
Commits on Jun 19, 2014
Commits on Jun 7, 2014
- Cast the struct stat sb.st_ino field to machine_int_t explicitly to avoid a
Show description for 585a339committed
Commits on May 25, 2014
Commits on May 21, 2014
Commits on May 15, 2014
- committed
Commits on May 14, 2014
unix: Add "_os" module with stat().
Show description for 0c124c3committed
Loading