- 10 Sep, 2015 5 commits
-
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
- 07 Sep, 2015 6 commits
-
-
Damien George authored
-
Damien George authored
Eg 0e0 almost looks like a hex number but in fact is a float.
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- 04 Sep, 2015 5 commits
-
-
Damien George authored
-
Damien George authored
Otherwise something like bytes(abc=123) will succeed.
-
Damien George authored
-
Damien George authored
This optimises (in speed and code size) for the common case where the binary op for the bool object is supported. Unsupported binary ops still behave the same.
-
Damien George authored
Function annotations are only needed when the native emitter is enabled and when the current scope is emitted in viper mode. All other times the annotations can be skipped completely.
-
- 03 Sep, 2015 6 commits
-
-
Tony Abboud authored
Fetch the current usb mode and return a string representation when pyb.usb_mode() is called with no args. The possible string values are interned as qstr's. None will be returned if an incorrect mode is set.
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
Gets rid of redundant double check for string type. Also remove obsolete declaration of mp_obj_str_get_hash.
-
Paul Sokolovsky authored
-
- 01 Sep, 2015 5 commits
-
-
Damien George authored
-
Damien George authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
By issuing a warning that exception chaining is not supported, and ignoring "from Y" argument.
-
- 30 Aug, 2015 11 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
This may be a bit confusing, as ENOENT is often rendered as "No such file or directory", but any other code would be only more confusing.
-
Paul Sokolovsky authored
Linking against local libffi (and other libs in future) is triggered by "make MICROPY_STANDALONE=1". Before that, dependent libs should be built with "make deplibs".
-
Damien George authored
-
Damien George authored
-
Damien George authored
These tests are intended to improve coverage and provide a record of behaviour that's either not implemented or non-compliant to CPython.
-
Damien George authored
-
Tom Soulanille authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Which are currently intermixed with real scripts and spread around various dirs.
-
Paul Sokolovsky authored
Just dependent micropython-lib modules update for upip, no new functionality.
-
- 29 Aug, 2015 2 commits
-
-
Damien George authored
-
Damien George authored
Was KeyError, should be ValueError.
-