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
/
basics
Age
Commit message (
Expand
)
Author
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
2014-02-08
Implement tuple comparison.
Paul Sokolovsky
2014-02-06
Add more finally + break/continue testcases.
Paul Sokolovsky
2014-02-06
Add additional testcase for finally/return.
Paul Sokolovsky
2014-02-04
Fix unstable case in builtin_id.py test.
Paul Sokolovsky
2014-02-02
Merge branch 'xbe-master'
Damien George
2014-02-02
Change id to return signed integer.
Damien George
2014-02-02
Implement str/bytes rich comparisons.
Paul Sokolovsky
2014-02-01
Implement and add tests for the id() builtin function.
xbe
2014-02-02
Implement slicing for tuples.
Paul Sokolovsky
2014-02-02
Implement slicing for lists.
Paul Sokolovsky
2014-02-02
Add testcase for sequence unpacking.
Paul Sokolovsky
2014-02-01
py: Implement break/continue from an exception with finally.
Damien George
2014-02-01
Merge branch 'fun-defargs' of github.com:pfalcon/micropython into pfalcon-fun...
Damien George
2014-02-01
Implement default function arguments (for Python functions).
Paul Sokolovsky
2014-02-01
Add exception stack unwind support for RETURN_VALUE.
Paul Sokolovsky
2014-01-31
Merge pull request #246 from pfalcon/exc_stack_entry
Damien George
2014-01-31
Merge branch 'master' of github.com:xbe/micropython into xbe-master
Damien George
2014-01-31
Add basic try-finally testcase.
Paul Sokolovsky
2014-01-31
Typo fixes in comments.
Paul Sokolovsky
2014-01-31
Add testcase with exception handler spread across functions.
Paul Sokolovsky
2014-01-30
Implement str.replace and add tests for it.
xbe
2014-01-30
Add tests for str.strip
xbe
2014-01-30
vm: Add basic implementation of END_FINALLY opcode.
Paul Sokolovsky
[next]