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-16
str.format: Don't assume that '}' immediately follows '{', skip insides.
Paul Sokolovsky
2014-01-15
Merge branch 'str2int' of github.com:xyb/micropython into xyb-str2int
Damien George
2014-01-15
Merge branch 'str-repr' of github.com:pfalcon/micropython into pfalcon-str-repr
Damien George
2014-01-15
Merge branch 'builtins' of github.com:chipaca/micropython into chipaca-builtins
Damien George
2014-01-15
Implement eval.
Damien George
2014-01-15
Implement repr.
Damien George
2014-01-15
add more tests and remove debug code
xyb
2014-01-15
int() test passed
xyb
2014-01-15
added filter()
John R. Lenton
2014-01-15
Added map
John R. Lenton
2014-01-15
type->print(): Distinguish str() and repr() variety by passing extra param.
Paul Sokolovsky
2014-01-14
Merge remote-tracking branch 'upstream/master' into builtins
John R. Lenton
2014-01-14
added enumerate()
John R. Lenton
2014-01-14
Merge pull request #161 from pfalcon/exc-more-pythonic
Damien George
2014-01-14
Merge pull request #142 from chipaca/containment
Damien George
2014-01-14
Merge pull request #165 from chipaca/builtins
Damien George
2014-01-15
Implement "is" and "is not" operators.
Paul Sokolovsky
2014-01-15
Refactor exception objects to have better impl of Python-side interface.
Paul Sokolovsky
2014-01-14
Implemented int(str) in UNIX
xyb
2014-01-13
sorted
John R. Lenton
2014-01-13
added zip()
John R. Lenton
2014-01-13
Merge remote-tracking branch 'upstream/master' into containment
John R. Lenton
2014-01-12
Merge pull request #162 from chipaca/str_find
Damien George
2014-01-12
Merge pull request #160 from pfalcon/elaborate-int
Damien George
2014-01-12
oops, nasty off-by-one in set_copy
John R. Lenton
2014-01-12
Implemented set binary ops.
John R. Lenton
2014-01-12
Implement a basic str.find; fixes #67
John R. Lenton
2014-01-12
Add proper checks for fits-in-small-int. Make it reusable.
Paul Sokolovsky
2014-01-12
Implemented set.update
John R. Lenton
2014-01-12
Implemented set.remove
John R. Lenton
2014-01-12
Implemented set.isdisjoint
John R. Lenton
2014-01-12
Implemented set.intersection and set.intersection_update
John R. Lenton
2014-01-12
Implemented set.difference and set.difference_update
John R. Lenton
2014-01-12
Implemented set.discard
John R. Lenton
2014-01-12
Implemented set.copy
John R. Lenton
2014-01-12
Implemented set.clear
John R. Lenton
2014-01-12
Implemented set.add
John R. Lenton
2014-01-12
make sets iterable
John R. Lenton
2014-01-12
list: Implement comparison operators.
Paul Sokolovsky
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
[next]