summaryrefslogtreecommitdiff
path: root/Lib/distutils/command/bdist_dumb.py
Commit message (Expand)AuthorAgeFilesLines
* Closes #27904: Improved logging statements to defer formatting until needed.Vinay Sajip2016-08-311-1/+1
* Issue #16314: Added support for the LZMA compression in distutils.Serhiy Storchaka2015-05-161-1/+2
* Issue #19544 and Issue #6516: Restore support for --user and --group paramete...Andrew Kuchling2013-11-151-1/+10
* Closes #16135: Removal of OS/2 support (distutils)Jesus Cea2012-10-111-7/+1
* Make bdist_* commands respect --skip-build passed to bdist (#10946)Éric Araujo2011-08-291-2/+3
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+1
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-24/+9
* Make dist_files a triple, with the Python target version included,Martin v. Löwis2005-03-231-1/+7
* Add the upload command. Make all dist commands register theirMartin v. Löwis2005-03-211-2/+3
* 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
* Fix for bug #410541: bdist builds bogus .zipsAndrew M. Kuchling2002-11-261-6/+25
* 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
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-2/+3
* Set the warn_dir option to 0 before running the install command.Thomas Heller2002-04-091-0/+1
* OS/2 patches by Andrew I MacIntyre for distutils.Marc-André Lemburg2002-01-311-1/+8
* Patch #414775: Add --skip-build option to bdist command.Martin v. Löwis2002-01-121-2/+7
* Standardized whitespace around function calls.Greg Ward2000-09-301-6/+6
* Added 'boolean_options' list to support config file parsing.Greg Ward2000-09-251-0/+2
* Renamed --keep-tree option to --keep-temp.Greg Ward2000-09-161-3/+3
* Ensure sub-commands of "install" are reinitialized too.Greg Ward2000-09-161-3/+2
* Delete some debugging prints.Greg Ward2000-09-111-2/+0
* Added --plat-name option to override sysconfig.get_platform() inGreg Ward2000-09-111-2/+9
* Fixed imports from '*util' modules to not just import everything from util.Greg Ward2000-08-051-1/+2
* Added --dist-dir option to control where output archive(s) go.Greg Ward2000-07-051-1/+7
* Fixed to use 'reinitialize_command()' to fetch the "install" command object.Greg Ward2000-06-281-6/+1
* Some far-reaching naming changes:Greg Ward2000-05-271-5/+5
* Use 'get_command_obj()' instead of 'find_command_obj()'.Greg Ward2000-05-231-1/+1
* Drastically simplified by taking advantage of the "install" command'sGregory P. Smith2000-05-131-74/+21
* Harry Henry Gebel: import exception classes.Greg Ward2000-04-261-1/+1
* Changed to call 'get_fullname()', not 'get_full_name()', on Distribution object.Greg Ward2000-04-221-1/+1
* Added code to blow away the pseudo-installation tree and a 'keep_tree'Greg Ward2000-03-311-1/+10
* The 'bdist_dumb' command, the first worker bee for use by 'bdist'. This isGreg Ward2000-03-311-0/+131