Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-03-15 | Fix some warnings from ruff. | Neil | 1 | -1/+1 |
2022-12-02 | Detangle ASCII and multi-byte code for case-insenstive UTF-8 searches. | Neil | 1 | -5/+24 |
2021-11-12 | Remove XiteQt.py as ScintillaEditPy is no longer included in Scintilla | Neil | 1 | -4/+1 |
2020-04-17 | Update Python versions for files that may involve PySide on Linux which requires | Neil | 1 | -0/+2 |
2018-04-18 | Check for perf_counter before using as not available on Python 2 used for PySide | Neil | 1 | -14/+20 |
2018-04-18 | Switch performance tests to more accurate timer. | Neil | 1 | -14/+14 |
2013-07-08 | Fix to work on more versions of Python. | Neil | 1 | -6/+6 |
2013-07-07 | Add tests for searching performance. | Neil | 1 | -0/+38 |
2013-07-05 | Implemented tests for Qt on Linux. | Neil | 1 | -4/+7 |
2011-07-25 | Using 'from __future__ import unicode_literals' to make work on Python 2.7. | nyamatongwe | 1 | -0/+1 |
2009-05-12 | Added README and increased duration of performance tests for more accuracy. | nyamatongwe | 1 | -5/+4 |
2009-05-12 | Include tests in standard repository. | nyamatongwe | 1 | -0/+84 |