- 18 Jan, 2014 2 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
- 16 Jan, 2014 2 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Implicit "micropython" module contains (at least) codegeneration decorators. Make it explicit, so an app could have "import micropython". On MicroPython, that will be no-op. On CPython, that will give a chance to have a module with placeholder decorators.
-
- 15 Jan, 2014 5 commits
-
-
Damien George authored
-
Damien George authored
-
John R. Lenton authored
-
John R. Lenton authored
-
Paul Sokolovsky authored
-
- 14 Jan, 2014 2 commits
-
-
John R. Lenton authored
-
Paul Sokolovsky authored
So far, don't work for strings as expected.
-
- 13 Jan, 2014 4 commits
-
-
Damien George authored
-
Damien George authored
-
John R. Lenton authored
-
John R. Lenton authored
-
- 12 Jan, 2014 2 commits
-
-
Paul Sokolovsky authored
We likely should make mp_obj_new_int() inline, and rely on its encapsulated check rather than inline checks everywhere explicitly. Also, parser for big small int values is still broken.
-
Paul Sokolovsky authored
Currently it would report "operation not supported" which is confusing. Overall, this is thinko leading to undefined behavior.
-
- 11 Jan, 2014 5 commits
-
-
Paul Sokolovsky authored
-
Damien George authored
Still need to make built-ins by these names, and write tests.
-
John R. Lenton authored
-
Damien George authored
-
John R. Lenton authored
-
- 10 Jan, 2014 1 commit
-
-
Paul Sokolovsky authored
-
- 09 Jan, 2014 2 commits
-
-
Damien George authored
-
Damien George authored
Creating of classes (types) and instances is much more like CPython now. You can use "type('name', (), {...})" to create classes.
-
- 08 Jan, 2014 4 commits
-
-
Damien George authored
-
Damien George authored
Addresses issue #104.
-
Damien George authored
-
Damien George authored
-
- 07 Jan, 2014 6 commits
-
-
John R. Lenton authored
-
John R. Lenton authored
-
Damien George authored
-
Paul Sokolovsky 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
-
- 06 Jan, 2014 3 commits
-
-
Damien George authored
-
ian-v authored
-
ian-v authored
-
- 04 Jan, 2014 2 commits
-
-
Damien George authored
Now much more inline with how CPython does types.
-
Damien George authored
-