Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed global '--force' option -- just too vague a concept to be applicable | Greg Ward | 2000-04-10 | 1 | -10/+14 | |
| | | | | | | to all commands in the same way. Several Command methods now either expect 'self.force' to be defined, or check if it is defined and assume it's false if not. | |||||
* | Added (currently) pointless and trivial main body (for future tests). | Greg Ward | 2000-04-09 | 1 | -0/+4 | |
| | ||||||
* | Reorganization: moved the Distribution class from core.py to dist.py, and | Greg Ward | 2000-04-04 | 1 | -0/+390 | |
the Command class from core.py to cmd.py. No other code needs changing though; distutils.core still provides the Command and Distribution classes, although indirectly now. |