summaryrefslogtreecommitdiffstatshomepage
path: root/tests/unicode/unicode.py
Commit message (Expand)AuthorAge
* all: Upgrade to ruff v0.9.6.Christian Clauss2025-02-25
* tests: Format all Python code with black, except tests in basics subdir.David Lechner2020-03-30
* py/unicode: Fix check for valid utf8 being stricter about contn chars.Damien George2018-11-26
* py/objstr: Add check for valid UTF-8 when making a str from bytes.tll2017-09-06
* tests: Improve coverage of array, range, dict, slice, exc, unicode.Damien George2016-10-17
* tests: Move int+unicode test to unicode-specific test directory.Damien George2015-09-07
* py/lexer: Raise SyntaxError when unicode char point out of range.Damien George2015-09-07
* tests: Add missing tests for builtins, and many other things.Damien George2015-04-04
* tests: Add unicode test.Chris Angelico2014-06-27