summaryrefslogtreecommitdiff
path: root/py/modsys.c
AgeCommit message (Expand)Author
2014-05-03Add license header to (almost) all files.Damien George
2014-04-26Add ARRAY_SIZE macro, and use it where possible.Damien George
2014-04-14modsys: Implement sys.version.Paul Sokolovsky
2014-04-13modsys: Implement sys.byteorder.Paul Sokolovsky
2014-04-13modsys: Implement basic sys.version_info.Paul Sokolovsky
2014-04-13stmhal: Update for static mod sys.Paul Sokolovsky
2014-04-13py, unix: Convert sys module to static representation.Paul Sokolovsky