Damien George
|
9193f89296
|
Move lexerstr to main py directory (everyone uses it).
|
2014-01-08 15:28:26 +00:00 |
|
Damien George
|
dc141db64d
|
Merge branch 'master' of github.com:dpgeorge/micropython
|
2014-01-08 15:08:08 +00:00 |
|
Damien George
|
e6b6af5154
|
Merge pull request #111 from dhylands/teensy
Updated teensy to use common code from stm directory.
|
2014-01-08 07:11:37 -08:00 |
|
Damien George
|
b97669ab94
|
py: Improve __build_class__.
|
2014-01-08 11:47:55 +00:00 |
|
Dave Hylands
|
9b7b947b01
|
Updated teensy to use common code from stm directory.
Updated mconfigport.h to enable GC
|
2014-01-08 00:29:44 -08:00 |
|
Damien George
|
6d6bc9efc1
|
Merge pull request #108 from chipaca/dict_feats
Dictionary features that don't involve views or classmethods. First part of issue #99.
|
2014-01-07 15:42:16 -08:00 |
|
Damien George
|
dfc0bac086
|
py: Small big fix to type declarations.
|
2014-01-07 23:18:54 +00:00 |
|
John R. Lenton
|
baa665406f
|
Moved dict methods out to a mp_method_t.
|
2014-01-07 23:18:25 +00:00 |
|
John R. Lenton
|
689c16ae73
|
Merge remote-tracking branch 'upstream/master' into dict_feats
|
2014-01-07 23:08:25 +00:00 |
|
John R. Lenton
|
9c83ec0eda
|
Merge remote-tracking branch 'upstream/master' into dict_feats
|
2014-01-07 23:06:46 +00:00 |
|
John R. Lenton
|
27d4ca7693
|
forgot to add test for dict.update
|
2014-01-07 22:51:51 +00:00 |
|
John R. Lenton
|
88f3043e0a
|
added a first pass of dict.update
|
2014-01-07 22:51:08 +00:00 |
|
Damien George
|
e3096172c9
|
stm: Re-fix LED defines.
|
2014-01-07 22:51:08 +00:00 |
|
Damien George
|
1a9951d5aa
|
py: Fix up number operations and coercion.
|
2014-01-07 22:51:08 +00:00 |
|
John R. Lenton
|
be8fe5be2e
|
Added dict.setdefault
|
2014-01-07 22:51:08 +00:00 |
|
John R. Lenton
|
f77dce8a5d
|
Added dict.popitem
|
2014-01-07 22:51:08 +00:00 |
|
John R. Lenton
|
0fcbaa442f
|
implemented dict.pop
|
2014-01-07 22:51:08 +00:00 |
|
John R. Lenton
|
cd0887352d
|
Added dict.get.
|
2014-01-07 22:51:08 +00:00 |
|
John R. Lenton
|
d90b19eca5
|
Added dict.copy
|
2014-01-07 22:51:08 +00:00 |
|
John R. Lenton
|
7d21d516d2
|
make dict_len use the map's used count
|
2014-01-07 22:51:08 +00:00 |
|
John R. Lenton
|
4ce6ceadca
|
Added dict.clear.
Added 0 to the list of primes. Funky primes, these.
|
2014-01-07 22:51:08 +00:00 |
|
John R. Lenton
|
a41fe31322
|
Added dict iterator.
|
2014-01-07 22:51:08 +00:00 |
|
Paul Sokolovsky
|
24507aff7d
|
Typo fix in comment.
|
2014-01-07 22:51:08 +00:00 |
|
Paul Sokolovsky
|
af61a1a492
|
Use constructor to create small int (avoid exposing mp_obj_t internals to VM).
|
2014-01-07 22:51:08 +00:00 |
|
Dave Hylands
|
b6e9c7c697
|
Initial support for Teensy 3.1
|
2014-01-07 22:51:08 +00:00 |
|