Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-02 | tests: Split tests for 2- and 3-arg pow(). | Paul Sokolovsky | |
2017-02-02 | py: Added optimised support for 3-argument calls to builtin.pow() | Nicko van Someren | |
Updated modbuiltin.c to add conditional support for 3-arg calls to pow() using MICROPY_PY_BUILTINS_POW3 config parameter. Added support in objint_mpz.c for for optimised implementation. | |||
2015-04-04 | tests: Add missing tests for builtins, and many other things. | Damien George | |