- 06 Feb, 2014 1 commit
-
-
Paul Sokolovsky authored
-
- 05 Feb, 2014 5 commits
-
-
Damien George authored
-
Damien George authored
Implement sys.path support
-
Damien George authored
Fixes Issue #261.
-
Damien George authored
-
Paul Sokolovsky authored
-
- 04 Feb, 2014 9 commits
-
-
Paul Sokolovsky authored
This mirrors CPython behavior and makes possible to run scripts which import other modules not from script's directory.
-
Paul Sokolovsky authored
If it's not available, "~/.micropython/lib:/usr/lib/micropython" is used as a fallback.
-
Paul Sokolovsky authored
sys.path is not initialized by rt_init(), that's left for platform-specific startup code. (For example, bare metal port may have some hardcoded defaults, and let user change sys.path directly; while port for OS with environment feature can take path from environment). If it's not explicitly initialized, modules will be imported only from a current directory.
-
Paul Sokolovsky authored
-
Damien George authored
Initial support for Netduino
-
Paul Sokolovsky authored
Similar to mp_obj_new_tuple().
-
Paul Sokolovsky authored
-
Dave Hylands authored
This also fixes up the IRQ for the PYBOARD4 USERSW although I was unable to test that functionality.
-
Paul Sokolovsky authored
-
- 03 Feb, 2014 3 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Damien George authored
-
- 02 Feb, 2014 13 commits
-
-
Damien George authored
Only works on modules and class instances.
-
Paul Sokolovsky authored
Structure is back to expected 16 bytes.
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
Native emitter has been broken since stack order has changed from reverse to standard. This fix gets it partially working.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
xbe authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Takes slice object and sequence length and computes subsequence indexes for case of slice step=1.
-
- 01 Feb, 2014 9 commits
-
-
Paul Sokolovsky authored
Both return int so far (single-precision float doesn't have enough bits to represent int32 precisely).
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Damien George authored
-
Damien George authored
IS_NOT and NOT_IN are now compiled to IS + NOT and IN + NOT, with a new special NOT bytecode.
-
Damien George authored
-
Damien George authored
-
Damien George authored
Still todo: break/continue from within the finally block itself.
-
Damien George authored
Hopefully this works for other people as well :)
-