summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/builtin_pow.py
Commit message (Collapse)AuthorAge
* tests: Split tests for 2- and 3-arg pow().Paul Sokolovsky2017-02-02
|
* py: Added optimised support for 3-argument calls to builtin.pow()Nicko van Someren2017-02-02
| | | | | | 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.
* tests: Add missing tests for builtins, and many other things.Damien George2015-04-04