| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright year to 2023. | Matthäus G. Chajdas | 2023-03-29 | 1 | -1/+1 |
| | | |||||
| * | Fix some pyflakes lints in tests/ and scripts/ (#2333) | Jean Abou-Samra | 2023-02-01 | 1 | -1/+0 |
| | | |||||
| * | Improve whitespace handling in CMake/RegexLexer. | Matthäus G. Chajdas | 2022-12-04 | 1 | -1/+1 |
| | | |||||
| * | Happy new year. | Georg Brandl | 2022-01-25 | 1 | -1/+1 |
| | | |||||
| * | Fix FutureWarning for words() with "[" (#1854) | Jean-Abou-Samra | 2021-07-06 | 1 | -0/+366 |
| regex_opt() groups characters in sets when possible. The warning was caused when the "[" character ended up at the beginning of a set: r"[[...]". This emits a FutureWarning since Python 3.7 due to possible changes in semantics in the future (https://bugs.python.org/issue30349). Just add "[" to the list of characters that should be escaped in sets. Add unit tests for words(). [Closes #1853.] | |||||
