summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* check_sources: handle empty .py filesGeorg Brandl2019-11-291-0/+3
* Update hg/bitbucket -> git/github everywhere.Georg Brandl2019-11-101-5/+5
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-283-4/+4
* Fix ResourceWarning: unclosed fileMicka?l Schoentgen2019-01-071-1/+2
* Minimal fixup changes for the release, add release date.2.3.0Georg Brandl2018-11-251-16/+16
* add release checklistGeorg Brandl2018-11-241-0/+24
* Copyright update.Georg Brandl2017-01-223-4/+4
* Add support for partials and path segments for Handlebars.Christian Hammond2016-11-048-0/+2081