| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-01-08 | Merge pull request #112 from iabdalkader/master | Damien George | |
| Use LSI OSC for RTC clock when LSE is not detected | |||
| 2014-01-08 | Move lexerstr to main py directory (everyone uses it). | Damien George | |
| 2014-01-08 | Merge branch 'master' of github.com:dpgeorge/micropython | Damien George | |
| 2014-01-08 | Merge pull request #111 from dhylands/teensy | Damien George | |
| Updated teensy to use common code from stm directory. | |||
| 2014-01-08 | py: Improve __build_class__. | Damien George | |
| 2014-01-08 | Use LSI OSC for RTC clock when LSE is not detected | mux | |
| * Fix rtc_init to use LSI for RTC clock source when LSE is not detected. | |||
| 2014-01-08 | Updated teensy to use common code from stm directory. | Dave Hylands | |
| Updated mconfigport.h to enable GC | |||
| 2014-01-07 | Merge pull request #108 from chipaca/dict_feats | Damien George | |
| Dictionary features that don't involve views or classmethods. First part of issue #99. | |||
| 2014-01-07 | py: Small big fix to type declarations. | Damien George | |
| 2014-01-07 | Moved dict methods out to a mp_method_t. | John R. Lenton | |
| 2014-01-07 | Merge remote-tracking branch 'upstream/master' into dict_feats | John R. Lenton | |
| 2014-01-07 | Merge remote-tracking branch 'upstream/master' into dict_feats | John R. Lenton | |
| 2014-01-07 | forgot to add test for dict.update | John R. Lenton | |
| 2014-01-07 | added a first pass of dict.update | John R. Lenton | |
| 2014-01-07 | stm: Re-fix LED defines. | Damien George | |
| 2014-01-07 | py: Fix up number operations and coercion. | Damien George | |
| 2014-01-07 | Added dict.setdefault | John R. Lenton | |
| 2014-01-07 | Added dict.popitem | John R. Lenton | |
| 2014-01-07 | implemented dict.pop | John R. Lenton | |
| 2014-01-07 | Added dict.get. | John R. Lenton | |
| 2014-01-07 | Added dict.copy | John R. Lenton | |
| 2014-01-07 | make dict_len use the map's used count | John R. Lenton | |
| 2014-01-07 | Added dict.clear. | John R. Lenton | |
| Added 0 to the list of primes. Funky primes, these. | |||
| 2014-01-07 | Added dict iterator. | John R. Lenton | |
| 2014-01-07 | Typo fix in comment. | Paul Sokolovsky | |
| 2014-01-07 | Use constructor to create small int (avoid exposing mp_obj_t internals to VM). | Paul Sokolovsky | |
| 2014-01-07 | Initial support for Teensy 3.1 | Dave Hylands | |
| 2014-01-07 | Fix LED pin enum | mux | |
| * Fix LED pin enum, first one should start at 1 * Fix LED initialization typo | |||
| 2014-01-07 | Merge pull request #105 from chipaca/listsort | Damien George | |
| A more python-style list.sort. And keyword arguments. | |||
| 2014-01-07 | Add OSError, Python 3.3 generic I/O exception. | Paul Sokolovsky | |
| 2014-01-07 | A bit of stylistic cleanup (chose the wrong side during conflict resolution). | John R. Lenton | |
| 2014-01-07 | Merge remote-tracking branch 'upstream/master' into listsort. Lots of ↵ | John R. Lenton | |
| conflict fun. Conflicts: py/obj.h py/objbool.c py/objboundmeth.c py/objcell.c py/objclass.c py/objclosure.c py/objcomplex.c py/objdict.c py/objexcept.c py/objfun.c py/objgenerator.c py/objinstance.c py/objmodule.c py/objrange.c py/objset.c py/objslice.c | |||
| 2014-01-07 | This implements a better (more python-conformant) list.sort. | John R. Lenton | |
| It's not really about that, though; it's about me figuring out a sane way forward for keyword-argument functions (and function metadata). But it's useful as is, and shouldn't break any existing code, so here you have it; I'm going to park it in my mind for a bit while sorting out the rest of the dict branch. | |||
| 2014-01-07 | Add some example scripts for pyboard (some can run on PC). | Damien George | |
| 2014-01-07 | py: Fix allocation of unique code blocks. | Damien George | |
| 2014-01-07 | Merge branch 'cplusplus' of https://github.com/ian-v/micropython into ↵ | Damien George | |
| ian-v-cplusplus Conflicts: py/objcomplex.c | |||
| 2014-01-07 | Merge branch 'master' of github.com:dpgeorge/micropython | Damien George | |
| 2014-01-07 | Factor and simplify Makefile's and mpconfig, part 2. | Damien George | |
| 2014-01-07 | Factor and simplify Makefile's and mpconfig. | Damien George | |
| 2014-01-07 | vector logo master with layers | Mark Schafer | |
| inkscape master file has dxf and coloured svg layers. Choose a layer for suitable work. | |||
| 2014-01-06 | Merge pull request #97 from dhylands/teensy-3.1 | Damien George | |
| Initial support for Teensy 3.1 | |||
| 2014-01-06 | stm: Re-fix LED defines. | Damien George | |
| 2014-01-06 | Merge branch 'master' of https://github.com/iabdalkader/micropython | Damien George | |
| 2014-01-06 | Make list and str method tables static | ian-v | |
| 2014-01-06 | Merge branch 'master' of github.com:dpgeorge/micropython | Damien George | |
| 2014-01-06 | py: Fix up number operations and coercion. | Damien George | |
| 2014-01-06 | Revert MP_BOOL, etc. and use <stdbool.h> instead | ian-v | |
| 2014-01-06 | Co-exist with C++ (issue #85) | ian-v | |
| 2014-01-06 | Typo fix in comment. | Paul Sokolovsky | |
| 2014-01-06 | Use constructor to create small int (avoid exposing mp_obj_t internals to VM). | Paul Sokolovsky | |
