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
2018-12-07
tests/basics/special_methods: Add testcases for __int__.
Paul Sokolovsky
2018-12-06
py/objboundmeth: Support loading generic attrs from the method.
Damien George
2018-10-28
py/compile: Fix case of eager implicit conversion of local to nonlocal.
Damien George
2018-10-22
tests: Make bytes/str.count() tests skippable.
Paul Sokolovsky
2018-10-18
tests/basics/class_getattr: Remove invalid test for __getattribute__.
Damien George
2018-10-18
py/objtype: Remove comment about catching exc from user __getattr__.
Damien George
2018-09-28
py/objtype: Support full object model for get/set/delitem special meths.
Damien George
2018-09-28
py/vm: Fix case of throwing GeneratorExit type into yield-from.
Damien George
2018-09-28
tests/basics: Split out gen throw tests from yield-from-throw tests.
Damien George
2018-09-27
py/objgenerator: Remove TODO about returning gen being called again.
Damien George
2018-09-20
py/objgenerator: Implement PEP479, StopIteration convs to RuntimeError.
Damien George
2018-09-11
py/emitnative: Fix try-finally in outer scope, so finally is cancelled.
Damien George
2018-09-11
py/objarray: bytearray: Allow 2nd/3rd arg to constructor.
Paul Sokolovsky
2018-09-04
tests/basics: Add test cases for context manager raising in enter/exit.
Damien George
2018-09-04
tests/basics: Add more tests for return within try-finally.
Damien George
2018-09-03
py/emitnative: Cancel caught exception once handled to prevent reraise.
Damien George
2018-09-03
py/vm: Fix handling of finally-return with complex nested finallys.
Damien George
2018-08-17
tests/basics: Provide .exp files for generator tests that fail PEP479.
Damien George
2018-08-17
tests: Modify tests that print repr of an exception with 1 arg.
Damien George
2018-08-17
tests/basics/int_big_error.py: Use bytearray to test for int overflow.
Damien George
2018-08-17
tests/basics/set_pop.py: Sort set before printing for consistent output.
Damien George
2018-08-04
tests: Make tests work on targets without float support.
Ayke van Laethem
2018-07-10
py/objgenerator: Implement __name__ with normal fun attr accessor code.
Damien George
2018-06-27
py/compile: Handle return/break/continue correctly in async with.
Damien George
2018-06-27
tests: Move non-filesystem io tests to basics dir with io_ prefix.
Damien George
2018-06-27
tests/basics/namedtuple*: Import ucollections first.
Paul Sokolovsky
2018-06-12
py/lexer: Add support for underscores in numeric literals.
Damien George
2018-06-08
py/objtype: Optimise instance get/set/del by skipping special accessors.
Damien George
2018-05-30
py/objtype: Fix assertion failures in super_attr by checking type.
Jeff Epler
2018-05-30
py/objtype: Fix assertion failures in mp_obj_new_type by checking types.
Jeff Epler
2018-05-25
py/objtype: Remove TODO comment about needing to check for property.
Damien George
2018-05-22
py/objgenerator: Protect against reentering a generator.
Damien George
2018-05-22
py/modbuiltins: Add support for rounding integers.
Jan Klusacek
2018-05-21
tests: Add some tests for bigint hash, float hash and float parsing.
Damien George
2018-05-11
tests/basics/special_methods2: Enable some additional tests that work.
Damien George
2018-05-10
py/modbuiltins: Make built-in dir support the __dir__ special method.
Damien George
2018-05-10
py/modbuiltins: Make built-in hasattr work properly for user types.
Damien George
2018-04-05
py/objstr: In find/rfind, don't crash when end < start.
Jeff Epler
2018-04-05
tests/basics/string_compare.py: Add test with string that hashes to 0.
Damien George
2018-04-05
tests/basics/class_super.py: Add tests for store/delete of super attr.
Damien George
2018-04-05
tests/basics: Add tests for edge cases of nan-box's 47-bit small int.
Damien George
2018-04-04
tests/basics: Add test for subclassing an iterable native type.
Damien George
2018-04-04
tests/basics/int_big1.py: Add test for big int in mp_obj_get_int_maybe.
Damien George
2018-04-04
tests/basics: Modify int-big tests to prevent constant folding.
Damien George
2018-04-04
tests/basics/int_big1.py: Add test converting str with non-print chars.
Damien George
2018-04-04
tests/basics: Add test for use of return within try-except.
Damien George
2018-03-30
tests/basics/iter1.py: Add more tests for walking a user-defined iter.
Damien George
2018-03-30
py/runtime: Be sure that non-intercepted thrown object is an exception.
Damien George
2018-03-30
py/runtime: Check that keys in dicts passed as ** args are strings.
Damien George
2018-03-08
tests/basics/builtin_enumerate: Add test for many pos args to enumerate.
Damien George
[prev]
[next]