Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Changed to reflect the new "command options" regime -- in particular, | Greg Ward | 1999-09-08 | 1 | -7/+7 | |
| | | | | | we no longer explicitly pull distribution options out of our Distribution object, but rather let the Distribution put them into the command object. | |||||
* | Patch from Perry Stoll: OK for list of modules to be empty. | Greg Ward | 1999-08-29 | 1 | -0/+4 | |
| | ||||||
* | Rearranged things so that compilation of .py files is the responsibility | Greg Ward | 1999-05-02 | 1 | -27/+1 | |
| | | | | | | | | | of the 'install_py' command rather than 'build_py'. Obviously, this meant that the 'build_py' and 'install_py' modules had to change; less obviously, so did 'install' and 'build', since these higher-level commands must make options available to control the lower-level commands, and some compilation-related options had to migrate with the code. | |||||
* | Changed to use the method versions of 'copy_file()', 'copy_tree()', | Greg Ward | 1999-04-04 | 1 | -6/+5 | |
| | | | | | and 'make_file()'-- that way, the verbose and dry-run flags are handled for free. | |||||
* | First checkin of real Distutils command modules. | Greg Ward | 1999-03-22 | 1 | -0/+113 | |