| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | also optimise basestring.join() since we now infer this type in a couple of p... | Stefan Behnel | 2013-12-07 | 1 | -0/+22 |
| * | remove incorrect test assumption | Stefan Behnel | 2013-10-06 | 1 | -1/+1 |
| * | disallow assignment from bytes to basestring (only allow str/unicode) | Stefan Behnel | 2013-10-06 | 1 | -2/+0 |
| * | extend semantics of 'basestring' typed variables to represent exactly bytes/s... | Stefan Behnel | 2013-10-06 | 1 | -0/+49 |
| * | optimise isinstance(obj, basestring) and map basestring to unicode in Py3 | Stefan Behnel | 2013-03-02 | 1 | -0/+39 |
