Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Untabified. | Greg Ward | 2000-10-14 | 1 | -1/+1 |
| | |||||
* | Standardized whitespace around function calls. | Greg Ward | 2000-09-30 | 1 | -10/+10 |
| | |||||
* | Added 'boolean_options' list to support config file parsing. | Greg Ward | 2000-09-25 | 1 | -0/+2 |
| | |||||
* | Bastian Kleineidam: fix so it cleans up the temporary script-building | Greg Ward | 2000-09-12 | 1 | -20/+13 |
| | | | | directory too. Also generally cleaned up the code. | ||||
* | Fixed imports from '*util' modules to not just import everything from util. | Greg Ward | 2000-08-05 | 1 | -1/+1 |
| | |||||
* | Moved warnings out of 'finalize_options()' into 'run()'. | Greg Ward | 2000-05-28 | 1 | -7/+13 |
| | | | | Added a warning for 'bdist_base' directory. | ||||
* | Normalized all the end-of-class lines. | Greg Ward | 2000-05-25 | 1 | -0/+2 |
| | |||||
* | Rename 'build_bdist' to 'bdist_base', and get it by default from the | Gregory P. Smith | 2000-05-13 | 1 | -6/+7 |
| | | | | "bdist" command rather than "build". | ||||
* | Typo fix. | Gregory P. Smith | 2000-05-13 | 1 | -1/+1 |
| | |||||
* | Added the 'build_bdist' option and code to clean it up -- this is the | Gregory P. Smith | 2000-05-13 | 1 | -3/+14 |
| | | | | | | top-level temporary directory for creating built distributions. (Won't work yet, since the "build" command doesn't yet have a 'build_bdist' option, and none of the "bdist" commands support it yet.) | ||||
* | Tweaked all over: | Greg Ward | 2000-03-18 | 1 | -9/+29 |
| | | | | | | | | * improve help strings * warn if user supplies non-existing directories * don't try to 'remove_tree()' non-existing directories * try to remove the build_base after cleanup (but don't do or say anything if it fails -- this is just in case we made it empty) | ||||
* | Contribution from Bastian Kleineidam <calvin@cs.uni-sb.de>: | Greg Ward | 2000-03-18 | 1 | -0/+44 |
the Distutils 'clean' command. |