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
/
tests
/
unicode
Age
Commit message (
Expand
)
Author
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