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.
 
 
 
 
 
 
Damien George ab2923dfa1 all: Update Python formatting to latest Black version 22.1.0. 3 years ago
..
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_endian.py tests/float: Make bytes/bytearray construct tests work with obj repr C. 3 years ago
bytes_construct_endian.py tests/float: Make bytes/bytearray construct tests work with obj repr C. 3 years ago
cmath_fun.py all: Update Python code to conform to latest black formatting. 4 years ago
cmath_fun_special.py tests/float: Fix cmath_fun_special for MICROPY_FLOAT_IMPL_FLOAT. 5 years ago
complex1.py all: Update Python formatting to latest Black version 22.1.0. 3 years ago
complex1_intbig.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
complex_reverse_op.py tests: Split out complex reverse-op tests to separate test file. 4 years ago
complex_special_methods.py tests: Split out complex reverse-op tests to separate test file. 4 years ago
float1.py all: Update Python formatting to latest Black version 22.1.0. 3 years ago
float2int_doubleprec_intbig.py all: Update Python formatting to latest Black version 22.1.0. 3 years ago
float2int_fp30_intbig.py all: Update Python formatting to latest Black version 22.1.0. 3 years ago
float2int_intbig.py all: Update Python formatting to latest Black version 22.1.0. 3 years ago
float_array.py tests: Make float and framebuf tests skip or run on big-endian archs. 4 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
inf_nan_arith.py all: Update Python formatting to latest Black version 22.1.0. 3 years ago
int_big_float.py all: Update Python formatting to latest Black version 22.1.0. 3 years ago
int_divzero.py all: Update Python formatting to latest Black version 22.1.0. 3 years ago
int_power.py all: Update Python formatting to latest Black version 22.1.0. 3 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_constants.py py/modmath: Add math.tau, math.nan and math.inf constants. 3 years ago
math_constants_extra.py py/modmath: Add math.tau, math.nan and math.inf constants. 3 years ago
math_domain.py py: Fix handling of NaN in certain pow implementations. 4 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 all: Update Python code to conform to latest black formatting. 4 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 all: Update Python code to conform to latest black formatting. 4 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