Commits
User selector
Commit History
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
Commits on Jul 27, 2014
Commits on Jul 16, 2014
Commits on Jul 13, 2014
- committed
unix: file: Implement .flush() method.
Show description for 122c9dbcommitted
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on May 24, 2014
Rename configuration variables controling Python features.
Show description for ee3fd46committed
Commits on May 19, 2014
py: Implement proper separation between io.FileIO and io.TextIOWrapper.
Show description for 9e29666committed
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed- committed
- committed
CPython compatibility: raise an error for operations on a closed file descriptor
Show description for a89e93ecommitted
Commits on May 2, 2014
py, unix: Make "mpconfig.h" be first included, as other headers depend on it.
Show description for f54bcbfcommitted
Commits on Apr 21, 2014
- committed
unix: OSError's args[0] should be errno numeric value.
Show description for acb1388committed
Commits on Apr 20, 2014
unix file: mingw32 has STDIN_FILENO and friends in stdio.h .
Show description for 1f2ca1ccommitted
Commits on Apr 13, 2014
Commits on Apr 8, 2014
unix, stmhal: Consistently use "FileIO" as class name for file objects.
Show description for 72d70cbcommitted
Commits on Apr 5, 2014
py: Replace stream_p with *stream_p in mp_obj_type_t.
Show description for 27e735fcommittedpy: Change nlr_jump to nlr_raise, to aid in debugging.
Show description for ea13f40committed