Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-11-05 | Update unittest method names to work with Python 3.12. | Neil | 1 | -10/+10 | |
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 | |
This avoids some work for the common case of ASCII text, which can reduce time taken for search in text that is ASCII or almost-all ASCII by 30%. Ensures that the bytes variable is always initialized. There are a small gains possible by making other minor changes but they would increase code length and add complexity. Add performance test for UTF-8 search in almost-all ASCII document. Increase size of test cases for more consistent results on faster computers. | |||||
2021-11-12 | Remove XiteQt.py as ScintillaEditPy is no longer included in Scintilla | Neil | 1 | -4/+1 | |
and the required PySide library no longer supported. | |||||
2020-04-17 | Update Python versions for files that may involve PySide on Linux which requires | Neil | 1 | -0/+2 | |
Python 2 still. On Windows, Python3 is used. | |||||
2018-04-18 | Check for perf_counter before using as not available on Python 2 used for PySide | Neil | 1 | -14/+20 | |
on Linux. | |||||
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 | |