summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/install_py.py
Commit message (Expand)AuthorAgeFilesLines
* Renamed install_py.py to install_lib.py, since it now handles installing allGreg Ward2000-03-221-76/+0
* Changed '__rcsid__' to '__revision__'.Greg Ward2000-03-021-1/+1
* Unfinished, untested implementation of the lovely baroque installation schemeGreg Ward2000-02-261-14/+6
* Renamed 'set_default_options()' to 'initialize_options()', andGreg Ward2000-02-181-2/+2
* Renamed all 'options' class attributes to 'user_options'.Greg Ward2000-02-181-5/+6
* 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-0/+2
* Added missing run of corresponding 'build' command.Greg Ward2000-01-301-0/+3
* Tweaked verbosity messages for byte-compilation.Greg Ward1999-10-031-2/+2
* Renamed many options to be consistent across commands.Greg Ward1999-09-291-6/+4
* 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