- 04 Jan, 2014 25 commits
-
-
John R. Lenton authored
-
Damien George authored
With MICROPY_EMIT_X64 and MICROPY_EMIT_THUMB disabled, the respective emitters and assemblers will not be included in the code. This can significantly reduce binary size for unix version.
-
John R. Lenton authored
-
Damien George authored
-
Damien George authored
-
-
Damien George authored
str slice: Trim slice indexes to be in range.
-
Damien George authored
Implemented list.copy. Fixes issue #54.
-
stevie67 authored
Use the storage cache not only for writing but also for reading. This avoids reading stale data and thus data loss.
-
Paul Sokolovsky authored
-
John R. Lenton authored
-
Damien George authored
-
Damien George authored
Implement basic slice object and string slicing
-
Damien George authored
Added list.clear. Fixes issue #53.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Only step=1 and non-negative indexes are supported so far.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
So far, only start and stop integer indexes are supported. Step is not supported, as well as objects of arbitrary types.
-
Damien George authored
Tweaks to list.pop.
-
Damien George authored
Move INT_FMT, etc. declaration into global mpconfig.h .
-
- 03 Jan, 2014 15 commits
-
-
John R. Lenton authored
-
Paul Sokolovsky authored
This in particular makes it available for stm port.
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
* Fixes issue #51 * Adds a specific error message for when you try to pop an empty list. * Releases some memory if the list has shurnk a lot.
-
Damien George authored
-
Damien George authored
Collect more memory statistics
-
Damien George authored
Added SVG vector logo.
-
Jonathan Greig authored
-
Paul Sokolovsky authored
mpconfig.h will automatically pull mpconfigport.h.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
This is just max value of current_bytes_allocated seen.
-
Paul Sokolovsky authored
Unlike total_bytes_allocated, this tracks m_free()'s too.
-