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-03-29
py: Change mp_const_* objects to macros.
Damien George
2014-03-29
Merge pull request #383 from pfalcon/yield-from
Damien George
2014-03-29
tests: Remove unimplemented exceptions from testing.
Damien George
2014-03-29
py: Fix typo printing complex numbers that are purely imaginary.
Damien George
2014-03-29
py: Free unique_code slot for outer module.
Damien George
2014-03-29
vm: Make sure that exception triple is <type, instance, traceback>.
Paul Sokolovsky
2014-03-29
vm: Factor out exception block setup to a macro.
Paul Sokolovsky
2014-03-29
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-03-29
Merge pull request #382 from pfalcon/genexit-inst
Damien George
2014-03-29
stmhal: Add TODO's to exti.c; fix delay in lcd.c.
Damien George
2014-03-28
py: Fix bugs with debugging output.
Damien George
2014-03-28
tests: Add testcases for yield from.
Paul Sokolovsky
2014-03-28
py: yield from: Elaborate GeneratorExit (gen.close()) handling.
Paul Sokolovsky
2014-03-28
py: Core "yield from" implementation.
Paul Sokolovsky
2014-03-28
objgenerator: close(): Throw instance of GeneratorExit (not type).
Paul Sokolovsky
2014-03-28
showbc: Add few bytecodes related to "with".
Paul Sokolovsky
2014-03-27
py: Thin out predefined exceptions.
Damien George
2014-03-27
py: Fix typo printing complex numbers.
Damien George
2014-03-27
py: Rename emit_pre so they have globally unique names.
Damien George
2014-03-27
py: Factor out code from runtime.c to emitglue.c.
Damien George
2014-03-27
py: complex_print uses format_float if single precision fp used.
Damien George
2014-03-27
py: Put n_state for bytecode in the bytecode prelude.
Damien George
2014-03-27
py: Calculate maximum exception stack size in compiler.
Damien George
2014-03-27
py: Fix bug in type_store_attr, trying to store to ROM.
Damien George
2014-03-26
py: Restore CPython compatibility in compiler for closures with def args.
Damien George
2014-03-26
Merge pull request #381 from pfalcon/closure-defargs
Damien George
2014-03-26
stmhal: Use rt_check_nargs to check number of arguments.
Damien George
2014-03-26
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-03-26
stmhal: Remove ExtiMeta object and clean up class constants.
Damien George
2014-03-26
py: Fix logic bugs in object attribute/method extraction.
Damien George
2014-03-26
py: Improved builtin dir.
Damien George
2014-03-27
py: Implement getattr() builtin.
Paul Sokolovsky
2014-03-26
Remove mp_obj_type_t.methods entry and use .locals_dict instead.
Damien George
2014-03-26
py: Support closures with default args.
Paul Sokolovsky
2014-03-26
Change mp_method_t.name from const char * to qstr.
Damien George
2014-03-26
py: Swap around the double return value of mp_obj_gen_resume.
Damien George
2014-03-26
py: Replace mp_const_stop_iteration object with MP_OBJ_NULL.
Damien George
2014-03-26
Merge pull request #379 from pfalcon/reraise
Damien George
2014-03-26
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-03-26
py: Use _is_subclass_fast instead of _exception_match.
Damien George
2014-03-26
Merge branch 'gen-close-ret-val' of github.com:pfalcon/micropython into pfalc...
Damien George
2014-03-26
py: Add support for user-defined iterators via __iter__, __next__.
Damien George
2014-03-26
objexcept: Add mp_obj_exception_get_value() convenience function.
Paul Sokolovsky
2014-03-26
vm: Implement raise statement w/o args (reraising last exception).
Paul Sokolovsky
2014-03-26
objgenerator: Implement return with value and .close() method.
Paul Sokolovsky
2014-03-25
stmhal: Change Usart creation function to class make_new.
Damien George
2014-03-25
stmhal: Shuffle around some init functions in main().
Damien George
2014-03-25
stmhal: Add I2C support; change accel driver to use new I2C.
Damien George
2014-03-25
Merge pull request #370 from xbe/str-rfind
Damien George
2014-03-25
py: Replace naive and teribble hash function with djb2.
Damien George
[next]