Commit message (Expand) | Author | Age | |
---|---|---|---|
* | all: Update Python code to conform to latest black formatting. | Damien George | 2020-08-29 |
* | py/objcomplex: Add mp_obj_get_complex_maybe for use in complex bin-op. | Damien George | 2020-06-27 |
* | tests: Format all Python code with black, except tests in basics subdir. | David Lechner | 2020-03-30 |
* | tests/float/cmath_fun.py: Fix truncation of small real part of complex. | Damien George | 2018-09-04 |
* | tests/float: Convert "sys.exit()" to "raise SystemExit". | Damien George | 2017-06-08 |
* | tests: Allow float tests to run when MATH_SPECIAL_FUNCTIONS is disabled. | Damien George | 2016-01-08 |
* | py: Parse big-int/float/imag constants directly in parser. | Damien George | 2015-02-08 |
* | tests: Add test for cmath module. | Damien George | 2015-02-02 |