aboutsummaryrefslogtreecommitdiff
path: root/py/pfenv.h
AgeCommit message (Expand)Author
2014-04-08py: Reinstate old pfenv_print_int function for stmhal's printf.Damien George
2014-04-08py: Rename pfenv_print_int to pfenv_print_mp_int, and add back former.Damien George
2014-04-07Add string formatting support for longlong and mpz.Dave Hylands
2014-04-05Change pfenv_print_int to take machine_uint_t rather than unsinged inDave Hylands
2014-04-01Enhance str.format supportDave Hylands