index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
distutils
/
command
/
dist.py
Commit message (
Expand
)
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
*
Fix indentation bug.
Greg Ward
2000-01-17
1
-2/+2
*
Added missing import.
Greg Ward
2000-01-17
1
-8/+23
*
Added code to use Jim Ahlstrom's zipfile.py module if the external zip
Greg Ward
2000-01-17
1
-5/+32
*
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
*
Don't assume GNU tar -- generate tar file and compress in separate steps.
Greg Ward
1999-10-23
1
-12/+23
*
Removed massive comment speculating about needlessly complex variations
Greg Ward
1999-10-23
1
-139/+0
*
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