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
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2014-01-12
list: Add extend() methods and += operator.
Paul Sokolovsky
2014-01-11
Implemented support for `in` and `not in` operators.
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-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-10
Added dict.fromkeys. Are we done with dict and #99 yet? I do think we are.
John R. Lenton
2014-01-10
dict views now, refactoring later.
John R. Lenton
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-08
Count individual testcases when running tests.
Paul Sokolovsky
2014-01-08
Add string comparison tests.
Paul Sokolovsky
2014-01-07
Merge remote-tracking branch 'upstream/master' into dict_feats
John R. Lenton
2014-01-07
forgot to add test for dict.update
John R. Lenton
2014-01-07
Added dict.setdefault
John R. Lenton
2014-01-07
Added dict.popitem
John R. Lenton
2014-01-07
implemented dict.pop
John R. Lenton
2014-01-07
Added dict.get.
John R. Lenton
2014-01-07
Added dict.copy
John R. Lenton
2014-01-07
Added dict.clear.
John R. Lenton
2014-01-07
Added dict iterator.
John R. Lenton
2014-01-05
Merge remote-tracking branch 'upstream/master' into list_reverse
John R. Lenton
2014-01-05
Merge pull request #80 from xyb/striter
Damien George
2014-01-05
Fix qstr in objlist.c; add more tests for list.index.
Damien George
2014-01-05
Merge pull request #78 from chipaca/list_index
Damien George
2014-01-05
Add test for basic builtin types.
Damien George
2014-01-05
Implements str iterator
xyb
2014-01-05
Merge remote-tracking branch 'upstream/master' into list_index
John R. Lenton
2014-01-04
Merge pull request #70 from chipaca/list_count
Damien George
2014-01-04
Unbreak string slice test by just switching to normal (not byte) strings.
Paul Sokolovsky
2014-01-04
tests/basics requires python3.3
Paul Sokolovsky
2014-01-04
Merge remote-tracking branch 'upstream/master' into list_count
John R. Lenton
2014-01-04
Merge pull request #64 from pfalcon/str-slice-range-check
Damien George
2014-01-04
Merge pull request #60 from chipaca/list_copy
Damien George
2014-01-04
Implements list.reverse; fixes issue #66
John R. Lenton
2014-01-04
Implements list.remove (in terms of list.index and list.pop).
John R. Lenton
2014-01-04
str slice: Trim slice indexes to be in range.
Paul Sokolovsky
2014-01-04
Merge remote-tracking branch 'upstream/master' into list_insert
John R. Lenton
2014-01-04
Merge remote-tracking branch 'upstream/master' into list_count
John R. Lenton
2014-01-04
Implements list.insert. Fixes issue #61.
John R. Lenton
2014-01-04
Fix int -> machine_int_t; add print to slice test.
Damien George
2014-01-03
Merge pull request #59 from pfalcon/slice
Damien George
2014-01-04
Add test for byte string slicing.
Paul Sokolovsky
2014-01-04
Implements list.index. Fixes issue #57.
John R. Lenton
2014-01-03
Implemented list.count
John R. Lenton
2014-01-03
Implemented list.copy. Fixes issue #54.
John R. Lenton
2014-01-03
Added list.clear. Fixes issue #53.
John R. Lenton
[prev]
[next]