- 08 Feb, 2014 1 commit
-
-
Damien George authored
This allows keyword maps to be created directly from stack data.
-
- 25 Jan, 2014 1 commit
-
-
Paul Sokolovsky authored
mp_map_deinit() finalizes static map, mp_map_free() - dynamic.
-
- 21 Jan, 2014 1 commit
-
-
Damien George authored
Can now have null bytes in strings. Can define ROM qstrs per port using qstrdefsport.h
-
- 12 Jan, 2014 3 commits
-
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
-
- 08 Jan, 2014 1 commit
-
-
Damien George authored
-
- 07 Jan, 2014 3 commits
-
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
Added 0 to the list of primes. Funky primes, these.
-
- 06 Jan, 2014 2 commits
- 29 Dec, 2013 1 commit
-
-
Damien authored
-
- 21 Dec, 2013 1 commit
-
-
Damien authored
A big change. Micro Python objects are allocated as individual structs with the first element being a pointer to the type information (which is itself an object). This scheme follows CPython. Much more flexible, not necessarily slower, uses same heap memory, and can allocate objects statically. Also change name prefix, from py_ to mp_ (mp for Micro Python).
-
- 17 Dec, 2013 1 commit
-
-
Damien authored
-