summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/install.py
Commit message (Expand)AuthorAgeFilesLines
...
* Always run sys.prefix and sys.exec_prefix through 'os.path.normpath()'Greg Ward2000-01-171-4/+4
* Renamed many options to be consistent across commands.Greg Ward1999-09-291-9/+7
* Added 'install_path' option for giving non-packagized moduleGreg Ward1999-09-211-12/+82
* Straightened up the selection of installation directories for platform-Greg Ward1999-09-131-31/+21
* Oops, call 'os.path.join()'!Greg Ward1999-08-191-1/+1
* Added a self-berating command relating to installation directories forGreg Ward1999-07-101-0/+8
* Hacked 'set_final_options()' to set (hopefully) appropriate values forGreg Ward1999-06-081-7/+56
* Rearranged things so that compilation of .py files is the responsibilityGreg Ward1999-05-021-0/+6
* First checkin of real Distutils command modules.Greg Ward1999-03-221-0/+189