summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/cmd.py
Commit message (Expand)AuthorAgeFilesLines
* Some far-reaching naming changes:Greg Ward2000-05-271-19/+11
* Added comment to remind us of the (temporary?) obsolescense of theGreg Ward2000-05-251-0/+5
* Use 'get_command_obj()' instead of 'find_command_obj()'.Greg Ward2000-05-231-3/+3
* In 'install_misc': 'self.outfiles' defaults to the empty list, so we don'tGregory P. Smith2000-05-131-1/+1
* In 'install_misc' class:Gregory P. Smith2000-05-121-10/+7
* Patch from Bastien Kleineidam:Gregory P. Smith2000-05-121-0/+30
* Got rid of some little-used and not-very-useful methods: 'get_option()' andGreg Ward2000-05-071-44/+3
* Cleaned up/simplified error-handling:Greg Ward2000-04-151-28/+14
* Define 'self.force' in the constructor and remove the hack in '__getattr__()'Greg Ward2000-04-101-5/+6
* Added a check for the 'force' attribute in '__getattr__()' -- better thanGreg Ward2000-04-101-6/+10
* Removed global '--force' option -- just too vague a concept to be applicableGreg Ward2000-04-101-10/+14
* Added (currently) pointless and trivial main body (for future tests).Greg Ward2000-04-091-0/+4
* Reorganization: moved the Distribution class from core.py to dist.py, andGreg Ward2000-04-041-0/+390