- Aug 15, 2014
-
-
Damien George authored
Some small code clean-ups that result in about 80 bytes ROM saving for stmhal.
-
- Aug 13, 2014
-
-
Damien George authored
-
Damien George authored
msvc: Use built-in alignof
-
Damien George authored
Multiplication of a tuple, list, str or bytes now yields an empty sequence (instead of crashing). Addresses issue #799 Also added ability to mult bytes on LHS by integer.
-
stijn authored
This also fixes a 'unnamed type definition in parentheses' warning on the alignof implementation define in binary.c
-
- Aug 12, 2014
-
-
Damien George authored
-
Damien George authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
The only change is line-ending convesion to LF.
-
Paul Sokolovsky authored
-
Damien George authored
Also disable gc module on bare-arm port.
-
Damien George authored
Also fixes compiler error in moductypes when compiled without debugging. Addresses issue #778.
-
Damien George authored
-
Damien George authored
Can now index ranges with integers and slices, and reverse ranges (although reversing is not very efficient). Not sure how useful this stuff is, but gets us closer to having all of Python's builtins.
-
Damien George authored
reversed function now implemented, and works for tuple, list, str, bytes and user objects with __len__ and __getitem__. Renamed mp_builtin_len to mp_obj_len to make it publically available (eg for reversed).
-
Damien George authored
-
- Aug 11, 2014
-
-
Damien George authored
Saves code bytes and makes it faster, so why not?
-
Damien George authored
-
Paul Sokolovsky authored
Fixes #795.
-
- Aug 10, 2014
-
-
Damien George authored
-
Damien George authored
Thanks to David Siorpaes.
-
Paul Sokolovsky authored
Similar to other methods and following CPython3 strictness.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
This happens for example for zero-size arrays. As .get_buffer() method now has explicit return value, it's enough to distinguish success vs failure of getting buffer.
-
Paul Sokolovsky authored
-
- Aug 09, 2014
-
-
Damien George authored
-
Damien George authored
-
- Aug 08, 2014
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
Addresses some issues from #585.
-
Damien George authored
-
Damien George authored
-
Damien George authored
Trying to move towards consistency, let's use _ exclusively in names of source files (eg .c, .h, .csv).
-
Damien George authored
-