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
2020-07-21
py/obj.h: Fix mp_seq_replace_slice_no_grow to use memmove not memcpy.
Damien George
2020-07-21
tests/basics: Split out memoryview slice-assign tests to separate file.
Damien George
2020-06-30
py: Rework mp_convert_member_lookup to properly handle built-ins.
Damien George
2020-06-24
py/objtype: Support passing in an OrderedDict to type() as the locals.
Damien George
2020-06-16
tests/basics: Add tests for variable annotations.
Damien George
2020-06-16
tests/basics: Add tests for assignment operator :=.
Damien George
2020-06-10
py/objtype: Add __dict__ attribute for class objects.
Andrew Leech
2020-06-02
py/modbuiltins: Fix getattr to work with class raising AttributeError.
Damien George
2020-05-03
py/parse: Support constant folding of power operator for integers.
Damien George
2020-04-27
py/objdict: Fix popitem for ordered dicts.
Jim Mussared
2020-03-28
tests/basics/dict_pop.py: Remove extra comma in call and fix grammar.
David Lechner
2020-03-11
py/objstringio: Expose tell() on StringIO and BytesIO objects.
Andrew Leech
2020-02-28
py/builtinevex: Support passing in a bytearray/buffer to eval/exec.
Damien George
2020-02-21
tests/basics/array1.py: Add equality testing for array.
Jim Mussared
2020-02-21
py/objarray: Turn on MP_TYPE_FLAG_EQ_CHECKS_OTHER_TYPE for memoryview.
Jim Mussared
2020-02-20
tests/basics: Add test for tuple compare with class derived from tuple.
Damien George
2020-02-11
tests/basics: Add test for equality between tuple and namedtuple.
Damien George
2020-02-11
tests/basics: Add tests for equality between bool and int/float/complex.
Damien George
2020-02-06
tests/basics: Move test for "return" outside function to own file.
Petr Viktorin
2020-02-04
tests: Move CPy diff test to real test now that subclass equality works.
Damien George
2020-01-30
tests/basics: Expand test cases for equality of subclasses.
Nicko van Someren
2020-01-30
py: Support non-boolean results for equality and inequality tests.
Nicko van Someren
2020-01-27
tests: Add tests for generator throw and yield-from with exc handlers.
Jim Mussared
2020-01-24
tests: Add boolean-as-integer formatting tests for fixed regression.
Yonatan Goldschmidt
2019-12-28
py/objslice: Add support for indices() method on slice objects.
Nicko van Someren
2019-12-27
py/objsingleton: Use mp_generic_unary_op for singleton objects.
Damien George
2019-12-21
py/objobject: Add object.__delattr__ function.
Yonatan Goldschmidt
2019-12-21
py/objobject: Add object.__setattr__ function.
Yonatan Goldschmidt
2019-12-13
tests/basics/memoryview_itemsize: Make portable to 32- and 64-bit archs.
Damien George
2019-12-13
tests: Add .exp files for basics/parser and import/import_override.
Damien George
2019-11-04
py/modsys: Report .mpy version in sys.implementation.
Damien George
2019-11-04
py/objgenerator: Allow pend_throw to an unstarted generator.
Jim Mussared
2019-10-29
tests/basics: Split sys.exit test to separate file so it can be skipped.
Damien George
2019-10-29
tests/basics: Automatically skip tests that use str/bytes modulo-format.
Damien George
2019-10-29
tests/basics: Split out specific slice tests to separate files.
Damien George
2019-10-29
tests/basics: Use bytes not bytearray when checking user buffer proto.
Damien George
2019-10-29
tests/basics: Split out specific bytearray tests to separate files.
Damien George
2019-10-29
tests/basics/builtin_dir.py: Look for "version" in dir(sys).
Damien George
2019-10-29
tests/basics: Use str.format instead of % for formatting messages.
Damien George
2019-10-22
tests: Rename "array" module to "uarray".
Damien George
2019-10-18
py/objtype: Add type.__bases__ attribute.
Josh Lloyd
2019-10-04
tests/basics: Add test for throw into yield-from with normal return.
Damien George
2019-10-04
py/runtime: Fix PEP479 behaviour throwing StopIteration into yield from.
Damien George
2019-10-04
py/vm: Fix handling of unwind jump out of active finally.
Damien George
2019-10-01
tests/basics: Add test for getting name of func with closed over locals.
Damien George
2019-09-26
tests/basics: Add test for matmul operator.
Damien George
2019-09-02
py/bc: Fix size calculation of UNWIND_JUMP opcode in mp_opcode_format.
Damien George
2019-09-02
py/modstruct: Fix struct.pack_into with unaligned offset of native type.
Damien George
2019-09-02
py/modstruct: Fix struct.unpack with unaligned offset of native type.
Tom McDermott
2019-08-15
py/objarray: Fix amount of free space in array when doing slice assign.
Damien George
[next]