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-04-27
py: Implement keyword-only args.
Damien George
2014-04-26
modio: Implement io.StringIO class.
Paul Sokolovsky
2014-04-26
objstr: Implement .lstrip() & .rstrip().
Paul Sokolovsky
2014-04-25
py: Support instance __call__ method.
Paul Sokolovsky
2014-04-19
test/class-super: Expose super() breakage.
Paul Sokolovsky
2014-04-19
objarray: Implement slice subscription.
Paul Sokolovsky
2014-04-19
modstruct: Initial implementation of struct.pack().
Paul Sokolovsky
2014-04-18
sequence: Fix glaring bug in sequence comparison.
Paul Sokolovsky
2014-04-17
tests: Move gen_context to import tests, because it relies on import.
Damien George
2014-04-17
objgenerator: Generator must execute in its defining lexical context.
Paul Sokolovsky
2014-04-17
Merge pull request #504 from lurch/patch-4
Damien George
2014-04-17
tests: Split out those tests requiring float and import.
Damien George
2014-04-17
Changed the envvar name to MICROPY_MICROPYTHON
Andrew Scheller
2014-04-17
tests: Remove print('flush') from 2 tests, since stmhal now works.
Damien George
2014-04-16
Stupid typo
Andrew Scheller
2014-04-16
Allow the uPy used by run-tests to be overridden
Andrew Scheller
2014-04-16
fix README to match contents of run-tests
Andrew Scheller
2014-04-16
run-tests can now skip certain tests when run under Travis CI
Andrew Scheller
2014-04-15
py: Add builtin functions bin and oct, and some tests for them.
Damien George
2014-04-15
tests: Disable memoryerror.py test, since it fails on travis.
Damien George
2014-04-15
travis: Diff output, hopefully this works.
Damien George
2014-04-15
travis: More tests output debugging.
Damien George
2014-04-15
travis: More tests debugging.
Damien George
2014-04-15
travis: Debugging failing tests.
Damien George
2014-04-15
py: Implement __delitem__ method for classes.
Paul Sokolovsky
2014-04-13
tests: Add property test.
Damien George
2014-04-13
tests: Make tests pass on pyboard.
Damien George
2014-04-13
Make pyboard.py have its own exception; update run-tests for pyboard.
Damien George
2014-04-13
Merge pull request #473 from pfalcon/list-extend-iter
Damien George
2014-04-13
py: Rename collections module to _collections.
Paul Sokolovsky
2014-04-13
objlist: Make .extend accept arbitrary iterable.
Paul Sokolovsky
2014-04-12
py: Make all LOAD_FAST ops check for unbound local.
Damien George
2014-04-12
tests: Add some bytecode tests.
Damien George
2014-04-12
builtinimport: Implement relative imports.
Paul Sokolovsky
2014-04-12
builtinimport: Set __path__ attribute ASAP as it's clear we have a package.
Paul Sokolovsky
2014-04-12
py: Remove useless implementations of NOT_EQUAL in binary_op's.
Damien George
2014-04-12
py: Implement "from pkg import mod" variant of import.
Paul Sokolovsky
2014-04-11
py, compiler: Allow lambda's to yield.
Damien George
2014-04-11
py: Implement compiling of *-expr within parenthesis.
Damien George
2014-04-11
py: Check that sequence has 2 elements for dict iterable constructor.
Damien George
2014-04-11
objdict: Implement construction from iterable of pairs.
Paul Sokolovsky
2014-04-11
objdict: Implement __getitem__ method.
Paul Sokolovsky
2014-04-11
modstruct: Basic implementation of native struct alignment and types.
Paul Sokolovsky
2014-04-11
modstruct: Refactor to support both LE and BE packed structs.
Paul Sokolovsky
2014-04-10
tests: Add test for multi-comparison.
Damien George
2014-04-10
objfun: Fix default arguments filling loop, was broken in presense of kwargs.
Paul Sokolovsky
2014-04-10
py: Start implementing "struct" module.
Paul Sokolovsky
2014-04-09
Merge branch 'str-index' of github.com:xbe/micropython into xbe-str-index
Damien George
2014-04-09
py: str.join can now take arbitrary iterable as argument.
Damien George
2014-04-09
py: Generators can have their locals closed over.
Damien George
[next]