- 07 Jan, 2014 5 commits
-
-
John R. Lenton authored
-
John R. Lenton authored
It's not really about that, though; it's about me figuring out a sane way forward for keyword-argument functions (and function metadata). But it's useful as is, and shouldn't break any existing code, so here you have it; I'm going to park it in my mind for a bit while sorting out the rest of the dict branch.
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- 06 Jan, 2014 6 commits
-
-
ian-v authored
-
Damien George authored
-
ian-v authored
-
ian-v authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
- 05 Jan, 2014 6 commits
-
-
John R. Lenton authored
-
Paul Sokolovsky authored
-
Dave Hylands authored
This causes the pool to get reinitialized properly on a soft-reset.
-
Damien George authored
list.index fails on an edge case.
-
xyb authored
-
Damien George authored
-
- 04 Jan, 2014 21 commits
-
-
Damien George authored
Now much more inline with how CPython does types.
-
Mikael Eiman authored
OSX: fixes to make nlrx64.S with Apple's clang (switched to Apple-specific define instead of __llvm__)
-
Mikael Eiman authored
-
Mikael Eiman authored
-
Damien George authored
-
Damien George authored
Qstr's are now split into a linked-list of qstr pools. This has 2 benefits: the first pool can be in ROM (huge benefit, since we no longer use RAM for the core qstrs), and subsequent pools use m_new for the next pool instead of m_renew (thus avoiding a huge single table for all the qstrs). Still would be better to use a hash table, but this scheme takes us part of the way (eventually convert the pools to hash tables). Also fixed bug with import. Also improved the way the module code is referenced (not magic number 1 anymore).
-
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
-
John R. Lenton authored
Fixes issue #63.
-
Paul Sokolovsky authored
-
John R. Lenton authored
-
Damien George 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.
-
John R. Lenton authored
-
- 03 Jan, 2014 2 commits
-
-
John R. Lenton authored
-
Paul Sokolovsky authored
This in particular makes it available for stm port.
-