summaryrefslogtreecommitdiff
path: root/tests/run/builtin_basestring.pyx
Commit message (Expand)AuthorAgeFilesLines
* also optimise basestring.join() since we now infer this type in a couple of p...Stefan Behnel2013-12-071-0/+22
* remove incorrect test assumptionStefan Behnel2013-10-061-1/+1
* disallow assignment from bytes to basestring (only allow str/unicode)Stefan Behnel2013-10-061-2/+0
* extend semantics of 'basestring' typed variables to represent exactly bytes/s...Stefan Behnel2013-10-061-0/+49
* optimise isinstance(obj, basestring) and map basestring to unicode in Py3Stefan Behnel2013-03-021-0/+39