summaryrefslogtreecommitdiff
path: root/tests/unicode
AgeCommit message (Expand)Author
2014-10-21Use mode/encoding kwargs in io and unicode testsstijn
2014-07-19py: Add stream reading of n unicode chars; unicode support by default.Damien George
2014-06-27tests: Add basic test for unicode file i/o.Paul Sokolovsky
2014-06-27tests: Test for explicit start/end args to str methods for unicode.Paul Sokolovsky
2014-06-27tests: Add tests for unicode find()/rfind()/index().Paul Sokolovsky
2014-06-27tests: Add test for unicode string iteration.Paul Sokolovsky
2014-06-27tests: Add unicode test.Chris Angelico