This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
Watch
1
Star
0
Fork
0
You've already forked micropython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
micropython
/
tests
/
misc
History
Damien George
34f26ea862
tests: Allow tests to pass against CPython 3.5.
...
All breaking changes going from 3.4 to 3.5 are contained in basics/python34.py.
2015-10-02 13:01:47 +01:00
..
features.py
tests: Adapt misc/features.py tests for ports without floating point.
2015-06-24 17:53:29 +01:00
non_compliant_lexer.py
py/lexer: Raise NotImplError for unicode name escape, instead of assert.
2015-09-07 17:08:49 +01:00
non_compliant_lexer.py.exp
py/lexer: Raise NotImplError for unicode name escape, instead of assert.
2015-09-07 17:08:49 +01:00
non_compliant.py
py/mpz: Raise NotImplError instead of failing assertion.
2015-10-01 17:57:36 +01:00
non_compliant.py.exp
py/mpz: Raise NotImplError instead of failing assertion.
2015-10-01 17:57:36 +01:00
print_exception.py
tests: Allow tests to pass against CPython 3.5.
2015-10-02 13:01:47 +01:00
recursion.py
…
recursive_data.py
…
recursive_data.py.exp
…
recursive_iternext.py
…
recursive_iternext.py.exp
…
rge_sm.py
…
sys_exc_info.py
…