| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-42802: Remove distutils bdist_wininst command (GH-24043) | Victor Stinner | 2021-01-08 | 1 | -377/+0 |
|
|
* | bpo-40443: Remove unused imports in distutils (GH-19802) | Victor Stinner | 2020-04-30 | 1 | -1/+1 |
|
|
* | bpo-37481: Deprecate distutils bdist_wininst command (GH-14553) | Victor Stinner | 2019-07-05 | 1 | -1/+9 |
|
|
* | bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506) | Miro Hrončok | 2019-07-01 | 1 | -0/+3 |
|
|
* | fix code styling (GH-12737) | Inada Naoki | 2019-04-09 | 1 | -1/+1 |
|
|
* | bpo-35416: fix potential resource warnings in distutils (GH-10918) | Mickaël Schoentgen | 2019-04-08 | 1 | -36/+38 |
|
|
* | bpo-35133: Fix mistakes when concatenate string literals on different lines. ... | Serhiy Storchaka | 2018-11-05 | 1 | -2/+2 |
|
|
* | bpo-32588: Move _findvs into its own module and add missing _queue module to ... | Steve Dower | 2018-01-18 | 1 | -5/+4 |
|
|
* | bpo-32302: Fix distutils bdist_wininst for CRT v142 (#4851) | Victor Stinner | 2017-12-14 | 1 | -2/+2 |
|
|
* | bpo-31340: Change to building with MSVC v141 (included with Visual Studio 201... | Steve Dower | 2017-09-06 | 1 | -9/+13 |
|
|
* | Issue #25985: sys.version_info is now used instead of sys.version | Serhiy Storchaka | 2016-02-11 | 1 | -1/+1 |
|
|
* | Issue #23970: Fixes bdist_wininst not working on non-Windows platform. | Steve Dower | 2015-05-23 | 1 | -2/+7 |
|
|
* | Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions. | Steve Dower | 2015-05-23 | 1 | -12/+19 |
|
|
* | Merge fix for #10946 from 3.2 | Éric Araujo | 2011-08-29 | 1 | -1/+5 |
|\ |
|
| * | Make bdist_* commands respect --skip-build passed to bdist (#10946) | Éric Araujo | 2011-08-29 | 1 | -1/+5 |
|
|
* | | merge from 3.2 - Fix closes Issue11439 Remove the SVN keywords from the code ... | Senthil Kumaran | 2011-07-28 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe... | Senthil Kumaran | 2011-07-28 | 1 | -2/+0 |
|
|
* | | Normalize the encoding names for Latin-1 and UTF-8 to | Marc-André Lemburg | 2011-02-25 | 1 | -3/+3 |
|/ |
|
* | Always close files in distutils code and tests (#10252). | Éric Araujo | 2010-11-05 | 1 | -1/+5 |
|
|
* | #7973: Fix distutils options spelling. | Georg Brandl | 2010-08-02 | 1 | -1/+1 |
|
|
* | reverted distutils its 3.1 state. All new work is now happening in disutils2,... | Tarek Ziadé | 2010-07-22 | 1 | -8/+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 76956 via svnmerge from | Tarek Ziadé | 2009-12-21 | 1 | -3/+5 |
|
|
* | Merged revisions 71413 via svnmerge from | Tarek Ziadé | 2009-04-09 | 1 | -3/+8 |
|
|
* | Issue #3160: the "bdist_wininst" distutils command didn't work. | Antoine Pitrou | 2008-09-04 | 1 | -4/+9 |
|
|
* | Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,... | Georg Brandl | 2008-06-10 | 1 | -0/+6 |
|
|
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 1 | -0/+7 |
|
|
* | Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-... | Christian Heimes | 2008-04-09 | 1 | -8/+20 |
|
|
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 1 | -1/+1 |
|
|
* | General cleanup, raise normalization in Lib/distutils. | Collin Winter | 2007-08-30 | 1 | -27/+12 |
|
|
* | Simplify various spots where: str() is called on something | Walter Dörwald | 2007-06-11 | 1 | -7/+2 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -2/+2 |
|
|
* | Remove functions in string module that are also string methods. Also remove: | Neal Norwitz | 2007-04-17 | 1 | -5/+5 |
|
|
* | Make dist_files a triple, with the Python target version included, | Martin v. Löwis | 2005-03-23 | 1 | -1/+5 |
|
|
* | Fix registration of output file. | Martin v. Löwis | 2005-03-22 | 1 | -1/+1 |
|
|
* | Add the upload command. Make all dist commands register their | Martin v. Löwis | 2005-03-21 | 1 | -0/+2 |
|
|
* | Update compatibility comments to 2.1, corresponding to PEP 291 1.13. | Martin v. Löwis | 2004-11-10 | 1 | -1/+1 |
|
|
* | Fix [1055540 ] bdist_wininst broken for pure Python distributions | Mark Hammond | 2004-10-27 | 1 | -14/+15 |
|
|
* | The get_installer_filename() method forgot to return the name it | Thomas Heller | 2004-08-17 | 1 | -0/+1 |
|
|
* | Factored out a method to determine the final installer filename. | Thomas Heller | 2004-07-23 | 1 | -9/+14 |
|
|
* | bdist_wininst does now properly handle unicode strings or byte strings | Thomas Heller | 2004-07-23 | 1 | -7/+18 |
|
|
* | The binary layout of cfgdata has changed, so the magic number has to | Thomas Heller | 2004-07-19 | 1 | -1/+7 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -1/+1 |
|
|
* | Fix SF#983164. | Thomas Heller | 2004-07-06 | 1 | -2/+26 |
|
|
* | Use the right wininstXX.exe, depending on | Thomas Heller | 2004-02-20 | 1 | -2/+8 |
|
|
* | Patch #892660 from Mark Hammond, for distutils bdist_wininst command. | Thomas Heller | 2004-02-20 | 1 | -3/+29 |
|
|
* | Fix for sf # 749210, wininst isn't build correctly after building zip. | Thomas Heller | 2003-06-12 | 1 | -1/+1 |
|
|
* | (This is hopefully the last large, funny checkin message for | Thomas Heller | 2002-11-22 | 1 | -400/+4 |
|
|
* | get_python_version was not imported. | Thomas Heller | 2002-11-22 | 1 | -0/+1 |
|
|