Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: remove "u" string prefix (#1536) | Georg Brandl | 2020-09-08 | 1 | -1/+1 |
| | | | | | | | | | | | * 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 | -102/+101 |
| | |||||
* | Added analyse_text() that attempts to detect MySQL and Transact-SQL. | Thomas Aglassinger | 2016-10-01 | 1 | -1/+45 |
| | |||||
* | Fixed detection of Number.Float in Transact-SQL for corner cases like "1." ↵ | Thomas Aglassinger | 2016-03-24 | 1 | -2/+7 |
| | | | | and "1.e2." | ||||
* | Fixed that regex to detect Number.Float shadowed regex for Number.Integer ↵ | Thomas Aglassinger | 2016-03-23 | 1 | -0/+4 |
| | | | | for Transact-SQL. | ||||
* | Fixed broken test case by properly naming Transact-SQL example file to ↵ | Thomas Aglassinger | 2016-03-22 | 1 | -12/+1 |
| | | | | prevent ResourceLexer from attempting to lex it. | ||||
* | Added lexer for Transact-SQL as used by Microsoft SQL Server and Sybase. | Thomas Aglassinger | 2016-03-21 | 1 | -0/+76 |