You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paul Sokolovsky
566d8f1d7e
tests: Make "io" modules fixes for CPython compatibility.
Previously, "import _io" worked on both CPython and MicroPython (essentially
by a chance on CPython, as there's not guarantee that its contents will stay
the same across versions), but as the module was renamed to uio, need to use
more robust import sequence for compatibility.
9 years ago
..
features.py
tests: Adapt misc/features.py tests for ports without floating point.
10 years ago
non_compliant.py
py/mpz: Complete implementation of mpz_{and,or,xor} for negative args.
9 years ago
non_compliant.py.exp
py/mpz: Complete implementation of mpz_{and,or,xor} for negative args.
9 years ago
non_compliant_lexer.py
py/lexer: Raise NotImplError for unicode name escape, instead of assert.
9 years ago
non_compliant_lexer.py.exp
py/lexer: Raise NotImplError for unicode name escape, instead of assert.
9 years ago
print_exception.py
tests: Make "io" modules fixes for CPython compatibility.
9 years ago
recursion.py
tests: Add test for catching infinite function recursion.
11 years ago
recursive_data.py
tests: Update for _io/_collections module having been renamed.
9 years ago
recursive_data.py.exp
tests: Activate recursive_data.py test, now that io.StringIO is available.
10 years ago
recursive_iternext.py
tests/recursive_iternext.py: Make low-heap friendly.
9 years ago
recursive_iternext.py.exp
tests: Add test for recursive iternext stack overflow.
10 years ago
rge_sm.py
tests: Enable misc tests on pyboard; output 4 sig figs in rge_sm.
10 years ago
sys_exc_info.py
vm: On exiting except block, clear sys.exc_info() value.
10 years ago