aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/distutils/command/bdist.py
Commit message (Expand)AuthorAge
* Merged revisions 71291 via svnmerge fromTarek Ziadé2009-04-05
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-09
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-30
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-17
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-10
* Whitespace normalization, via reindent.py.Tim Peters2004-07-18
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-19
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-14
* Pulling Mark Alexander's contribution from CVS.Marc-André Lemburg2002-10-04
* Patch #531901 by Mark W. Alexander: adds a new distutils packagerMarc-André Lemburg2002-04-17
* Remove unconditional debugging prints.Thomas Heller2002-04-09
* OS/2 patches by Andrew I MacIntyre for distutils.Marc-André Lemburg2002-01-31
* Patch #414775: Add --skip-build option to bdist command.Martin v. Löwis2002-01-12
* Whitespace normalization.Fred Drake2001-12-06
* Untabified.Greg Ward2000-10-14
* Standardized whitespace around function calls.Greg Ward2000-09-30
* Rene Liebscher: if we have to run the same sub-command multiple timesGreg Ward2000-09-16
* Added --plat-name option to override sysconfig.get_platform() inGreg Ward2000-09-11
* Added 'wininst' to the 'format_commands' list, so it's included inGreg Ward2000-08-02
* Added the --dist-dir option that the "bdist_*" will use to control whereGreg Ward2000-07-05
* Infrastructure support for the "bdist_wininst" command.Greg Ward2000-06-27
* Changed so all the help-generating functions are defined, at module-level,Greg Ward2000-06-24
* Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch.Greg Ward2000-06-24
* Patch from Rene Liebscher: this adds "--help-foo" options to list theGreg Ward2000-06-07
* Support for multiple distribution formats in one run.Greg Ward2000-06-06
* Some far-reaching naming changes:Greg Ward2000-05-27
* Added the 'bdist_base' option, the base temp directory for all bdist commands.Gregory P. Smith2000-05-13
* Harry Henry Gebel: add support for the 'bdist_rpm' command, specificallyGregory P. Smith2000-05-13
* Don't use 'set_option()' or 'get_option()' method -- direct attribute access,Greg Ward2000-05-07
* Harry Henry Gebel:Greg Ward2000-04-25
* Oops, got a little too enthusiastic deleting code in that last revision:Greg Ward2000-03-31
* Rename 'formats' option to 'format', and remove the ability to generateGreg Ward2000-03-31
* Import from 'types' module.Greg Ward2000-03-31
* The 'bdist' command, for creating "built" (binary) distributions.Greg Ward2000-03-31