summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/bdist.py
Commit message (Expand)AuthorAgeFilesLines
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* reverted distutils its 3.1 state. All new work is now happening in disutils2,...Tarek Ziadé2010-07-221-16/+2
* Merged revisions 77759,77761 via svnmerge fromTarek Ziadé2010-01-291-1/+1
* Merged revisions 77704,77752 via svnmerge fromTarek Ziadé2010-01-291-1/+1
* Merged revisions 76956 via svnmerge fromTarek Ziadé2009-12-211-1/+2
* Merged revisions 75192 via svnmerge fromTarek Ziadé2009-10-021-0/+13
* Merged revisions 71291 via svnmerge fromTarek Ziadé2009-04-051-21/+14
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-091-1/+4
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-24/+10
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-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