index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
basics
/
string_format.py
Age
Commit message (
Expand
)
Author
2025-05-13
py/objstr: Add support for the :_b/o/x specifier in str.format.
Jeff Epler
2020-01-24
tests: Add boolean-as-integer formatting tests for fixed regression.
Yonatan Goldschmidt
2016-03-15
tests: Split large tests into smaller files, to run with a small heap.
Damien George
2016-02-02
py/objstr: For str.format, add nested/computed fields support.
pohmelie
2016-01-04
py/objstr: In str.format, handle case of no format spec for string arg.
Damien George
2015-09-03
tests: Add tests to improve coverage of objstr.c.
Damien George
2015-08-30
py/objstr: Simplify error handling for bad conversion specifier.
Damien George
2015-08-29
py/objstr: Fix error type for badly formatted format specifier.
Damien George
2015-08-21
tests: Add more tests to improve coverage, mostly testing exceptions.
Damien George
2015-03-14
tests: Add some more tests for bytes, bignum, string and ujson.
Damien George
2015-01-04
objstr: Implement kwargs support for str.format().
Paul Sokolovsky
2014-07-05
tests: Rename test scripts, changing - to _ for consistency.
Damien George