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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
pfenv.h
Age
Commit message (
Expand
)
Author
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-03-14
py: Remove unnecessary and unused sgn argument from pfenv_print_mp_int.
Damien George
2015-01-12
py: Can compile with -Wmissing-declarations and -Wmissing-prototypes.
Damien George
2015-01-01
py: Move to guarded includes, everywhere in py/ core.
Damien George
2014-12-08
modsys: Add sys.print_exception(exc, file=sys.stdout) function.
Paul Sokolovsky
2014-10-03
py: Convert [u]int to mp_[u]int_t where appropriate.
Damien George
2014-07-19
py: Make print() accept "file" argument, and actually print to stream.
Paul Sokolovsky
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-06-05
Fix str.modulo when precision is specified.
Dave Hylands
2014-06-01
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-08
py: Reinstate old pfenv_print_int function for stmhal's printf.
Damien George
2014-04-08
py: Rename pfenv_print_int to pfenv_print_mp_int, and add back former.
Damien George
2014-04-07
Add string formatting support for longlong and mpz.
Dave Hylands
2014-04-05
Change pfenv_print_int to take machine_uint_t rather than unsinged in
Dave Hylands
2014-04-01
Enhance str.format support
Dave Hylands