This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
circuitpython
/
tests
/
misc
History
Damien George
7d60a97914
tests/misc/recursive_iternext: Provide more fine-grained selection of N.
...
To work on a variety of ports the selection of N is very specific.
2016-06-03 15:09:45 +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: Complete implementation of mpz_{and,or,xor} for negative args.
2016-02-03 22:13:39 +00:00
non_compliant.py.exp
py/mpz: Complete implementation of mpz_{and,or,xor} for negative args.
2016-02-03 22:13:39 +00:00
print_exception.py
tests: Make "io" modules fixes for CPython compatibility.
2016-05-02 14:38:07 +03:00
recursion.py
tests: Add test for catching infinite function recursion.
2014-06-27 00:03:56 +03:00
recursive_data.py
tests: Update for _io/_collections module having been renamed.
2016-05-02 14:15:11 +03:00
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
tests/misc/recursive_iternext: Provide more fine-grained selection of N.
2016-06-03 15:09:45 +01:00
recursive_iternext.py.exp
tests: Add test for recursive iternext stack overflow.
2015-06-03 22:41:06 +01:00
rge_sm.py
tests: Enable misc tests on pyboard; output 4 sig figs in rge_sm.
2014-09-06 18:38:55 +01:00
sys_exc_info.py
vm: On exiting except block, clear sys.exc_info() value.
2015-04-26 01:40:37 +03:00