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