summaryrefslogtreecommitdiffstatshomepage
path: root/unix/file.c
Commit message (Expand)AuthorAge
* io.File, socket types: Add fileno() method.Paul Sokolovsky2014-02-08
* Second stage of qstr revamp: uPy str object can be qstr or not.Damien George2014-01-22
* Merge branch 'master' of github.com:micropython/micropythonDamien George2014-01-21
|\
| * unix file: Refactor and add sys.stdout/stdin/stderr.Paul Sokolovsky2014-01-20
| * unix io.FileIO: Add iteration support.Paul Sokolovsky2014-01-20
* | Revamp qstrs: they now include length and hash.Damien George2014-01-21
|/
* Fix incorrect prototype of mp_builtin_open() after args refactor.Paul Sokolovsky2014-01-19
* Make VM stack grow upwards, and so no reversed args arrays.Damien George2014-01-18
* Merge branch 'str-repr' of github.com:pfalcon/micropython into pfalcon-str-reprDamien George2014-01-15
|\
| * type->print(): Distinguish str() and repr() variety by passing extra param.Paul Sokolovsky2014-01-15
* | Add unbuffered readline() implementation for Raw I/O files.Paul Sokolovsky2014-01-15
|/
* Add generic impl of stream .readall() method. Use one for unix io.FileIO.Paul Sokolovsky2014-01-13
* py: add variable argument exception constructor function.Damien George2014-01-08
* unix: Add basic implementation of io.FileIO object.Paul Sokolovsky2014-01-08