index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
float
/
complex1.py
Age
Commit message (
Expand
)
Author
2017-04-04
tests/float: Add tests for hashing float and complex numbers.
Damien George
2017-03-06
tests/float/complex1: Split out intbig test.
Paul Sokolovsky
2017-02-03
tests/float: Add tests for zero to a negative power.
Damien George
2017-01-19
tests/float: Add test for assigning to attribute of complex number.
Damien George
2016-12-21
tests: Add tests to improve coverage of runtime.c.
Rami Ali
2015-05-13
py: Fix printing of complex number when imaginary part is nan
stijn
2015-04-04
tests: Add tests to exercise lexer; and some more complex number tests.
Damien George
2015-04-04
tests: Add missing tests for builtins, and many other things.
Damien George
2015-03-25
tests: Add tests for SyntaxError, TypeError, and other missing things.
Damien George
2015-03-14
tests: Add some more tests for complex numbers and ure module.
Damien George
2015-03-02
tests: Add tests for builtins: all, any, sum, abs.
Damien George
2015-03-02
tests: Add tests for op special meths, ubinascii, complex.
Damien George