index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-01-20
Rename unix binary to 'micropython'.
Damien George
2014-01-20
unix: Implement sys.argv.
Paul Sokolovsky
2014-01-20
Pre-create sys module.
Paul Sokolovsky
2014-01-20
Properly print MP_OBJ_QSTR objects.
Paul Sokolovsky
2014-01-19
Merge pull request #197 from pfalcon/mod-singletons
Damien George
2014-01-20
Implement modules as singletons Python semantics.
Paul Sokolovsky
2014-01-19
Small changes to README.
Damien George
2014-01-19
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-01-19
stm: Upgrade ST peripheral library from 1.1.0 to 1.3.0.
Damien George
2014-01-19
Add README for tests/.
Paul Sokolovsky
2014-01-19
Add directory for I/O tests with basic test for file methods.
Paul Sokolovsky
2014-01-19
stm: Upgrade to latest CMSIS libraries.
Damien George
2014-01-19
Move tests in basic/tests/ up one level preparating to multiple test dirs.
Paul Sokolovsky
2014-01-19
Change int to uint for n_args in function with variable arguments.
Damien George
2014-01-19
py: Add full traceback to exception printing.
Damien George
2014-01-19
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-01-19
py: Add module/function/class name to exceptions.
Damien George
2014-01-19
Fix incorrect prototype of mp_builtin_open() after args refactor.
Paul Sokolovsky
2014-01-19
Add socket examples (simple HTTP client and server).
Paul Sokolovsky
2014-01-19
py: Temporary fix for bug where not enough VM state is allocated.
Damien George
2014-01-19
Tiny optimisation in objlist.c; a new test for inheritance.
Damien George
2014-01-18
Fix warnings about int/pointer casting.
Damien George
2014-01-18
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-01-18
py: Fix VM/runtime unpack sequence bug, Issue #193.
Damien George
2014-01-19
Add objarray.h .
Paul Sokolovsky
2014-01-18
Merge pull request #194 from pfalcon/socket
Damien George
2014-01-18
Merge pull request #192 from pfalcon/arrays
Damien George
2014-01-18
Add source file name and line number to error messages.
Damien George
2014-01-19
Add lean ("raw") socket module.
Paul Sokolovsky
2014-01-18
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-01-18
Improve method lookup in mp_obj_class_lookup.
Damien George
2014-01-18
Add skeleton implementation of array.array and bytearray.
Paul Sokolovsky
2014-01-18
Add testcase for subclassing builtin type and calling native method (broken).
Paul Sokolovsky
2014-01-18
Implement framework for class-defined built-in operators.
Damien George
2014-01-18
Merge pull request #191 from pfalcon/store-item
Damien George
2014-01-18
Merge branch 'master' of github.com:dpgeorge/micropython
Damien George
2014-01-18
int: Add value accessors: mp_obj_int_get() & mp_obj_int_get_checked().
Paul Sokolovsky
2014-01-18
Make VM stack grow upwards, and so no reversed args arrays.
Damien George
2014-01-18
Add store_item() virtual method to type to implement container[index] = val.
Paul Sokolovsky
2014-01-18
Add OverflowError and use it for small int overflow instead of assert.
Paul Sokolovsky
2014-01-17
Merge pull request #184 from pfalcon/int-longlong
Damien George
2014-01-17
Implement LOAD_CONST_INT (by dispatching to int object implementation).
Paul Sokolovsky
2014-01-17
Add long int implementation using C long long type, enable for unix port.
Paul Sokolovsky
2014-01-16
Merge branch 'master' of github.com:dpgeorge/micropython
Damien George
2014-01-16
stm: Add stm import support.
Damien George
2014-01-16
Add empty (false) value testing for strings, tuples, lists, dicts.
Paul Sokolovsky
2014-01-16
Merge pull request #180 from pfalcon/examples-improve
Damien George
2014-01-16
Add empty "micropython" module to allow more seamless CPython portability.
Paul Sokolovsky
2014-01-16
Add dummy micropython module to enable mandel.py run with CPython.
Paul Sokolovsky
2014-01-16
conwaylife.py: Give people chance to enjoy the show.
Paul Sokolovsky
[next]