- 20 Mar, 2015 12 commits
-
-
stijn authored
Disabled by default. Enabled on unix and stmhal ports.
-
Paul Sokolovsky authored
"Base" should rather refer to "base type"."Base object for attribute lookup" should rather be just "object". Also, a case of common subexpression elimination.
-
Paul Sokolovsky authored
-
Damien George authored
-
Damien George authored
-
Paul Sokolovsky authored
-
Damien George authored
-
Damien George authored
Addresses issue #1160.
-
Paul Sokolovsky authored
Mostly to have coverage of newly added code in map.c.
-
Paul Sokolovsky authored
Given that there's already support for "fixed table" maps, which are essentially ordered maps, the implementation of OrderedDict just extends "fixed table" maps by adding an "is ordered" flag and add/remove operations, and reuses 95% of objdict code, just making methods tolerant to both dict and OrderedDict. Some things are missing so far, like CPython-compatible repr and comparison. OrderedDict is Disabled by default; enabled on unix and stmhal ports.
-
Damien George authored
-
Damien George authored
-
- 19 Mar, 2015 5 commits
-
-
Paul Sokolovsky authored
-
danicampora authored
-
Damien George authored
To address issue #699.
-
Damien George authored
-
Damien George authored
-
- 18 Mar, 2015 6 commits
-
-
Paul Sokolovsky authored
Fixes for compiler warnings in pedantic mode.
-
Paul Sokolovsky authored
Includes static function fix and all the previous improvements and fixes by @dpgeorge.
-
danicampora authored
-
danicampora authored
-
danicampora authored
-
danicampora authored
-
- 17 Mar, 2015 8 commits
-
-
stijn authored
-
danicampora authored
-
danicampora authored
-
danicampora authored
This prevents duplication of objects in the sleep list. Also helps with reducing the code size by ~100 bytes.
-
danicampora authored
-
danicampora authored
-
danicampora authored
-
Paul Sokolovsky authored
-
- 16 Mar, 2015 6 commits
-
-
Damien George authored
Most boards (except the pyboard) don't have a 32kHz crystal so they should use the LSI for the RTC.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
We already have branch for lookup->is_type == true, so here it's guaranteed to be false.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Damien George authored
-
- 15 Mar, 2015 3 commits
-
-
danicampora authored
-
danicampora authored
-
danicampora authored
-