index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unix
/
qstrdefsport.h
Age
Commit message (
Expand
)
Author
2015-09-16
unix/modjni: Add env() module function.
Paul Sokolovsky
2015-09-11
unix/modjni: "jni" module to interface to JNI-compliant JavaVM.
Paul Sokolovsky
2015-07-15
unix: modsocket: Implement inet_pton() in preference of inet_aton().
Paul Sokolovsky
2015-07-14
unix: modsocket: Implement recvfrom().
Paul Sokolovsky
2015-07-12
unix: modsocket: Implement sendto().
Paul Sokolovsky
2015-02-06
modffi: Add .addr() method to just get symbol address.
Paul Sokolovsky
2014-12-27
py: Allow to properly disable builtin "set" object.
Damien George
2014-12-23
unix, windows: Add _os.system() call.
Paul Sokolovsky
2014-12-17
unix: Rename "time" module to "utime" to allow extensibility.
Paul Sokolovsky
2014-12-10
unix: add unlink function to os module
Nikita Nazarenko
2014-10-09
unix: Rename "microsocket" module to "usocket".
Paul Sokolovsky
2014-08-23
modtermios: Add "termios" unix module, subset of CPython's.
Paul Sokolovsky
2014-07-13
unix: file: Implement .flush() method.
Paul Sokolovsky
2014-05-14
unix: Add "_os" module with stat().
Paul Sokolovsky
2014-05-07
Add input command for unix
Dave Hylands
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-26
py: "read" & "write" are so common that make them core.
Paul Sokolovsky
2014-04-20
modsocket: Add setblocking() method.
Paul Sokolovsky
2014-04-18
unix modffi: Convert to static module structures.
Paul Sokolovsky
2014-04-17
unix modsocket: Convert to static module structures.
Paul Sokolovsky
2014-04-17
unix modtime: Convert to static module structures.
Paul Sokolovsky
2014-04-13
py: Move sys attribute qstrs's to core.
Paul Sokolovsky
2014-04-08
unix, stmhal: Consistently use "FileIO" as class name for file objects.
Paul Sokolovsky
2014-04-05
py: Replace stream_p with *stream_p in mp_obj_type_t.
Damien George
2014-03-29
unix: Fix ffi.c to compile with latest changes to API.
Damien George
2014-03-26
Change mp_method_t.name from const char * to qstr.
Damien George
2014-02-15
Implement proper exception type hierarchy.
Damien George
2014-02-15
Change mp_obj_type_t.name from const char * to qstr.
Damien George
2014-02-08
Rename "rawsocket" module to "microsocket".
Paul Sokolovsky
2014-02-04
Use qstr id to create sys module.
Paul Sokolovsky
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