Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Python raw strings for regex methods argument | Alexis Hildebrandt | 2024-07-08 | 1 | -7/+7 |
| | |||||
* | tests: Modernize test scripts | Alexis Hildebrandt | 2023-12-05 | 1 | -18/+3 |
| | | | | by using argparse and pathlib and removing Python 2 specific code. | ||||
* | Migrate Python scripts to Python 3 | Alexis Hildebrandt | 2023-12-04 | 1 | -2/+1 |
| | |||||
* | Remove obsolete from __future__ imports | Alexis Hildebrandt | 2023-02-01 | 1 | -2/+0 |
| | |||||
* | [doc] Report undocumented value expression functions | Alexis Hildebrandt | 2015-01-27 | 1 | -2/+39 |
| | | | | in the manpage and texinfo manual. | ||||
* | [tests] Ignore comment lines when checking texinfo | Alexis Hildebrandt | 2015-01-23 | 1 | -1/+2 |
| | | | | so that "empty" options are also reported as undocumented. | ||||
* | [tests] Improve option parsing in CheckTexinfo.py | Alexis Hildebrandt | 2015-01-21 | 1 | -0/+34 |
| | | | | | | | * Replace @ftable @code argument with @option of @command depending on the documented items * Remove @c option comment from @items documenting options | ||||
* | [tests] Refactor CheckTests.py into custom scripts | Alexis Hildebrandt | 2015-01-21 | 1 | -0/+44 |