| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-19 | Fix KeyError in Python module | Charles Brunet | |
| 0e7fb07 introduced a subtile bug in the Python module. If a python version is found, but is missing a required module, it is added to the list of python installations, but the `run_bytecompile` attribute for that version was not initialized. Therefore, if any other python version added something to install, it was raising a KeyError when trying to read the `run_bytecompile` attribute for the python version with missing module. | |||
| 2023-10-02 | tests: fix test case to not import distutils on python 3.12 | Eli Schwartz | |
| Testing the correctness of the `modules: ` kwarg can be done with other guaranteed stdlib modules that are even more guaranteed since they didn't get deprecated for removal. | |||
| 2020-07-12 | setuptools is not stdlib, but distutils is | Michael Hirsch | |
| 2019-06-12 | modules/python: add a modules keyword argument | Dylan Baker | |
| This mirrors the modules keyword argument that some dependencies (such as qt and llvm) take. This allows an easier method to determine if modules are installed. | |||
