aboutsummaryrefslogtreecommitdiff
path: root/py/py.mk
AgeCommit message (Expand)Author
2014-03-10Rename formatfloat file; remove MICROPY_ENABLE_FLOAT from mpconfigport.h.Damien George
2014-03-10Add proper floating point printing support.Dave Hylands
2014-03-08Implement ROMable modules. Add math module.Damien George
2014-03-03Add basic collections.namedtuple implementation.Paul Sokolovsky
2014-03-01py: Implement bit-shift and not operations for mpz.Damien George
2014-02-22Add arbitrary precision integer support.Damien George
2014-02-22py: Put number parsing code together in parsenum.c.Damien George
2014-02-15Implement proper exception type hierarchy.Damien George
2014-02-14ffi: Implement ffivar.get()/set() methods.Paul Sokolovsky
2014-02-03py: Implement builtin exec.Damien George
2014-01-30Fix Makefiles: -O3 option was not being applied; mkdir for STM.Damien George
2014-01-25Fixed dependency problem for qstrdefs.generated.hDave Hylands
2014-01-25py: Implement iterator support for object that has __getitem__.Damien George
2014-01-24Rework makefiles. Add proper dependency checking.Dave Hylands
2014-01-21Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-01-21Revamp qstrs: they now include length and hash.Damien George
2014-01-21sequence.c: Start to refactor sequence operations for reuse among types.Paul Sokolovsky
2014-01-20Expose memory stats functions via "micropython" module.Paul Sokolovsky
2014-01-18Add skeleton implementation of array.array and bytearray.Paul Sokolovsky
2014-01-17Add long int implementation using C long long type, enable for unix port.Paul Sokolovsky
2014-01-15Merge branch 'str2int' of github.com:xyb/micropython into xyb-str2intDamien George
2014-01-15Merge branch 'builtins' of github.com:chipaca/micropython into chipaca-builtinsDamien George
2014-01-15Implement eval.Damien George
2014-01-15added filter()John R. Lenton
2014-01-15Added mapJohn R. Lenton
2014-01-14added enumerate()John R. Lenton
2014-01-14Implemented int(str) in UNIXxyb
2014-01-13added zip()John R. Lenton
2014-01-09Improved type/class/instance code; mp_obj_type_t now has load_attr, store_attr.Damien George
2014-01-08Make build output quieter.Dave Hylands
2014-01-08Add generic implementations of Python read()/write methods for streams.Paul Sokolovsky
2014-01-08Move lexerstr to main py directory (everyone uses it).Damien George
2014-01-07Factor and simplify Makefile's and mpconfig, part 2.Damien George
2014-01-07Factor and simplify Makefile's and mpconfig.Damien George