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-03-25
objexcept: Add "args" exception attribute, as well as StopIteration.value.
Paul Sokolovsky
2014-03-25
rt_load_method(): Add missing qstr_str() when getting type name.
Paul Sokolovsky
2014-03-24
Implement str.rfind() and add tests for it.
xbe
2014-03-23
py: Implement support for "except Exception as var" clause.
Paul Sokolovsky
2014-03-23
run-tests: Dump output of failing tests to files again.
Paul Sokolovsky
2014-03-22
Merge pull request #359 from rjdowdall/master
Damien George
2014-03-22
Fixed floor division on mp ints and small ints. Added a floordivide test case.
Rachel Dowdall
2014-03-22
Fixed modulo operator on ints and mp ints to agree with python. Added intdivm...
Rachel Dowdall
2014-03-22
objgenerator: Implement .throw() method to throw exceptions into generator.
Paul Sokolovsky
2014-03-22
objgenerator: Implement throwing exceptions out of generator.
Paul Sokolovsky
2014-03-22
objgenerator: Keep exception stack within generator object, like value stack.
Paul Sokolovsky
2014-03-22
Added exception hierarchy except for OSError and UnicodeError (requires argum...
Rachel Dowdall
2014-03-22
Fixed broken math functions that return bool and added some more.
Rachel Dowdall
2014-03-22
py: Make 'bytes' be a proper type, support standard constructor args.
Paul Sokolovsky
2014-03-22
objint_longlong: Add regression test for improper inplace op implementation.
Paul Sokolovsky
2014-03-21
Merge pull request #351 from xbe/str-partition
Damien George
2014-03-21
Implement str.rpartition and add tests for it.
xbe
2014-03-21
Implement str.partition and add tests for it.
xbe
2014-03-20
Rename test so that it doesn't clash with Python math module.
Damien George
2014-03-20
Added various simple functions to math module.
Rachel Dowdall
2014-03-20
py: Add mpz modulo operation.
Damien George
2014-03-16
Implement support for __str__ and __repr__ special methods in classes.
Paul Sokolovsky
2014-03-13
py: In string.count, handle case of zero-length needle.
Damien George
2014-03-13
Fix issues in str.count implementation.
xbe
2014-03-12
Implement str.count and add tests for it.
xbe
2014-03-12
Add more tests for multi-precision integers.
Damien George
2014-03-03
py: Fix overriding of default arguments.
Damien George
2014-03-03
namedtuple: Inherit unary/binary ops from tuple base class.
Paul Sokolovsky
2014-03-03
Add basic collections.namedtuple implementation.
Paul Sokolovsky
2014-03-01
py: Implement bit-shift and not operations for mpz.
Damien George
2014-02-22
Add basic super() test.
Paul Sokolovsky
2014-02-22
parse: Refactor parse node encoding to support full range of small ints.
Paul Sokolovsky
2014-02-20
import: Implement "from pkg.mod import sym" syntax properly.
Paul Sokolovsky
2014-02-16
Support passing positional args as keywords to bytecode functions.
Paul Sokolovsky
2014-02-16
Rename fun-kwargs.py -> fun-kwvarargs.py to free up slot for simple kw test.
Paul Sokolovsky
2014-02-16
builtinimport: Get the basic (and only basic) package imports work.
Paul Sokolovsky
2014-02-16
py: Pass keyword arguments to byte code.
Damien George
2014-02-16
py: Implement *vargs support.
Damien George
2014-02-15
py: VM never throws an exception, instead returns a status and value.
Damien George
2014-02-15
Add testcase for failing namespace switch throwing exception from a module.
Paul Sokolovsky
2014-02-14
Add testcase for "from module import *".
Paul Sokolovsky
2014-02-14
Add testcase for "from module import sym".
Paul Sokolovsky
2014-02-13
Implement full arg handling for exec().
Paul Sokolovsky
2014-02-11
basics/enumerate.py: Don't turn enumerate test into heap test.
Paul Sokolovsky
2014-02-10
Merge pull request #267 from pfalcon/func-ret-ann
Damien George
2014-02-10
Factor out mp_seq_count_obj() and implement tuple.count().
Paul Sokolovsky
2014-02-10
Implement tuple.index().
Paul Sokolovsky
2014-02-10
Clean up handling of function return type annotation.
Paul Sokolovsky
2014-02-08
Implement tuple multiplication.
Paul Sokolovsky
2014-02-08
Implement tuple addition.
Paul Sokolovsky
[prev]
[next]