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
2021-04-23
py/objexcept: Support errno attribute on OSError exceptions.
Damien George
2021-02-08
py/mpz: Fix overflow of borrow in mpn_div.
Damien George
2021-01-29
py/objfun: Support fun.__globals__ attribute.
Damien George
2020-11-11
py/mpz: Do sign extension in mpz_as_bytes for negative values.
Damien George
2020-10-10
py/objtype: Handle __dict__ attribute when type has no locals.
Jim Mussared
2020-09-25
tests/run-tests: Use -BS flags when running CPython.
Damien George
2020-09-18
tests/basics: Add test for MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS ops.
Damien George
2020-09-18
tests/basics: Enable == and != special-method tests now that they work.
Damien George
2020-09-04
all: Rename "sys" module to "usys".
stijn
2020-08-22
py/runtime: Fix builtin compile() in "single" mode so it prints exprs.
Damien George
2020-07-25
py/compile: Don't await __aiter__ special method in async-for.
Jonathan Hogg
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
[next]