Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The 'dist' command is dead -- long live the 'sdist' command! | Greg Ward | 2000-02-17 | 1 | -558/+0 |
| | |||||
* | Allow either README or README.txt as a "standard file". | Greg Ward | 2000-01-30 | 1 | -4/+16 |
| | |||||
* | Added 'description' class attribute to every command class (to help the | Greg Ward | 2000-01-30 | 1 | -0/+2 |
| | | | | | | | '--help-commands' option). Shuffled imports around in a few command modules to avoid expensive up-front import of sysconfig (and resulting delays in generating list of all commands). | ||||
* | Fix indentation bug. | Greg Ward | 2000-01-17 | 1 | -2/+2 |
| | |||||
* | Added missing import. | Greg Ward | 2000-01-17 | 1 | -8/+23 |
| | | | | Fixed 'make_release_tree()' to copy files if 'os.link()' doesn't exist. | ||||
* | Added code to use Jim Ahlstrom's zipfile.py module if the external zip | Greg Ward | 2000-01-17 | 1 | -5/+32 |
| | | | | | command wasn't found or failed. (Code supplied by Thomas Heller <thomas.heller@ion-tof.com>.) | ||||
* | Typo fix: 'file.warn' should have been 'manifest.warn' in a couple of places. | Greg Ward | 2000-01-09 | 1 | -5/+5 |
| | |||||
* | Catch errors from 'rmtree' and emit a warning. | Greg Ward | 1999-12-16 | 1 | -2/+10 |
| | |||||
* | Use 'search', not 'match', on filename pattern regexes. | Greg Ward | 1999-12-13 | 1 | -2/+2 |
| | |||||
* | Catch missing MANIFEST file and warn rather than blowing up. | Greg Ward | 1999-12-12 | 1 | -3/+27 |
| | | | | | | | | Added 'nuke_release_tree()' method to blow away the directory from which the archive file(s) are created, and call it (conditionally) from 'make_distribution()'. Added 'keep_tree' option (false by default) to disable the call to 'nuke_release_tree()'. | ||||
* | Don't assume GNU tar -- generate tar file and compress in separate steps. | Greg Ward | 1999-10-23 | 1 | -12/+23 |
| | | | | | | Now supports the full range of intended formats (tar, ztar, gztar, zip). "-f" no longer a short option for "--formats" -- conflicts with new global option "--force"! | ||||
* | Removed massive comment speculating about needlessly complex variations | Greg Ward | 1999-10-23 | 1 | -139/+0 |
| | | | | on the manifest file syntax. | ||||
* | Fix how we run 'zip' -- give explicit .zip extension. | Greg Ward | 1999-10-23 | 1 | -1/+1 |
| | |||||
* | Filter 'glob()' results so we only look at regular files. | Greg Ward | 1999-10-03 | 1 | -2/+2 |
| | |||||
* | Added 'list_only' option (and modified 'run()' to respect it). | Greg Ward | 1999-09-29 | 1 | -1/+9 |
| | |||||
* | New command to generate source distribution based on a manifest file. | Greg Ward | 1999-09-29 | 1 | -0/+590 |