index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unix
/
file.c
Age
Commit message (
Expand
)
Author
2014-01-22
Second stage of qstr revamp: uPy str object can be qstr or not.
Damien George
2014-01-21
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-01-21
Revamp qstrs: they now include length and hash.
Damien George
2014-01-20
unix file: Refactor and add sys.stdout/stdin/stderr.
Paul Sokolovsky
2014-01-20
unix io.FileIO: Add iteration support.
Paul Sokolovsky
2014-01-19
Fix incorrect prototype of mp_builtin_open() after args refactor.
Paul Sokolovsky
2014-01-18
Make VM stack grow upwards, and so no reversed args arrays.
Damien George
2014-01-15
Merge branch 'str-repr' of github.com:pfalcon/micropython into pfalcon-str-repr
Damien George
2014-01-15
Add unbuffered readline() implementation for Raw I/O files.
Paul Sokolovsky
2014-01-15
type->print(): Distinguish str() and repr() variety by passing extra param.
Paul Sokolovsky
2014-01-13
Add generic impl of stream .readall() method. Use one for unix io.FileIO.
Paul Sokolovsky
2014-01-08
py: add variable argument exception constructor function.
Damien George
2014-01-08
unix: Add basic implementation of io.FileIO object.
Paul Sokolovsky