Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes to support 2.x and 3.x in the same codebase. | Vinay Sajip | 2011-06-20 | 1 | -0/+1 |
| | |||||
* | Fix a couple of command descriptions. | PJ Eby | 2005-07-08 | 1 | -1/+1 |
| | |||||
* | * Added "rotate" command to delete old distribution files, given a set of | PJ Eby | 2005-07-08 | 1 | -0/+82 |
patterns to match and the number of files to keep. (Keeps the most recently-modified distribution files matching each pattern.) * Added "saveopts" command that saves all command-line options for the current invocation to the local, global, or per-user configuration file. Useful for setting defaults without having to hand-edit a configuration file. * Added a "setopt" command that sets a single option in a specified distutils configuration file. |