summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/install_ext.py
Commit message (Expand)AuthorAgeFilesLines
* Obsolete command -- no longer relevant since we now build all modules, pureGreg Ward2000-03-221-43/+0
* Fix how we set 'build_dir' and 'install_dir' options from 'install' options --Greg Ward2000-03-221-2/+2
* Changed '__rcsid__' to '__revision__'.Greg Ward2000-03-021-1/+1
* Unfinished, untested implementation of the lovely baroque installation schemeGreg Ward2000-02-261-1/+1
* 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-3/+4
* 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
* Renamed many options to be consistent across commands.Greg Ward1999-09-291-5/+4
* New command -- install_ext to install extension modules.Greg Ward1999-09-131-0/+38