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
/
sdist.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch from Andrew Kuchling: prune out the build and source distribution
Greg Ward
2000-05-27
1
-0/+7
*
Normalized all the end-of-class lines.
Greg Ward
2000-05-25
1
-1/+1
*
Supply short form for --manifest-only (-o) and --force-manifest (-f)
Greg Ward
2000-04-26
1
-2/+2
*
Harry Henry Gebel:
Greg Ward
2000-04-26
1
-5/+5
*
Harry Henry Gebel:
Greg Ward
2000-04-25
1
-2/+1
*
Check that 'self.formats' is good early on.
Greg Ward
2000-04-22
1
-3/+8
*
Changed to call 'get_fullname()', not 'get_full_name()', on Distribution object.
Greg Ward
2000-04-22
1
-1/+1
*
Fix 'check_metadata()' so it grovels through the distribution's metadata
Greg Ward
2000-04-21
1
-6/+6
*
Patch from Andrew Kuchling: allow multiple include/exclude patterns
Greg Ward
2000-04-21
1
-48/+55
*
Coerce all paths in the manifest template to the local path syntax with
Greg Ward
2000-04-14
1
-7/+7
*
Ditched the unused 'list_only' option.
Greg Ward
2000-04-09
1
-3/+4
*
Changed to use the new 'has_pure_modules()' and 'has_ext_modules()' methods
Greg Ward
2000-03-31
1
-52/+19
*
Moved the guts of 'make_tarball()' and 'make_zipfile()' to distutils.util
Greg Ward
2000-03-29
1
-53/+4
*
Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>:
Greg Ward
2000-03-18
1
-16/+2
*
Changed '__rcsid__' to '__revision__'.
Greg Ward
2000-03-02
1
-1/+1
*
Fix from est@hyperreal.org: missing initialize in 'find_defaults()'.
Greg Ward
2000-02-24
1
-0/+1
*
Renamed 'set_default_options()' to 'initialize_options()', and
Greg Ward
2000-02-18
1
-2/+2
*
Renamed all 'options' class attributes to 'user_options'.
Greg Ward
2000-02-18
1
-20/+21
*
Renamed all command classes so they're exactly the same as the name of the
Greg Ward
2000-02-18
1
-1/+1
*
The 'sdist' command to create a source distribution. This is derived from the
Greg Ward
2000-02-17
1
-0/+716