summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/install_lib.py
Commit message (Expand)AuthorAgeFilesLines
...
* Changed selection of installation directories (in 'set_final_options()')Greg Ward1999-09-131-6/+14
* Patch from Perry Stoll: typo fix, make sure we only compile .py files.Greg Ward1999-08-291-6/+9
* Rearranged things so that compilation of .py files is the responsibilityGreg Ward1999-05-021-4/+33
* Changed to use the method versions of 'copy_file()', 'copy_tree()',Greg Ward1999-04-041-3/+1
* First checkin of real Distutils command modules.Greg Ward1999-03-221-0/+42