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
/
tests
/
unicode
Age
Commit message (
Expand
)
Author
2025-02-25
all: Upgrade to ruff v0.9.6.
Christian Clauss
2023-06-08
tests: Replace umodule with module everywhere.
Jim Mussared
2023-05-18
tests/run-tests.py: Ensure correct cwd for mpy tests.
Jim Mussared
2023-02-02
top: Update Python formatting to black "2023 stable style".
Jim Mussared
2022-09-06
extmod/modure: Convert byte offsets to unicode indices when necessary.
Jeff Epler
2022-08-26
tests/unicode: Add test for invalid utf-8 file contents.
Jim Mussared
2020-03-30
tests: Format all Python code with black, except tests in basics subdir.
David Lechner
2019-12-28
py/objslice: Add support for indices() method on slice objects.
Nicko van Someren
2018-11-26
py/unicode: Fix check for valid utf8 being stricter about contn chars.
Damien George
2017-09-06
py/objstr: Add check for valid UTF-8 when making a str from bytes.
tll
2016-10-17
tests: Improve coverage of array, range, dict, slice, exc, unicode.
Damien George
2016-07-25
tests/unicode_subscr.py: Detailed test for subscripting unicode strings.
Paul Sokolovsky
2015-09-07
tests: Move int+unicode test to unicode-specific test directory.
Damien George
2015-09-07
py/lexer: Raise SyntaxError when unicode char point out of range.
Damien George
2015-08-29
py/objstr: Make string formatting 8-bit clean.
Damien George
2015-06-09
py: Support unicode (utf-8 encoded) identifiers in Python source.
Damien George
2015-04-04
tests: Add missing tests for builtins, and many other things.
Damien George
2015-01-29
tests: Add some tests to improve coverage.
Damien George
2014-10-21
Use mode/encoding kwargs in io and unicode tests
stijn
2014-07-19
py: Add stream reading of n unicode chars; unicode support by default.
Damien George
2014-06-27
tests: Add basic test for unicode file i/o.
Paul Sokolovsky
2014-06-27
tests: Test for explicit start/end args to str methods for unicode.
Paul Sokolovsky
2014-06-27
tests: Add tests for unicode find()/rfind()/index().
Paul Sokolovsky
2014-06-27
tests: Add test for unicode string iteration.
Paul Sokolovsky
2014-06-27
tests: Add unicode test.
Chris Angelico