summaryrefslogtreecommitdiff
path: root/py/mpprint.c
AgeCommit message (Expand)Author
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-05-28py: Remove unnecessary extra handling of padding of nan/inf.Damien George
2015-05-28py: Reduce size of mp_printf by eliminating unnecessary code.Damien George
2015-05-17py: Implement mp_format_float for doubles and use where appropriatestijn
2015-04-16py: Add %q format support to mp_[v]printf, and use it.Damien George
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George