Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Remove the misc subpackage. | Georg Brandl | 2014-09-20 | 1 | -1/+1 |
| | |||||
* | Make all keyword lists in special modules into tuples. | Georg Brandl | 2014-09-19 | 1 | -2/+2 |
| | | | | | Tuples of strings are stored as prebuild constants in the .pyc file instead of having to build a list element by element at runtime. | ||||
* | Let qbasic lexer match functions like 'RIGHT$', with test | Tim Hatch | 2014-04-24 | 1 | -0/+43 |