summaryrefslogtreecommitdiff
path: root/tests/basics/builtin_pow.py
AgeCommit message (Collapse)Author
2017-02-02tests: Split tests for 2- and 3-arg pow().Paul Sokolovsky
2017-02-02py: 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-04tests: Add missing tests for builtins, and many other things.Damien George