summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/dist.py
Commit message (Expand)AuthorAgeFilesLines
* The 'dist' command is dead -- long live the 'sdist' command!Greg Ward2000-02-171-558/+0
* Allow either README or README.txt as a "standard file".Greg Ward2000-01-301-4/+16
* Added 'description' class attribute to every command class (to help theGreg Ward2000-01-301-0/+2
* Fix indentation bug.Greg Ward2000-01-171-2/+2
* Added missing import.Greg Ward2000-01-171-8/+23
* Added code to use Jim Ahlstrom's zipfile.py module if the external zipGreg Ward2000-01-171-5/+32
* Typo fix: 'file.warn' should have been 'manifest.warn' in a couple of places.Greg Ward2000-01-091-5/+5
* Catch errors from 'rmtree' and emit a warning.Greg Ward1999-12-161-2/+10
* Use 'search', not 'match', on filename pattern regexes.Greg Ward1999-12-131-2/+2
* Catch missing MANIFEST file and warn rather than blowing up.Greg Ward1999-12-121-3/+27
* Don't assume GNU tar -- generate tar file and compress in separate steps.Greg Ward1999-10-231-12/+23
* Removed massive comment speculating about needlessly complex variationsGreg Ward1999-10-231-139/+0
* Fix how we run 'zip' -- give explicit .zip extension.Greg Ward1999-10-231-1/+1
* Filter 'glob()' results so we only look at regular files.Greg Ward1999-10-031-2/+2
* Added 'list_only' option (and modified 'run()' to respect it).Greg Ward1999-09-291-1/+9
* New command to generate source distribution based on a manifest file.Greg Ward1999-09-291-0/+590