summaryrefslogtreecommitdiff
path: root/Lib/distutils/command/install.py
Commit message (Expand)AuthorAgeFilesLines
...
* Renamed 'set_default_options()' to 'initialize_options()', andGreg Ward2000-02-181-3/+3
* Renamed all 'options' class attributes to 'user_options'.Greg Ward2000-02-181-36/+37
* Renamed all command classes so they're exactly the same as the name of theGreg Ward2000-02-181-1/+1
* Added 'description' class attribute to every command class (to help theGreg Ward2000-01-301-1/+4
* 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