| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-02 | python module: add an automatic byte-compilation step | Eli Schwartz | |
| For all source `*.py` files installed via either py.install_sources() or an `install_dir: py.get_install_dir()`, produce `*.pyc` files at install time. Controllable via a module option. | |||
| 2022-07-08 | implement the new preserve_path kwarg for install_data too | Eli Schwartz | |
| Primarily interesting to me because it is then available for the python module's install_sources method. Based on the new feature in install_headers. | |||
