index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
mpprint.c
Age
Commit message (
Expand
)
Author
2017-10-04
py/mpprint: Only check for null string printing when NDEBUG not defined.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-06-30
py/mpprint: Remove unreachable check for neg return of mp_format_float.
Damien George
2017-03-15
py/mpprint: Fix int formatting so "+" is printed for 0-valued integer.
Damien George
2016-12-28
py/mpprint: Add assertion for, and comment about, valid base values.
Damien George
2016-10-11
py/objint: Use size_t for arguments that measure bytes/sizes.
Damien George
2016-09-01
py/mpprint: Fail an assertion with unsupported format specifiers.
Delio Brignoli
2016-02-01
py/mpprint: Fix sign extension when printf'ing %u, %x and %X.
Damien George
2016-01-07
py: Change mp_obj_int_is_positive to more general mp_obj_int_sign.
Damien George
2015-12-19
py/mpprint: Fix printing of 64bit integers for 64bit windows builds
stijn
2015-12-17
py/mpprint: Implement %llu and %lld format specifiers for mp_printf.
Damien George
2015-12-02
py/mpprint: Printing of doubles is now supported (by uPy own routine).
fabien.lementec
2015-11-29
py: Change qstr_* functions to use size_t as the type for str len arg.
Damien George
2015-11-29
py: Change mp_print_strn_t func type to use size_t for the str length.
Damien George
2015-10-31
all: Add py/mphal.h and use it in all ports.
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-05-17
py: Implement mp_format_float for doubles and use where appropriate
stijn
2015-04-16
py: Add %q format support to mp_[v]printf, and use it.
Damien George
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George