summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/bdist.py
Commit message (Expand)AuthorAgeFilesLines
* pep8-fied method namesTarek Ziadé2009-04-051-3/+3
* Fixed #5095: msi missing from Distutils bdist formatsTarek Ziadé2009-04-051-33/+16
* Issue #5052: removed backward compatibility information (out of date)Tarek Ziadé2009-01-251-2/+0
* Issue #2513: enable 64bit cross compilation on windows.Mark Hammond2008-04-071-2/+4
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+1
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-191-0/+2
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-141-2/+0
* Pulling Mark Alexander's contribution from CVS.Marc-André Lemburg2002-10-041-6/+11
* Patch #531901 by Mark W. Alexander: adds a new distutils packagerMarc-André Lemburg2002-04-171-4/+7
* Remove unconditional debugging prints.Thomas Heller2002-04-091-3/+0
* 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