aboutsummaryrefslogtreecommitdiff
path: root/py/mpprint.h
AgeCommit message (Expand)Author
2021-08-07extmod/modujson: Add support for dump/dumps separators keyword-argument.Peter Züger
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-18all: Unify header guard usage.Alexander Steffen
2017-05-14py/modsys: update conditionals for code referencing sys.stdoutTom Collins
2016-10-21lib/utils/pyhelp.c: Use mp_printf() instead of printf()Erik Moqvist
2015-11-29py: Change mp_print_strn_t func type to use size_t for the str length.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-04-16py: Make mp_sys_stdout_print object, wrapping sys.stdout for mp_print*.Damien George
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George