- 12 Jan, 2014 14 commits
-
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
-
Damien George authored
-
Damien George authored
Implement type virtual equality method support and implement comparisons for lists
-
Damien George authored
Added memzip filesystem support for teensy
-
Damien George authored
-
Damien George authored
Add AssertionError.
-
Mark Schafer authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Currently it would report "operation not supported" which is confusing. Overall, this is thinko leading to undefined behavior.
-
Dave Hylands authored
You can now append a zipfile (containining uncomressed python sources) to the micropython.hex file. Use MEMZIP_DIR=directory when you call make, or set that in your environment to include a different tree of source files. Added sample /boot.py, /src/main.py, /test.py and /src/test.py files. Added run command so that you can execute scripts from REPL (until import is implemented). Added build directory to .gitignore
-
- 11 Jan, 2014 10 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Damien George authored
Still need to make built-ins by these names, and write tests.
-
Damien George authored
-
Damien George authored
Fixes Issue #132.
-
Damien George authored
-
Damien George authored
-
Damien George authored
Merge RT_COMPARE_OPs with RT_BINARY_OPs.
-
Damien George authored
-
John R. Lenton authored
-
- 10 Jan, 2014 16 commits
-
-
Damien George authored
compile_for_stmt_optimised_range(): Properly handle negative & unknown s...
-
Damien George authored
Crude attempt to implement RAISE_VARARGS (with args=1 so far only).
-
Damien George authored
list: Implement list multiplication.
-
Damien George authored
Added dict.fromkeys.
-
Paul Sokolovsky authored
If step is not constant, in first approximation, we can't apply optimization, (well, we could, but need a special case for this).
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
John R. Lenton authored
-
Damien George authored
Fix usart_obj_tx_str
-
mux authored
* Fix usart_obj_tx_str to send the actual string. * Fix issue #126
-
Damien George authored
dict views now, refactoring later.
-
John R. Lenton authored
-