aboutsummaryrefslogtreecommitdiff
path: root/unix/qstrdefsport.h
AgeCommit message (Expand)Author
2015-09-16unix/modjni: Add env() module function.Paul Sokolovsky
2015-09-11unix/modjni: "jni" module to interface to JNI-compliant JavaVM.Paul Sokolovsky
2015-07-15unix: modsocket: Implement inet_pton() in preference of inet_aton().Paul Sokolovsky
2015-07-14unix: modsocket: Implement recvfrom().Paul Sokolovsky
2015-07-12unix: modsocket: Implement sendto().Paul Sokolovsky
2015-02-06modffi: Add .addr() method to just get symbol address.Paul Sokolovsky
2014-12-27py: Allow to properly disable builtin "set" object.Damien George
2014-12-23unix, windows: Add _os.system() call.Paul Sokolovsky
2014-12-17unix: Rename "time" module to "utime" to allow extensibility.Paul Sokolovsky
2014-12-10unix: add unlink function to os moduleNikita Nazarenko
2014-10-09unix: Rename "microsocket" module to "usocket".Paul Sokolovsky
2014-08-23modtermios: Add "termios" unix module, subset of CPython's.Paul Sokolovsky
2014-07-13unix: file: Implement .flush() method.Paul Sokolovsky
2014-05-14unix: Add "_os" module with stat().Paul Sokolovsky
2014-05-07Add input command for unixDave Hylands
2014-05-03Add license header to (almost) all files.Damien George
2014-04-26py: "read" & "write" are so common that make them core.Paul Sokolovsky
2014-04-20modsocket: Add setblocking() method.Paul Sokolovsky
2014-04-18unix modffi: Convert to static module structures.Paul Sokolovsky
2014-04-17unix modsocket: Convert to static module structures.Paul Sokolovsky
2014-04-17unix modtime: Convert to static module structures.Paul Sokolovsky
2014-04-13py: Move sys attribute qstrs's to core.Paul Sokolovsky
2014-04-08unix, stmhal: Consistently use "FileIO" as class name for file objects.Paul Sokolovsky
2014-04-05py: Replace stream_p with *stream_p in mp_obj_type_t.Damien George
2014-03-29unix: Fix ffi.c to compile with latest changes to API.Damien George
2014-03-26Change mp_method_t.name from const char * to qstr.Damien George
2014-02-15Implement proper exception type hierarchy.Damien George
2014-02-15Change mp_obj_type_t.name from const char * to qstr.Damien George
2014-02-08Rename "rawsocket" module to "microsocket".Paul Sokolovsky
2014-02-04Use qstr id to create sys module.Paul Sokolovsky
2014-01-21Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-01-21Revamp qstrs: they now include length and hash.Damien George