Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: remove "u" string prefix (#1536) | Georg Brandl | 2020-09-08 | 1 | -4/+4 |
| | | | | | | | | | | | * 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 |
| | |||||
* | Fixup all headers and some more minor problems.2.4.2 | Georg Brandl | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | Housekeeping. | Georg Brandl | 2017-01-22 | 1 | -8/+7 |
| | |||||
* | Fix doc underlines. | Tim Hatch | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | Fix operators in Whiley | Tim Hatch | 2016-05-31 | 1 | -6/+6 |
| | |||||
* | Whiley lexer: make token for keyword "is" consistent | Sebastian Schweizer | 2016-03-24 | 1 | -1/+1 |
| | |||||
* | fixes for Whiley lexer | Sebastian Schweizer | 2016-03-21 | 1 | -3/+10 |
| | |||||
* | Add a lexer for the Whiley programming language | Sebastian Schweizer | 2016-03-20 | 1 | -0/+110 |