summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/sdist.py
Commit message (Expand)AuthorAgeFilesLines
* Patch from Andrew Kuchling: prune out the build and source distributionGreg Ward2000-05-271-0/+7
* Normalized all the end-of-class lines.Greg Ward2000-05-251-1/+1
* Supply short form for --manifest-only (-o) and --force-manifest (-f)Greg Ward2000-04-261-2/+2
* Harry Henry Gebel:Greg Ward2000-04-261-5/+5
* Harry Henry Gebel:Greg Ward2000-04-251-2/+1
* Check that 'self.formats' is good early on.Greg Ward2000-04-221-3/+8
* Changed to call 'get_fullname()', not 'get_full_name()', on Distribution object.Greg Ward2000-04-221-1/+1
* Fix 'check_metadata()' so it grovels through the distribution's metadataGreg Ward2000-04-211-6/+6
* Patch from Andrew Kuchling: allow multiple include/exclude patternsGreg Ward2000-04-211-48/+55
* Coerce all paths in the manifest template to the local path syntax withGreg Ward2000-04-141-7/+7
* Ditched the unused 'list_only' option.Greg Ward2000-04-091-3/+4
* Changed to use the new 'has_pure_modules()' and 'has_ext_modules()' methodsGreg Ward2000-03-311-52/+19
* Moved the guts of 'make_tarball()' and 'make_zipfile()' to distutils.utilGreg Ward2000-03-291-53/+4
* Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>:Greg Ward2000-03-181-16/+2
* Changed '__rcsid__' to '__revision__'.Greg Ward2000-03-021-1/+1
* Fix from est@hyperreal.org: missing initialize in 'find_defaults()'.Greg Ward2000-02-241-0/+1
* Renamed 'set_default_options()' to 'initialize_options()', andGreg Ward2000-02-181-2/+2
* Renamed all 'options' class attributes to 'user_options'.Greg Ward2000-02-181-20/+21
* Renamed all command classes so they're exactly the same as the name of theGreg Ward2000-02-181-1/+1
* The 'sdist' command to create a source distribution. This is derived from theGreg Ward2000-02-171-0/+716