index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
mpprint.h
Age
Commit message (
Expand
)
Author
2022-08-10
py/mpprint: Fix formatting typo with mp_print_ext_t struct name.
Damien George
2021-08-07
extmod/modujson: Add support for dump/dumps separators keyword-argument.
Peter Züger
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2017-05-14
py/modsys: update conditionals for code referencing sys.stdout
Tom Collins
2016-10-21
lib/utils/pyhelp.c: Use mp_printf() instead of printf()
Erik Moqvist
2015-11-29
py: Change mp_print_strn_t func type to use size_t for the str length.
Damien George
2015-05-28
py: Remove unnecessary extra handling of padding of nan/inf.
Damien George
2015-05-28
py: Reduce size of mp_printf by eliminating unnecessary code.
Damien George
2015-04-16
py: Make mp_sys_stdout_print object, wrapping sys.stdout for mp_print*.
Damien George
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George