Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: remove "u" string prefix (#1536) | Georg Brandl | 2020-09-08 | 1 | -6/+6 |
| | | | | | | | | | | | * 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 | ||||
* | Fix #1256. | Matthäus G. Chajdas | 2019-11-24 | 1 | -1/+21 |
| | | | | | | | | | Reduce TeraTerm.analyze_text score to 0.01. This resolves the conflict with Turtle, but doesn't take over nearly all other languages. Added a test as provided in the bug report to ensure this won't regress again. | ||||
* | Remove unittest classes from the test suite. | Georg Brandl | 2019-11-10 | 1 | -19/+21 |
| | |||||
* | Fix some test headers | Tim Hatch | 2016-05-31 | 1 | -1/+2 |
| | |||||
* | Allow open c-style comments. | Tim Hatch | 2016-05-31 | 1 | -0/+32 |
Fixes #1114 |