aboutsummaryrefslogtreecommitdiff
path: root/py/py.mk
AgeCommit message (Expand)Author
2014-04-17Merge pull request #507 from pfalcon/nlr-setjmpDamien George
2014-04-17py: Add cmath module, for complex math. Disabled by default.Damien George
2014-04-17nlr: Add implementation using setjmp/longjmp.Paul Sokolovsky
2014-04-16build directory can now be renamedAndrew Scheller
2014-04-13py: Add property object, with basic functionality.Damien George
2014-04-13Merge pull request #476 from pfalcon/static-sysDamien George
2014-04-13py: Factor out impl of special methods for builtin types into opmethods.cPaul Sokolovsky
2014-04-13py, unix: Convert sys module to static representation.Paul Sokolovsky
2014-04-12py: Preprocess qstrdefs.h before feeding to makeqstrdata.py.Paul Sokolovsky
2014-04-10py: Start implementing "struct" module.Paul Sokolovsky
2014-04-07Replace some Makefile commands with variables in py/mkenv.mkAndrew Scheller
2014-04-04Merge pull request #421 from dhylands/git-versionDamien George
2014-04-04py: This time, real proper overflow checking of small int power.Damien George
2014-04-03Add the git version to the bannerDave Hylands
2014-04-03py: Add "io" module.Paul Sokolovsky
2014-04-01Enhance str.format supportDave Hylands
2014-03-27py: Factor out code from runtime.c to emitglue.c.Damien George
2014-03-25Proper support for registering builtin modules in ROM.Damien George
2014-03-22py: Add 'object' object.Damien George
2014-03-22Fixed modulo operator on ints and mp ints to agree with python. Added intdivm...Rachel Dowdall
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