aboutsummaryrefslogtreecommitdiff
path: root/unix/qstrdefsport.h
AgeCommit message (Expand)Author
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