15 Commits (8427c5b76c9326ab3bc060fb729c1f0dbe17facd)

Author SHA1 Message Date
Damien George 42f3de924b py: Convert [u]int to mp_[u]int_t where appropriate. 10 years ago
Damien George 40f3c02682 Rename machine_(u)int_t to mp_(u)int_t. 11 years ago
Paul Sokolovsky 59c675a64c py: Include mpconfig.h before all other includes. 11 years ago
Dave Hylands b69f9fa31f Fix str.modulo when precision is specified. 11 years ago
Damien George fb510b3bf9 Rename bultins config variables to MICROPY_PY_BUILTINS_*. 11 years ago
Damien George 04b9147e15 Add license header to (almost) all files. 11 years ago
Damien George d0f9f6cd3f py: Fix pfenv_print_strn to return correct number of chars printed. 11 years ago
Damien George 348435d279 py: Reinstate old pfenv_print_int function for stmhal's printf. 11 years ago
Damien George a12a0f78b0 py: Rename pfenv_print_int to pfenv_print_mp_int, and add back former. 11 years ago
Dave Hylands c4029e5079 Add string formatting support for longlong and mpz. 11 years ago
Dave Hylands 64ef5d7f4e Change pfenv_print_int to take machine_uint_t rather than unsinged in 11 years ago
Damien George e3e0500296 py: Make pfenv.c conform to code conventions. 11 years ago
Dave Hylands 1c6b4b2e24 Reduce stack usage of pfenv_print_strn 11 years ago
Dave Hylands 80359aa96e Fix INT_BUF_SIZE to work with 32-bit and 64-bit 11 years ago
Dave Hylands baf6f14deb Enhance str.format support 11 years ago