summaryrefslogtreecommitdiff
path: root/tests/run/unicode_slicing.pyx
Commit message (Expand)AuthorAgeFilesLines
* make test functions a bit more readable and add some additional testsStefan Behnel2013-02-211-60/+97
* Add tests for negative indices in unicode_slicing and PyUnicode_READY in __Py...zaur2013-02-201-38/+71
* Fix test unicode_slicing for compatibility between py2X/py3zaur2013-02-191-14/+98
* Add none check for unicode slicing, remove duplicate code, add test for non-a...zaur2013-02-191-4/+14
* Add support for unicode slicingzaur2013-02-191-0/+16