- Sep 03, 2015
-
-
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.
-
- Aug 22, 2015
-
-
Paul Sokolovsky authored
Also, hint about possibility to adjust heap size.
-
Paul Sokolovsky authored
-
- Aug 21, 2015
-
-
Damien George authored
-
Damien George authored
-
- Aug 19, 2015
-
-
Paul Sokolovsky authored
Saves 320 bytes on x86.
-
- Aug 17, 2015
-
-
Damien George authored
-
Paul Sokolovsky authored
-
tobbad authored
-