397 Commits (062478e66d03cc59ed73484a3032ef5f08db12a4)
 

Author SHA1 Message Date
Damien George 062478e66d Improved type/class/instance code; mp_obj_type_t now has load_attr, store_attr. 11 years ago
Paul Sokolovsky d944a66ead Add string comparison tests. 11 years ago
Damien George 1143e5e72a Merge pull request #120 from dhylands/make-build-quieter 11 years ago
Damien George 93a9b5b64d py: Proper framework for built-in 'type'. 11 years ago
Dave Hylands 4646801181 Make build output quieter. 11 years ago
Damien George 6c73ca1e75 py: add variable argument exception constructor function. 11 years ago
Damien George 199b9e04eb Merge pull request #114 from pfalcon/streams-bootstrap 11 years ago
Damien George bb2ed8e431 Merge pull request #119 from dhylands/teensy-use-py.mk 11 years ago
Damien George 84a2c6fbda Merge pull request #118 from dhylands/stm-use-OBJCOPY-SIZE-macros 11 years ago
Damien George 38a2da68c2 py: Stuff qstr in object pointer; keys for mp_map_t are now always mp_obj_t. 11 years ago
Dave Hylands ee0013d24e Update teemsy/Makefile to use py.mk 11 years ago
Dave Hylands c1db58799d Update stm/Makeile to use OBJCOPY and SIZE macros 11 years ago
Paul Sokolovsky e0e79ae6d6 unix: Add basic implementation of io.FileIO object. 11 years ago
Paul Sokolovsky e98cf40c34 Add generic implementations of Python read()/write methods for streams. 11 years ago
Paul Sokolovsky 5b15daf6d1 Add support for stream and buffer protocols. 11 years ago
Damien George ea9e441a75 Merge pull request #112 from iabdalkader/master 11 years ago
Damien George 9193f89296 Move lexerstr to main py directory (everyone uses it). 11 years ago
Damien George dc141db64d Merge branch 'master' of github.com:dpgeorge/micropython 11 years ago
Damien George e6b6af5154 Merge pull request #111 from dhylands/teensy 11 years ago
Damien George b97669ab94 py: Improve __build_class__. 11 years ago
mux 5df3d47ee0 Use LSI OSC for RTC clock when LSE is not detected 11 years ago
Dave Hylands 9b7b947b01 Updated teensy to use common code from stm directory. 11 years ago
Damien George 6d6bc9efc1 Merge pull request #108 from chipaca/dict_feats 11 years ago
Damien George dfc0bac086 py: Small big fix to type declarations. 11 years ago
John R. Lenton baa665406f Moved dict methods out to a mp_method_t. 11 years ago
John R. Lenton 689c16ae73 Merge remote-tracking branch 'upstream/master' into dict_feats 11 years ago
John R. Lenton 9c83ec0eda Merge remote-tracking branch 'upstream/master' into dict_feats 11 years ago
John R. Lenton 27d4ca7693 forgot to add test for dict.update 11 years ago
John R. Lenton 88f3043e0a added a first pass of dict.update 11 years ago
Damien George e3096172c9 stm: Re-fix LED defines. 11 years ago
Damien George 1a9951d5aa py: Fix up number operations and coercion. 11 years ago
John R. Lenton be8fe5be2e Added dict.setdefault 11 years ago
John R. Lenton f77dce8a5d Added dict.popitem 11 years ago
John R. Lenton 0fcbaa442f implemented dict.pop 11 years ago
John R. Lenton cd0887352d Added dict.get. 11 years ago
John R. Lenton d90b19eca5 Added dict.copy 11 years ago
John R. Lenton 7d21d516d2 make dict_len use the map's used count 11 years ago
John R. Lenton 4ce6ceadca Added dict.clear. 11 years ago
John R. Lenton a41fe31322 Added dict iterator. 11 years ago
Paul Sokolovsky 24507aff7d Typo fix in comment. 11 years ago
Paul Sokolovsky af61a1a492 Use constructor to create small int (avoid exposing mp_obj_t internals to VM). 11 years ago
Dave Hylands b6e9c7c697 Initial support for Teensy 3.1 11 years ago
mux b59fa2da28 Fix LED pin enum 11 years ago
Damien George 777575712b Merge pull request #105 from chipaca/listsort 11 years ago
Paul Sokolovsky 1e40840b3b Add OSError, Python 3.3 generic I/O exception. 11 years ago
John R. Lenton 3391e19068 A bit of stylistic cleanup (chose the wrong side during conflict resolution). 11 years ago
John R. Lenton 270112f731 Merge remote-tracking branch 'upstream/master' into listsort. Lots of conflict fun. 11 years ago
John R. Lenton c06763a020 This implements a better (more python-conformant) list.sort. 11 years ago
Damien George fd04bb3bac Add some example scripts for pyboard (some can run on PC). 11 years ago
Damien George 7b21c2d8f0 py: Fix allocation of unique code blocks. 11 years ago