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.
 
 
 
 
 
 
Dave Hylands 9d6128acdc stmhal: fix single precision float printing error 9 years ago
..
array_construct.py tests: Separate out test cases that rely on float support to float/ dir. 10 years ago
builtin_float_minmax.py tests: Rename test scripts, changing - to _ for consistency. 10 years ago
builtin_float_round.py modbuiltins: Implement round() to precision. 9 years ago
bytearray_construct.py tests: Separate out test cases that rely on float support to float/ dir. 10 years ago
bytes_construct.py tests: Separate out test cases that rely on float support to float/ dir. 10 years ago
cmath_fun.py py: Parse big-int/float/imag constants directly in parser. 10 years ago
complex1.py py: Fix printing of complex number when imaginary part is nan 10 years ago
float1.py py/lexer: Properly classify floats that look like hex numbers. 9 years ago
float2int.py modstruct: Rename module to "ustruct", to allow full Python-level impl. 10 years ago
float2int_doubleprec.py modstruct: Rename module to "ustruct", to allow full Python-level impl. 10 years ago
float_array.py stmhal: fix single precision float printing error 9 years ago
float_divmod.py py: Fix build error when float disabled; add test for divmod. 10 years ago
float_divmod_relaxed.py tests: Add a few tests for bool, bytearray, float to improve coverage. 9 years ago
float_struct.py modstruct: Rename module to "ustruct", to allow full Python-level impl. 10 years ago
int_big_float.py tests: Add tests for SyntaxError, TypeError, and other missing things. 10 years ago
int_divzero.py tests: Rename test scripts, changing - to _ for consistency. 10 years ago
int_power.py tests: Make float/int_power.py pass on pyboard/single prec float. 10 years ago
list_index.py tests: Rename test scripts, changing - to _ for consistency. 10 years ago
math_fun.py py: Implement second arg for math.log (optional value for base). 10 years ago
math_fun_bool.py tests: Rename test scripts, changing - to _ for consistency. 10 years ago
math_fun_special.py tests: Skip special math fun tests when math module exists but not funs. 10 years ago
string_format.py tests: Add more tests to improve coverage, mostly testing exceptions. 9 years ago
string_format_modulo.py tests: Add some tests for printing floats to improve coverage. 10 years ago
true_value.py tests: Rename test scripts, changing - to _ for consistency. 10 years ago
types.py tests: Split out those tests requiring float and import. 11 years ago