This website requires JavaScript.
Explore
Help
Register
Sign In
Lerking
/
micropython
Watch
1
Star
0
Fork
0
You've already forked micropython
mirror of
https://github.com/micropython/micropython.git
synced
2026-03-11 19:30:28 +01:00
Code
Issues
Actions
27
Packages
Projects
Releases
Wiki
Activity
Files
e4404fbef077a481e58ec0b31dfcf79b521caff6
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
…
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
tests: Activate recursive_data.py test, now that io.StringIO is available.
2014-12-12 00:58:07 +02:00
recursive_iternext.py
…
recursive_iternext.py.exp
…
rge_sm.py
…
sys_exc_info.py
…