- 04 Jan, 2014 1 commit
-
-
Paul Sokolovsky authored
-
- 02 Jan, 2014 2 commits
-
-
Damien George authored
-
Paul Sokolovsky authored
This is based on the fact that qstr so far behaves more like byte string than like Unicode string (for example, "012"[0] returns 48 (int)).
-
- 30 Dec, 2013 1 commit
-
-
Damien George authored
-
- 29 Dec, 2013 3 commits
- 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
-
- 11 Dec, 2013 1 commit
-
-
Damien authored
-
- 10 Dec, 2013 1 commit
-
-
Damien authored
-
- 26 Nov, 2013 1 commit
-
-
Damien authored
-
- 09 Nov, 2013 1 commit
-
-
Damien authored
-
- 05 Nov, 2013 2 commits
- 04 Nov, 2013 1 commit
-
-
Damien authored
-
- 02 Nov, 2013 2 commits
- 16 Oct, 2013 4 commits
- 15 Oct, 2013 2 commits
- 12 Oct, 2013 1 commit
-
-
Damien authored
-
- 10 Oct, 2013 1 commit
-
-
Damien authored
-
- 09 Oct, 2013 1 commit
-
-
Damien authored
-
- 05 Oct, 2013 1 commit
-
-
Damien authored
-
- 04 Oct, 2013 1 commit
-
-
Damien authored
-