| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-35133: Fix mistakes when concatenate string literals on different lines. ... | Serhiy Storchaka | 2018-11-05 | 1 | -1/+1 |
|
|
* | Closes #27904: Improved logging statements to defer formatting until needed. | Vinay Sajip | 2016-08-31 | 1 | -1/+1 |
|
|
* | Issue #16314: Added support for the LZMA compression in distutils. | Serhiy Storchaka | 2015-05-16 | 1 | -1/+2 |
|
|
* | Issue #19544 and Issue #6516: Restore support for --user and --group paramete... | Andrew Kuchling | 2013-11-15 | 1 | -1/+10 |
|
|
* | Closes #16135: Removal of OS/2 support (distutils) | Jesus Cea | 2012-10-10 | 1 | -7/+1 |
|
|
* | Make bdist_* commands respect --skip-build passed to bdist (#10946) | Éric Araujo | 2011-08-29 | 1 | -2/+3 |
|
|
* | Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe... | Senthil Kumaran | 2011-07-28 | 1 | -2/+0 |
|
|
* | reverted distutils its 3.1 state. All new work is now happening in disutils2,... | Tarek Ziadé | 2010-07-22 | 1 | -16/+5 |
|
|
* | Merged revisions 77759,77761 via svnmerge from | Tarek Ziadé | 2010-01-29 | 1 | -1/+2 |
|
|
* | Merged revisions 77704,77752 via svnmerge from | Tarek Ziadé | 2010-01-29 | 1 | -2/+2 |
|
|
* | Merged revisions 75192 via svnmerge from | Tarek Ziadé | 2009-10-02 | 1 | -1/+10 |
|
|
* | Merged revisions 73756-73757 via svnmerge from | Tarek Ziadé | 2009-07-02 | 1 | -2/+3 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
|
|
* | General cleanup, raise normalization in Lib/distutils. | Collin Winter | 2007-08-30 | 1 | -24/+9 |
|
|
* | Make dist_files a triple, with the Python target version included, | Martin v. Löwis | 2005-03-23 | 1 | -1/+7 |
|
|
* | Add the upload command. Make all dist commands register their | Martin v. Löwis | 2005-03-21 | 1 | -2/+3 |
|
|
* | Update compatibility comments to 2.1, corresponding to PEP 291 1.13. | Martin v. Löwis | 2004-11-10 | 1 | -1/+1 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -1/+1 |
|
|
* | Fix for bug #410541: bdist builds bogus .zips | Andrew M. Kuchling | 2002-11-26 | 1 | -6/+25 |
|
|
* | Add comment to Distutil files about requiring 1.5.2 compatibility, as | Andrew M. Kuchling | 2002-11-19 | 1 | -0/+2 |
|
|
* | Remove 'created by' lines; people can use CVS for this, and the information i... | Andrew M. Kuchling | 2002-11-14 | 1 | -2/+0 |
|
|
* | Make setup.py less chatty by default. | Jeremy Hylton | 2002-06-04 | 1 | -2/+3 |
|
|
* | Set the warn_dir option to 0 before running the install command. | Thomas Heller | 2002-04-09 | 1 | -0/+1 |
|
|
* | OS/2 patches by Andrew I MacIntyre for distutils. | Marc-André Lemburg | 2002-01-31 | 1 | -1/+8 |
|
|
* | Patch #414775: Add --skip-build option to bdist command. | Martin v. Löwis | 2002-01-12 | 1 | -2/+7 |
|
|
* | Standardized whitespace around function calls. | Greg Ward | 2000-09-30 | 1 | -6/+6 |
|
|
* | Added 'boolean_options' list to support config file parsing. | Greg Ward | 2000-09-25 | 1 | -0/+2 |
|
|
* | Renamed --keep-tree option to --keep-temp. | Greg Ward | 2000-09-16 | 1 | -3/+3 |
|
|
* | Ensure sub-commands of "install" are reinitialized too. | Greg Ward | 2000-09-16 | 1 | -3/+2 |
|
|
* | Delete some debugging prints. | Greg Ward | 2000-09-11 | 1 | -2/+0 |
|
|
* | Added --plat-name option to override sysconfig.get_platform() in | Greg Ward | 2000-09-11 | 1 | -2/+9 |
|
|
* | Fixed imports from '*util' modules to not just import everything from util. | Greg Ward | 2000-08-05 | 1 | -1/+2 |
|
|
* | Added --dist-dir option to control where output archive(s) go. | Greg Ward | 2000-07-05 | 1 | -1/+7 |
|
|
* | Fixed to use 'reinitialize_command()' to fetch the "install" command object. | Greg Ward | 2000-06-28 | 1 | -6/+1 |
|
|
* | Some far-reaching naming changes: | Greg Ward | 2000-05-27 | 1 | -5/+5 |
|
|
* | Use 'get_command_obj()' instead of 'find_command_obj()'. | Greg Ward | 2000-05-23 | 1 | -1/+1 |
|
|
* | Drastically simplified by taking advantage of the "install" command's | Gregory P. Smith | 2000-05-13 | 1 | -74/+21 |
|
|
* | Harry Henry Gebel: import exception classes. | Greg Ward | 2000-04-26 | 1 | -1/+1 |
|
|
* | Changed to call 'get_fullname()', not 'get_full_name()', on Distribution object. | Greg Ward | 2000-04-22 | 1 | -1/+1 |
|
|
* | Added code to blow away the pseudo-installation tree and a 'keep_tree' | Greg Ward | 2000-03-31 | 1 | -1/+10 |
|
|
* | The 'bdist_dumb' command, the first worker bee for use by 'bdist'. This is | Greg Ward | 2000-03-31 | 1 | -0/+131 |
|
|