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-11
Merge remote-tracking branch 'upstream/master' into containment
John R. Lenton
2014-01-11
Implemented support for `in` and `not in` operators.
John R. Lenton
2014-01-11
py: Fix bug where == and != not handled for small_ints.
Damien George
2014-01-11
stm: Disable usart calls from C.
Damien George
2014-01-11
py: Fix emitcpy and emitnative's binary_op.
Damien George
2014-01-11
Merge branch 'master' of github.com:dpgeorge/micropython
Damien George
2014-01-11
Merge pull request #138 from chipaca/unify_bops
Damien George
2014-01-11
py: Make arg to MP_BC_RAISE_VARARGS a byte.
Damien George
2014-01-11
unified the bops
John R. Lenton
2014-01-10
Merge pull request #136 from pfalcon/for-range-downto
Damien George
2014-01-10
Merge pull request #135 from pfalcon/simple-raise
Damien George
2014-01-10
Merge pull request #134 from pfalcon/list-mul
Damien George
2014-01-10
Merge pull request #131 from chipaca/dict_fromkeys
Damien George
2014-01-11
compile_for_stmt_optimised_range(): Properly handle negative & unknown steps.
Paul Sokolovsky
2014-01-11
Crude attempt to implement RAISE_VARARGS (with args=1 so far only).
Paul Sokolovsky
2014-01-11
list: Implement list multiplication.
Paul Sokolovsky
2014-01-11
Unsupported operand types for binary operator: dump both args' types.
Paul Sokolovsky
2014-01-11
mp_obj_equal(): Print which types' equality not implemented before assert().
Paul Sokolovsky
2014-01-11
mp_repl_is_compound_stmt(): Thinko fix s/true/try/.
Paul Sokolovsky
2014-01-11
Dump few more bytecodes (based on attempt to run real-world code).
Paul Sokolovsky
2014-01-10
Added dict.fromkeys. Are we done with dict and #99 yet? I do think we are.
John R. Lenton
2014-01-10
Merge pull request #130 from iabdalkader/master
Damien George
2014-01-10
Fix usart_obj_tx_str
mux
2014-01-10
Merge pull request #128 from chipaca/dict_views
Damien George
2014-01-10
dict views now, refactoring later.
John R. Lenton
2014-01-09
Use memcpy instead of strncpy; add usart.status to stm.
Damien George
2014-01-09
Merge pull request #127 from iabdalkader/master
Damien George
2014-01-09
Merge pull request #123 from xbe/master
Damien George
2014-01-09
Merge pull request #121 from pfalcon/count-testcases
Damien George
2014-01-09
py: Implement base class lookup, issubclass, isinstance.
Damien George
2014-01-09
Improved type/class/instance code; mp_obj_type_t now has load_attr, store_attr.
Damien George
2014-01-09
Fix Makefile typo
mux
2014-01-09
Add DEBUG flag to Makefile
mux
2014-01-09
Add USART Micro Python Bindings
mux
2014-01-08
Implement str.strip
xbe
2014-01-08
Count individual testcases when running tests.
Paul Sokolovsky
2014-01-08
Add string comparison tests.
Paul Sokolovsky
2014-01-08
Merge pull request #120 from dhylands/make-build-quieter
Damien George
2014-01-08
py: Proper framework for built-in 'type'.
Damien George
2014-01-08
Make build output quieter.
Dave Hylands
2014-01-08
py: add variable argument exception constructor function.
Damien George
2014-01-08
Merge pull request #114 from pfalcon/streams-bootstrap
Damien George
2014-01-08
Merge pull request #119 from dhylands/teensy-use-py.mk
Damien George
2014-01-08
Merge pull request #118 from dhylands/stm-use-OBJCOPY-SIZE-macros
Damien George
2014-01-08
py: Stuff qstr in object pointer; keys for mp_map_t are now always mp_obj_t.
Damien George
2014-01-08
Update teemsy/Makefile to use py.mk
Dave Hylands
2014-01-08
Update stm/Makeile to use OBJCOPY and SIZE macros
Dave Hylands
2014-01-08
unix: Add basic implementation of io.FileIO object.
Paul Sokolovsky
2014-01-08
Add generic implementations of Python read()/write methods for streams.
Paul Sokolovsky
2014-01-08
Add support for stream and buffer protocols.
Paul Sokolovsky
[next]