summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/bdist.py
Commit message (Expand)AuthorAgeFilesLines
* OS/2 patches by Andrew I MacIntyre for distutils.Marc-André Lemburg2002-01-311-1/+2
* Patch #414775: Add --skip-build option to bdist command.Martin v. Löwis2002-01-121-0/+5
* Whitespace normalization.Fred Drake2001-12-061-2/+2
* Untabified.Greg Ward2000-10-141-1/+1
* Standardized whitespace around function calls.Greg Ward2000-09-301-1/+1
* Rene Liebscher: if we have to run the same sub-command multiple timesGreg Ward2000-09-161-5/+18
* Added --plat-name option to override sysconfig.get_platform() inGreg Ward2000-09-111-2/+9
* Added 'wininst' to the 'format_commands' list, so it's included inGreg Ward2000-08-021-3/+6
* Added the --dist-dir option that the "bdist_*" will use to control whereGreg Ward2000-07-051-0/+7
* Infrastructure support for the "bdist_wininst" command.Greg Ward2000-06-271-0/+2
* Changed so all the help-generating functions are defined, at module-level,Greg Ward2000-06-241-18/+20
* Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch.Greg Ward2000-06-241-14/+15
* Patch from Rene Liebscher: this adds "--help-foo" options to list theGreg Ward2000-06-071-11/+26
* Support for multiple distribution formats in one run.Greg Ward2000-06-061-17/+18
* Some far-reaching naming changes:Greg Ward2000-05-271-3/+3
* Added the 'bdist_base' option, the base temp directory for all bdist commands.Gregory P. Smith2000-05-131-2/+13
* Harry Henry Gebel: add support for the 'bdist_rpm' command, specificallyGregory P. Smith2000-05-131-2/+7
* Don't use 'set_option()' or 'get_option()' method -- direct attribute access,Greg Ward2000-05-071-1/+1
* Harry Henry Gebel:Greg Ward2000-04-251-1/+3
* Oops, got a little too enthusiastic deleting code in that last revision:Greg Ward2000-03-311-0/+1
* Rename 'formats' option to 'format', and remove the ability to generateGreg Ward2000-03-311-20/+16
* Import from 'types' module.Greg Ward2000-03-311-0/+3
* The 'bdist' command, for creating "built" (binary) distributions.Greg Ward2000-03-311-0/+70