index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
basics
Age
Commit message (
Expand
)
Author
2019-05-21
py/objarray: Add decode method to bytearray.
stijn
2019-05-14
tests/basics: Add coverage tests for memoryview attributes.
Damien George
2019-05-14
py/objarray: Add support for memoryview.itemsize attribute.
stijn
2019-05-09
py/objgenerator: Fix handling of None passed as 2nd arg to throw().
Damien George
2019-05-03
tests/basics/sys1.py: Add test for calling sys.exit() without any args.
Damien George
2019-04-28
tests: Skip tests needing machine module if (u)machine doesn't exist.
Damien George
2019-03-05
py: Fix VM crash with unwinding jump out of a finally block.
Damien George
2019-02-26
py/compile: Fix handling of unwinding BaseException in async with.
Damien George
2019-02-21
tests/basics: Add tests for try-except-else and try-except-else-finally.
Damien George
2019-01-27
py: Add optional support for 2-argument version of built-in next().
stijn
2018-12-13
tests/basics/special_methods2: Typo fix in comment.
Paul Sokolovsky
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
[next]