Commits
User selector
Commit History
Commits on Aug 13, 2017
all: Raise exceptions via mp_raise_XXX
Show description for 35a1feacommitted
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Feb 16, 2017
py: Add iter_buf to getiter type method.
Show description for ae8d867committed
Commits on Nov 13, 2016
all: Remove readall() method, which is equivalent to read() w/o args.
Show description for 59a1201committed
Commits on Oct 7, 2016
Commits on Aug 6, 2016
unix/moduselect: Allow poll.register(), etc. accept fd-like objects.
Show description for a4aaf82committed
Commits on Jul 27, 2016
Commits on Jul 26, 2016
Commits on Jun 28, 2016
unix/file: If write syscall returns because of EINTR then try again.
Show description for f1b6db2committed
Commits on Jun 18, 2016
all: Rename mp_obj_type_t::stream_p to protocol.
Show description for 07209f8committed
Commits on Apr 2, 2016
unix/file: "encoding" arg to open() isn't kw-only.
Show description for a5d2af7committedunix/file: Parse "buffering" argument of open() builtin.
Show description for e5fa163committed
Commits on Feb 6, 2016
unix/file: Stop assuming that O_RDWR == O_RDONLY | O_WRONLY.
Show description for a63a476committed
Commits on Jan 11, 2016
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Show description for 5b3f0b7committedpy: Change type signature of builtin funs that take variable or kw args.
Show description for 4b72b3acommittedpy: Change type of .make_new and .call args: mp_uint_t becomes size_t.
Show description for a0c9781committed
Commits on Dec 27, 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 Aug 13, 2015
- authored andcommitted
Commits on Jun 20, 2015
unix: Add O_WRONLY | O_CREAT to open call when opening file for append ("a").
Show description for 63b9e59authored andcommitted
Commits on Apr 16, 2015
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Jan 20, 2015
py, unix: Allow to compile with -Wunused-parameter.
Show description for ff8dd3fcommitted
Commits on Jan 16, 2015
Commits on Jan 12, 2015
Commits on Jan 1, 2015
Commits on Dec 10, 2014
Commits on Nov 16, 2014
- committed
stream: Implement seek operation support via ioctl, wrapped in generic method.
Show description for 838eb1fcommitted
Commits on Oct 21, 2014
Implement kwargs for builtin open() and _io.FileIO
Show description for 2fe4cf7authored andcommitted
Commits on Oct 18, 2014
unix, stmhal: Implement file.readinto() method.
Show description for 1a55b6acommitted
Commits on Aug 29, 2014
Change some parts of the core API to use mp_uint_t instead of uint/int.
Show description for ecc88e9committed
Commits on Jul 31, 2014
py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.
Show description for bb4c6f3committed