..
array_construct.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
builtin_float_abs.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
builtin_float_hash.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
builtin_float_minmax.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
builtin_float_pow.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
builtin_float_round.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
builtin_float_round_intbig.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
bytearray_construct.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
bytes_construct.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
cmath_fun.py
py/objcomplex: Add mp_obj_get_complex_maybe for use in complex bin-op.
4 years ago
cmath_fun_special.py
tests/float: Fix cmath_fun_special for MICROPY_FLOAT_IMPL_FLOAT.
5 years ago
complex1.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
complex1_intbig.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
complex_special_mehods.py
py/objcomplex: Add mp_obj_get_complex_maybe for use in complex bin-op.
4 years ago
float1.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
float2int_doubleprec_intbig.py
py/objint: Do not use fpclassify.
5 years ago
float2int_fp30_intbig.py
py/objint: Do not use fpclassify.
5 years ago
float2int_intbig.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
float_array.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
float_compare.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
float_divmod.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
float_divmod_relaxed.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
float_format.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
float_parse.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
float_parse_doubleprec.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
float_struct.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
int_big_float.py
py: Implement raising a big-int to a negative power.
7 years ago
int_divzero.py
tests/float: Add tests for zero to a negative power.
8 years ago
int_power.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
lexer.py
tests/float: Add new lexer test to test parsing of float without prefix.
5 years ago
list_index.py
tests: Rename test scripts, changing - to _ for consistency.
10 years ago
math_domain.py
py/modmath: Work around msvc float bugs in atan2, fmod and modf.
5 years ago
math_domain_special.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
math_factorial_intbig.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
math_fun.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
math_fun_bool.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
math_fun_int.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
math_fun_intbig.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
math_fun_special.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
math_isclose.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
math_isclose.py.exp
py/modmath: Implement math.isclose() for non-complex numbers.
5 years ago
python36.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
python36.py.exp
py/lexer: Add support for underscores in numeric literals.
7 years ago
string_format.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
string_format2.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
string_format_fp30.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
string_format_modulo.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
string_format_modulo2.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
string_format_modulo2_intbig.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
string_format_modulo3.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
string_format_modulo3.py.exp
py/formatfloat: Fix number of digits and exponent sign when rounding.
8 years ago
true_value.py
tests: Format all Python code with black, except tests in basics subdir.
5 years ago
types.py
tests: Split out those tests requiring float and import.
11 years ago