aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-13Cleaned up sorted() as per Damien's suggestions.John R. Lenton
2014-01-13sortedJohn R. Lenton
2014-01-13added zip()John R. Lenton
2014-01-12Merge pull request #162 from chipaca/str_findDamien George
2014-01-12Merge pull request #160 from pfalcon/elaborate-intDamien George
2014-01-12Merge pull request #159 from chipaca/set_featsDamien George
2014-01-12Merge pull request #157 from dhylands/printf-floatDamien George
2014-01-13stm: Re-instate C debugging USART port (disabled by default).Damien George
2014-01-12oops, nasty off-by-one in set_copyJohn R. Lenton
2014-01-12Implemented set binary ops.John R. Lenton
2014-01-12Implement a basic str.find; fixes #67John R. Lenton
2014-01-12Add framework to support alternative implementations of long int Python type.Paul Sokolovsky
2014-01-12Parse long Python ints properly.Paul Sokolovsky
2014-01-12Add proper checks for fits-in-small-int. Make it reusable.Paul Sokolovsky
2014-01-12Add WORD_MSBIT_HIGH define - machine_int_t with the highest bit set.Paul Sokolovsky
2014-01-12Move BITS_PER_BYTE, BITS_PER_WORD to mpconfig.h for reuse.Paul Sokolovsky
2014-01-12Implemented set.updateJohn R. Lenton
2014-01-12Implemented set.removeJohn R. Lenton
2014-01-12Added a hacky implementation for %gDave Hylands
2014-01-12Implemented set.isdisjointJohn R. Lenton
2014-01-12Implemented set.intersection and set.intersection_updateJohn R. Lenton
2014-01-12Implemented set.difference and set.difference_updateJohn R. Lenton
2014-01-12Implemented set.discardJohn R. Lenton
2014-01-12Implemented set.copyJohn R. Lenton
2014-01-12Implemented set.clearJohn R. Lenton
2014-01-12Merge pull request #140 from Metallicow/art-branchDamien George
2014-01-12Implemented set.addJohn R. Lenton
2014-01-12make sets iterableJohn R. Lenton
2014-01-12py: Improve memory management for parser; add lexer error for bad line cont.Damien George
2014-01-12Merge pull request #148 from pfalcon/list-cmpDamien George
2014-01-12Merge pull request #147 from dhylands/staticfsDamien George
2014-01-12py: AssertionError is loaded from global, to match CPython.Damien George
2014-01-12Merge pull request #146 from pfalcon/assert-excDamien George
2014-01-12logo missing fill addedMark Schafer
2014-01-12list: Implement comparison operators.Paul Sokolovsky
2014-01-12mp_obj_equal(): For non-trivial types, call out to type's special method.Paul Sokolovsky
2014-01-12rt_binary_op(): Don't fall thru in case small_int op result doesn't fit back.Paul Sokolovsky
2014-01-11Added memzip filesystem support for teensyDave Hylands
2014-01-12list: Add extend() methods and += operator.Paul Sokolovsky
2014-01-12Add AssertionError.Paul Sokolovsky
2014-01-11py: Implement staticmethod and classmethod (internally).Damien George
2014-01-11py: Fix bug where == and != not handled for small_ints.Damien George
2014-01-11stm: Disable usart calls from C.Damien George
2014-01-11py: Fix emitcpy and emitnative's binary_op.Damien George
2014-01-11Merge branch 'master' of github.com:dpgeorge/micropythonDamien George
2014-01-11Merge pull request #138 from chipaca/unify_bopsDamien George
2014-01-11py: Make arg to MP_BC_RAISE_VARARGS a byte.Damien George
2014-01-11Small graphic - Useful for WebBanners, etc...Metallicow
2014-01-11unified the bopsJohn R. Lenton
2014-01-10Merge pull request #136 from pfalcon/for-range-downtoDamien George