Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: remove "u" string prefix (#1536) | Georg Brandl | 2020-09-08 | 1 | -7/+7 |
| | | | | | | | | | | | * all: remove "u" string prefix * util: remove unirange Since Python 3.3, all builds are wide unicode compatible. * unistring: remove support for narrow-unicode builds which stopped being relevant with Python 3.3 | ||||
* | Update copyright year (fixes #1514.) | Matthäus G. Chajdas | 2020-08-22 | 1 | -1/+1 |
| | |||||
* | Remove unittest classes from the test suite. | Georg Brandl | 2019-11-10 | 1 | -16/+17 |
| | |||||
* | Fix some unicode-related tests on Python 2. | Tim Hatch | 2016-06-03 | 1 | -1/+1 |
| | | | | Regexopt does the wrong then when given a mix of string types (as happens in Python 2). | ||||
* | Fix operators in Whiley | Tim Hatch | 2016-05-31 | 1 | -0/+30 |