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
*
Changed so all the help-generating functions are defined, at module-level,
Greg Ward
2000-06-24
1
-18/+17
*
Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch.
Greg Ward
2000-06-24
1
-2/+2
*
Fix inspired by Rene Liebscher: if setup script is newer than the
Greg Ward
2000-06-21
1
-3/+26
*
Include setup.cfg in the list of default files to distribute.
Greg Ward
2000-06-08
1
-1/+5
*
Moved the code that prunes the file list after reading the manifest
Greg Ward
2000-06-08
1
-9/+14
*
Renamed 'find_defaults()' to 'add_defaults()'.
Greg Ward
2000-06-08
1
-13/+5
*
Docstring addition binge.
Greg Ward
2000-06-08
1
-15/+44
*
Docstring reformatting binge.
Greg Ward
2000-06-08
1
-28/+23
*
Cosmetic tweaks to imports, the 'show_formats()' function, and the
Greg Ward
2000-06-08
1
-11/+19
*
Made all debug output go through the 'debug_print()' method instead of
Greg Ward
2000-06-08
1
-75/+90
*
Patch from Rene Liebscher: this adds "--help-foo" options to list the
Greg Ward
2000-06-07
1
-2/+17
*
Use 'ensure_string_list()' for 'formats' option, so that it can be
Greg Ward
2000-06-04
1
-2/+1
*
Remember the list of archive files created in 'make_distribution()'.
Greg Ward
2000-06-01
1
-1/+13
*
Renamed 'native_path()' to 'convert_path()'.
Greg Ward
2000-05-31
1
-5/+5
*
Some far-reaching naming changes:
Greg Ward
2000-05-27
1
-4/+4
*
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