summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/install_data.py
Commit message (Expand)AuthorAgeFilesLines
* Print a warning if we install a data file right in install_dir.Greg Ward2000-06-241-3/+7
* Build the 'outfiles' list so 'get_outputs()' has something to return.Greg Ward2000-06-211-4/+6
* 'get_outputs()' now returns an empty list instead of None.Greg Ward2000-06-061-1/+1
* Fix to use 'change_root()' rather than directly mangling path.Greg Ward2000-05-251-1/+2
* Bastian Kleineidam: the "build_scripts" command and changesGreg Ward2000-05-251-5/+40
* List data files are listed in the Distribution attribute 'data_files',Gregory P. Smith2000-05-131-2/+2
* Added 'get_inputs()' methods, needed by the "install" command'sGregory P. Smith2000-05-131-0/+3
* Added comment/docstring/revision header.Gregory P. Smith2000-05-121-0/+9
* Caught up with renaming in 'install_misc' base class.Gregory P. Smith2000-05-121-4/+1
* Patch from Bastien Kleineidam:Gregory P. Smith2000-05-121-0/+14