summaryrefslogtreecommitdiff
path: root/unix-cpy
AgeCommit message (Collapse)Author
2014-01-02Add module object, to be used eventually for import.Damien George
2013-12-30Use rm -rf to remove build dir, so it doesn't error out if dir doesn't exist.Paul Sokolovsky
2013-12-30Put unicode functions in unicode.c, and tidy their names.Damien George
2013-12-30Make unix-cpy cross platform; remove dependency of asmx64 on mpconfig.Damien George
2013-12-29Add unix-cpy, used to test Micro Python byte code against CPython.Damien