summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release.Matthäus G. Chajdas2023-04-101-0/+1
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-2911-13/+13
* Improve the whitespace checker.Matthäus G. Chajdas2023-03-051-0/+4
* Replace Makefile with tox (#2331)Jean Abou-Samra2023-02-232-5/+6
* Move metadata to pyproject.toml (#2342)Jean Abou-Samra2023-02-151-1/+1
* Fix some pyflakes lints in tests/ and scripts/ (#2333)Jean Abou-Samra2023-02-013-5/+3
* Fix various linter issues.Matthäus G. Chajdas2023-02-015-32/+34
* Fix lots of missing encoding="utf-8" parametersJean Abou Samra2023-01-312-2/+2
* Allow whitespace in comments.Matthäus G. Chajdas2022-12-111-0/+5
* Improve utility script.Matthäus G. Chajdas2022-12-051-0/+1
* Improve utility scripts.Matthäus G. Chajdas2022-12-042-16/+40
* Make utility script file PEP8 compliant.Matthäus G. Chajdas2022-12-041-1/+3
* Add another check script for whitespace.Matthäus G. Chajdas2022-12-043-47/+108
* Add World of Warcraft TOC file lexer (#2244)Tim Martin2022-09-211-1/+4
* gen_mapfiles.py: convert Path to str before adding to sys.path (#2223)Jean Abou-Samra2022-09-011-1/+1
* Merge mapping file generation scripts (#2152)Jean Abou-Samra2022-05-291-0/+53
* Add more CSS property names (fixes #2113).Matthäus G. Chajdas2022-04-241-0/+33
* Remove now redundant re.UNICODE and (?u) (#2058)Jean Abou-Samra2022-01-311-2/+2
* Add a "plugins" argument to get_all_lexersGeorg Brandl2022-01-251-8/+6
* Happy new year.Georg Brandl2022-01-257-8/+8
* Fix typos (#2030)Kian-Meng Ang2022-01-184-13/+13
* Update release-checklist.Matthäus G. Chajdas2021-12-301-1/+1
* Handle ' and " in the repeated token script.Matthäus G. Chajdas2021-11-131-2/+4
* Formatting fixes only.Matthäus G. Chajdas2021-11-061-1/+1
* Add a script to check for repeated tokens.Matthäus G. Chajdas2021-11-061-0/+103
* Prohibit contrast degradation for styles via test (#1919)Martin Fischer2021-11-011-0/+21
* Improve checks. (#1884)Matthäus G. Chajdas2021-08-173-7/+13
* Remove unicorn token types (fixes #1816.)Matthäus G. Chajdas2021-06-201-0/+0
* Add scripts/count_token_references.py to check for "unicorn" tokens. (#1819)Walter Dörwald2021-06-201-0/+267
* TNT: fix reliance on "assert" stmt, handle recursionGeorg Brandl2021-05-301-3/+4
* scripts: fix file headersGeorg Brandl2021-01-212-1/+11
* remove unused epydoc css fileGeorg Brandl2021-01-211-280/+0
* fix check_sources: we dont have an encoding decl anymoreGeorg Brandl2021-01-201-21/+14
* Also add auto-updatable output-based tests to examplefiles (#1689)Oleh Prypin2021-01-201-2/+0
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-174-5/+1
* debug_lexer: add Atheris fuzzer mode (for Google OSS-Fuzz)Georg Brandl2021-01-171-11/+50
* Bump copyright year.Matthäus G. Chajdas2021-01-034-5/+5
* debug_lexer: add an option to utf8-decode input with "ignore" handler (useful...Georg Brandl2020-12-251-4/+14
* scripts/debug_lexer: allow guessing from contentGeorg Brandl2020-12-191-8/+23
* Add a check for CR/LF in files. (#1547)Matthäus G. Chajdas2020-09-201-0/+33
* Remove symlink.Matthäus G. Chajdas2020-09-191-1/+0
* all: remove "u" string prefix (#1536)Georg Brandl2020-09-082-2/+2
* all: use yield from (#1537)Georg Brandl2020-09-061-4/+2
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-223-4/+4
* Add more checks to the release checklist.Matthäus G. Chajdas2020-03-081-2/+4
* Remove Python2 release instructions.Matthäus G. Chajdas2020-03-081-1/+0
* Remove Python 2 compatibility (#1348)Georg Brandl2020-02-295-10/+1
* add github release stepGeorg Brandl2019-11-291-1/+2
* keep version number in one place, dont do the "x.y.z+" anymoreGeorg Brandl2019-11-291-2/+2
* Post-release updates; also tweak checklistGeorg Brandl2019-11-291-5/+3