aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-09Add USART Micro Python Bindingsmux
2014-01-08Add string comparison tests.Paul Sokolovsky
2014-01-08Merge pull request #120 from dhylands/make-build-quieterDamien George
2014-01-08py: Proper framework for built-in 'type'.Damien George
2014-01-08Make build output quieter.Dave Hylands
2014-01-08py: add variable argument exception constructor function.Damien George
2014-01-08Merge pull request #114 from pfalcon/streams-bootstrapDamien George
2014-01-08Merge pull request #119 from dhylands/teensy-use-py.mkDamien George
2014-01-08Merge pull request #118 from dhylands/stm-use-OBJCOPY-SIZE-macrosDamien George
2014-01-08py: Stuff qstr in object pointer; keys for mp_map_t are now always mp_obj_t.Damien George
2014-01-08Update teemsy/Makefile to use py.mkDave Hylands
2014-01-08Update stm/Makeile to use OBJCOPY and SIZE macrosDave Hylands
2014-01-08unix: Add basic implementation of io.FileIO object.Paul Sokolovsky
2014-01-08Add generic implementations of Python read()/write methods for streams.Paul Sokolovsky
2014-01-08Add support for stream and buffer protocols.Paul Sokolovsky
2014-01-08Merge pull request #112 from iabdalkader/masterDamien George
2014-01-08Move lexerstr to main py directory (everyone uses it).Damien George
2014-01-08Merge branch 'master' of github.com:dpgeorge/micropythonDamien George
2014-01-08Merge pull request #111 from dhylands/teensyDamien George
2014-01-08py: Improve __build_class__.Damien George
2014-01-08Use LSI OSC for RTC clock when LSE is not detectedmux
2014-01-08Updated teensy to use common code from stm directory.Dave Hylands
2014-01-07Merge pull request #108 from chipaca/dict_featsDamien George
2014-01-07py: Small big fix to type declarations.Damien George
2014-01-07Moved dict methods out to a mp_method_t.John R. Lenton
2014-01-07Merge remote-tracking branch 'upstream/master' into dict_featsJohn R. Lenton
2014-01-07Merge remote-tracking branch 'upstream/master' into dict_featsJohn R. Lenton
2014-01-07forgot to add test for dict.updateJohn R. Lenton
2014-01-07added a first pass of dict.updateJohn R. Lenton
2014-01-07stm: Re-fix LED defines.Damien George
2014-01-07py: Fix up number operations and coercion.Damien George
2014-01-07Added dict.setdefaultJohn R. Lenton
2014-01-07Added dict.popitemJohn R. Lenton
2014-01-07implemented dict.popJohn R. Lenton
2014-01-07Added dict.get.John R. Lenton
2014-01-07Added dict.copyJohn R. Lenton
2014-01-07make dict_len use the map's used countJohn R. Lenton
2014-01-07Added dict.clear.John R. Lenton
2014-01-07Added dict iterator.John R. Lenton
2014-01-07Typo fix in comment.Paul Sokolovsky
2014-01-07Use constructor to create small int (avoid exposing mp_obj_t internals to VM).Paul Sokolovsky
2014-01-07Initial support for Teensy 3.1Dave Hylands
2014-01-07Fix LED pin enummux
2014-01-07Merge pull request #105 from chipaca/listsortDamien George
2014-01-07Add OSError, Python 3.3 generic I/O exception.Paul Sokolovsky
2014-01-07A bit of stylistic cleanup (chose the wrong side during conflict resolution).John R. Lenton
2014-01-07Merge remote-tracking branch 'upstream/master' into listsort. Lots of conflic...John R. Lenton
2014-01-07This implements a better (more python-conformant) list.sort.John R. Lenton
2014-01-07Add some example scripts for pyboard (some can run on PC).Damien George
2014-01-07py: Fix allocation of unique code blocks.Damien George