summaryrefslogtreecommitdiffstatshomepage
path: root/py/pfenv.c
Commit message (Expand)AuthorAge
* py: Convert [u]int to mp_[u]int_t where appropriate.Damien George2014-10-03
* Rename machine_(u)int_t to mp_(u)int_t.Damien George2014-07-03
* py: Include mpconfig.h before all other includes.Paul Sokolovsky2014-06-21
* Fix str.modulo when precision is specified.Dave Hylands2014-06-05
* Rename bultins config variables to MICROPY_PY_BUILTINS_*.Damien George2014-06-01
* Add license header to (almost) all files.Damien George2014-05-03
* py: Fix pfenv_print_strn to return correct number of chars printed.Damien George2014-04-17
* py: Reinstate old pfenv_print_int function for stmhal's printf.Damien George2014-04-08
* py: Rename pfenv_print_int to pfenv_print_mp_int, and add back former.Damien George2014-04-08
* Add string formatting support for longlong and mpz.Dave Hylands2014-04-07
* Change pfenv_print_int to take machine_uint_t rather than unsinged inDave Hylands2014-04-05
* py: Make pfenv.c conform to code conventions.Damien George2014-04-01
* Reduce stack usage of pfenv_print_strnDave Hylands2014-04-01
* Fix INT_BUF_SIZE to work with 32-bit and 64-bitDave Hylands2014-04-01
* Enhance str.format supportDave Hylands2014-04-01