summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/sdist.py
Commit message (Expand)AuthorAgeFilesLines
* 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