Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | interpreter: use typed_kwargs for run_command | Dylan Baker | 2021-11-29 | 1 | -3/+4 |
* | interpreter: use typed_pos_args for run_command | Dylan Baker | 2021-11-29 | 1 | -2/+1 |
* | Fix typos discovered by codespell | Christian Clauss | 2021-10-10 | 1 | -1/+1 |
* | condense lines | Eli Schwartz | 2021-10-04 | 1 | -4/+2 |
* | f-strings | Eli Schwartz | 2021-10-04 | 1 | -4/+4 |
* | during executable lookup, do not search PATH if a directory component is given | Eli Schwartz | 2021-09-20 | 1 | -0/+3 |
* | fix: Always explicitly set encoding for text files (fixes #8263) | Daniel Mensinger | 2021-06-29 | 1 | -1/+1 |
* | holders: Move get_version from directly to ExternalProgram | Daniel Mensinger | 2021-06-18 | 1 | -1/+22 |
* | holders: Introduce HoldableObject | Daniel Mensinger | 2021-06-18 | 1 | -1/+1 |
* | Move OverrideProgram to programs | Dylan Baker | 2021-03-19 | 1 | -0/+5 |
* | programs: add type annotations | Dylan Baker | 2021-03-19 | 1 | -21/+27 |
* | split program related classes and functions out of dependencies | Dylan Baker | 2021-03-19 | 1 | -0/+351 |