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-05-31
tests: Add test for break in for.
Paul Sokolovsky
2014-05-30
objstr: *strip(): If nothing is stripped, don't create dup string.
Paul Sokolovsky
2014-05-30
objstr: *strip(): Fix handling of one-char subject strings.
Paul Sokolovsky
2014-05-29
py: Implement bignum '&' with negatives on lhs and rhs.
Damien George
2014-05-28
tests: Add argument to allow specifying which directories to test
stijn
2014-05-26
tests: Add small testcase for 3-arg slices.
Paul Sokolovsky
2014-05-25
objlist: Implement support for arbitrary (3-arg) slices.
Paul Sokolovsky
2014-05-25
objlist: Implement growing slice assignment.
Paul Sokolovsky
2014-05-24
objstr: Implement .endswith().
Paul Sokolovsky
2014-05-22
py: Initial attempts to actually allow implementing __new__ in Python.
Paul Sokolovsky
2014-05-21
objtype: super: Fall back to "object" lookup as last resort.
Paul Sokolovsky
2014-05-21
Merge pull request #607 from Anton-2/osx-clang
Damien George
2014-05-19
tests: Update subclass-native2.py for __new__/__init__ refactor.
Paul Sokolovsky
2014-05-15
objstr: startswith(): Accept optional "start" arg.
Paul Sokolovsky
2014-05-15
py: Implement more complete bytes comparison handling.
Paul Sokolovsky
2014-05-15
sequence: Fix yet another case of improper sequence comparison.
Paul Sokolovsky
2014-05-14
objstr.c: Partial implementation of .rsplit().
Paul Sokolovsky
2014-05-13
tests/int-long.py: Try to expose issue with recent "&" optimization.
Paul Sokolovsky
2014-05-12
py: Fix bug in mpz_and function.
Damien George
2014-05-12
modstruct: Implement count specifier for strings (e.g. "100s").
Paul Sokolovsky
2014-05-12
tests: create result file for test/basics/memoryerror.py .
Antonin ENFRUN
2014-05-11
objstr: Slice indexing: support bytes properly.
Paul Sokolovsky
2014-05-11
objstr: Make .split() support bytes.
Paul Sokolovsky
2014-05-11
objstr: Make .join() support bytes.
Paul Sokolovsky
2014-05-11
py: Add basic implementation of hasattr() function.
Paul Sokolovsky
2014-05-11
py: frozenset() creates an empty frozenset.
Damien George
2014-05-11
Merge pull request #603 from stinos/windows-tests-newline
Damien George
2014-05-11
py: Give up and make mp_obj_str_get_data() deal with bytes too.
Paul Sokolovsky
2014-05-11
tests: Fix handling of newlines from expected output files
stijn
2014-05-11
objstr: Make *strip() accept bytes.
Paul Sokolovsky
2014-05-11
tests: Really fix import.
Paul Sokolovsky
2014-05-11
tests: Fix import.
Paul Sokolovsky
2014-05-11
objtuple: Go out of the way to support comparison of subclasses.
Paul Sokolovsky
2014-05-11
py: Don't try to "bind" types store as attributes of objects.
Paul Sokolovsky
2014-05-11
objstr: Make .[r]partition() work with bytes.
Paul Sokolovsky
2014-05-10
objlist: Support list slice deletion.
Paul Sokolovsky
2014-05-10
objlist: Implement non-growing slice assignment.
Paul Sokolovsky
2014-05-10
objtype: Implement ->getiter() method for instances.
Paul Sokolovsky
2014-05-10
objnamedtuple: Support iteration.
Paul Sokolovsky
2014-05-10
objstr: Implement .lower() and .upper().
Paul Sokolovsky
2014-05-10
objset: Add frozenset tests, skippable if frozenset not available.
Paul Sokolovsky
2014-05-10
run-tests: Add support for skipping tests.
Paul Sokolovsky
2014-05-10
objtype: Don't treat inheritance from "object" as from native type.
Paul Sokolovsky
2014-05-10
stmhal: Fix setting of RTC: was BCD now BIN encoded.
Damien George
2014-05-10
py: Fix base "detection" for int('0<hexdigit>', 16).
Paul Sokolovsky
2014-05-10
bytes: Implement comparison and other binary operations.
Paul Sokolovsky
2014-05-08
py, compiler: Add basic support for A=const(123).
Damien George
2014-05-07
py: Fix stack access in thumb native emitter.
Damien George
2014-05-07
tests/bench: Add testcase for positional/kwargs to enumerate().
Paul Sokolovsky
2014-05-07
tests/bench: Add tests for various ways to pass function args.
Paul Sokolovsky
[prev]
[next]