summaryrefslogtreecommitdiffstatshomepage
path: root/py/mpprint.h
Commit message (Expand)AuthorAge
* py/mpprint: Fix formatting typo with mp_print_ext_t struct name.Damien George2022-08-10
* extmod/modujson: Add support for dump/dumps separators keyword-argument.Peter Züger2021-08-07
* all: Reformat C and Python source code with tools/codeformat.py.Damien George2020-02-28
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* all: Unify header guard usage.Alexander Steffen2017-07-18
* py/modsys: update conditionals for code referencing sys.stdoutTom Collins2017-05-14
* lib/utils/pyhelp.c: Use mp_printf() instead of printf()Erik Moqvist2016-10-21
* py: Change mp_print_strn_t func type to use size_t for the str length.Damien George2015-11-29
* py: Remove unnecessary extra handling of padding of nan/inf.Damien George2015-05-28
* py: Reduce size of mp_printf by eliminating unnecessary code.Damien George2015-05-28
* py: Make mp_sys_stdout_print object, wrapping sys.stdout for mp_print*.Damien George2015-04-16
* py: Overhaul and simplify printf/pfenv mechanism.Damien George2015-04-16