summaryrefslogtreecommitdiffstatshomepage
path: root/py/modcmath.c
Commit message (Collapse)AuthorAge
* py, modcmath: Fix doc comment, and add some more of them.Damien George2014-08-11
|
* doc: Document gc, sys, math, cmath.Damien George2014-08-10
|
* py: Include mpconfig.h before all other includes.Paul Sokolovsky2014-06-21
| | | | | | It defines types used by all other headers. Fixes #691.
* Prefix ARRAY_SIZE with micropython prefix MP_Emmanuel Blot2014-06-19
|
* Rename bultins config variables to MICROPY_PY_BUILTINS_*.Damien George2014-06-01
| | | | | | | | | | This renames: MICROPY_PY_FROZENSET -> MICROPY_PY_BUILTINS_FROZENSET MICROPY_PY_PROPERTY -> MICROPY_PY_BUILTINS_PROPERTY MICROPY_PY_SLICE -> MICROPY_PY_BUILTINS_SLICE MICROPY_ENABLE_FLOAT -> MICROPY_PY_BUILTINS_FLOAT See issue #35 for discussion.
* Rename configuration variables controling Python features.Damien George2014-05-24
| | | | Now of the form MICROPY_PY_*. See issue #35.
* Add license header to (almost) all files.Damien George2014-05-03
| | | | | | | Blanket wide to all .c and .h files. Some files originating from ST are difficult to deal with (license wise) so it was left out of those. Also merged modpyb.h, modos.h, modstm.h and modtime.h in stmhal/.
* stmhal: Enable cmath module.Damien George2014-05-03
|
* Add ARRAY_SIZE macro, and use it where possible.Damien George2014-04-26
|
* py: Add cmath module, for complex math. Disabled by default.Damien George2014-04-17
Not all functions implemented. Not enabled on pyboard.