summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/cmd.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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