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