- Mar 12, 2014
-
-
mux authored
-
- Mar 10, 2014
-
-
Damien George authored
MICROPY_ENABLE_FLOAT is automatically set in mpconfig.h if MICROPY_FLOAT_IMPL is set to a non-zero value.
-
Damien George authored
-
Damien George authored
Fix makeqstrdata.py to work in Python 2.7
-
Dave Hylands authored
-
Dave Hylands authored
-
- Mar 09, 2014
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- Mar 08, 2014
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
mp_module_obj_t can now be put in ROM. Configuration of float type is now similar to longint: can now choose none, float or double as the implementation. math module has basic math functions. For STM port, these are not yet implemented (they are just stub functions).
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- Mar 07, 2014
-
-
Damien George authored
-
- Mar 06, 2014
-
-
Damien George authored
-
Damien George authored
-
- Mar 05, 2014
-
-
Damien George authored
Fix gc_realloc to expand in place
-
mux authored
* Issue #322
-
- Mar 04, 2014
-
-
Damien George authored
-
Damien George authored
unix: Allow to set heap size using "-X heapsize=N" option.
-
Paul Sokolovsky authored
-
- Mar 03, 2014
-
-
Damien George authored
Addresses issue #327.
-
Damien George authored
Checks for non-default args following default args, and errors out. Addresses issue #328.
-
Damien George authored
-
Damien George authored
Implement collections.namedtuple
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
I.e. as replacement of MP_OBJ_IS_TYPE(), which takes into account subclassing.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
- Mar 02, 2014
-
-
Damien George authored
Implement machine_sqrt using VSQRT
-
- Mar 01, 2014
-
-
mux authored
-
Damien George authored
Support building "unix" port for ARM
-
Damien George authored
Implement not, shl and shr in mpz library. Add function to create mpzs on the stack, used for memory efficiency when rhs is a small int. Factor out code to parse base-prefix of number into a dedicated function.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-