- Sep 04, 2015
-
-
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.
-
- Sep 03, 2015
-
-
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
-
- Sep 01, 2015
-
-
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.
-
- Aug 30, 2015
-
-
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.
-
- Aug 29, 2015
-
-
Damien George authored
-
Damien George authored
Was KeyError, should be ValueError.
-
Damien George authored
-
Damien George authored
-
Paul Sokolovsky authored
-
Bob Clough authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
If byteorder of MicroPython under test and host CPython differ.
-
Paul Sokolovsky authored
Indeed, this flag efectively selects architecture target, and must consistently apply to all compiles and links, including 3rd-party libraries, unlike CFLAGS, which have MicroPython-specific setting.
-
Paul Sokolovsky authored
Some libc's may implement tgammaf as a header macro using tgamma(), so don't assume it'll be in the library.
-
Bill Owens authored
-
- Aug 28, 2015
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
- Aug 25, 2015
-
-
Damien George authored
Latest Arch Linux doesn't have libm.so as a proper shared object and so we need to load libm.so.6.
-