summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/bdist_wininst.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-42802: Remove distutils bdist_wininst command (GH-24043)Victor Stinner2021-01-081-377/+0
* bpo-40443: Remove unused imports in distutils (GH-19802)Victor Stinner2020-04-301-1/+1
* bpo-37481: Deprecate distutils bdist_wininst command (GH-14553)Victor Stinner2019-07-051-1/+9
* bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506)Miro Hrončok2019-07-011-0/+3
* fix code styling (GH-12737)Inada Naoki2019-04-091-1/+1
* bpo-35416: fix potential resource warnings in distutils (GH-10918)Mickaël Schoentgen2019-04-081-36/+38
* bpo-35133: Fix mistakes when concatenate string literals on different lines. ...Serhiy Storchaka2018-11-051-2/+2
* bpo-32588: Move _findvs into its own module and add missing _queue module to ...Steve Dower2018-01-181-5/+4
* bpo-32302: Fix distutils bdist_wininst for CRT v142 (#4851)Victor Stinner2017-12-141-2/+2
* bpo-31340: Change to building with MSVC v141 (included with Visual Studio 201...Steve Dower2017-09-061-9/+13
* Issue #25985: sys.version_info is now used instead of sys.versionSerhiy Storchaka2016-02-111-1/+1
* Issue #23970: Fixes bdist_wininst not working on non-Windows platform.Steve Dower2015-05-231-2/+7
* Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions.Steve Dower2015-05-231-12/+19
* Merge fix for #10946 from 3.2Éric Araujo2011-08-291-1/+5
|\
| * Make bdist_* commands respect --skip-build passed to bdist (#10946)Éric Araujo2011-08-291-1/+5
* | merge from 3.2 - Fix closes Issue11439 Remove the SVN keywords from the code ...Senthil Kumaran2011-07-281-2/+0
|\ \ | |/
| * Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* | Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-3/+3
|/
* Always close files in distutils code and tests (#10252).Éric Araujo2010-11-051-1/+5
* #7973: Fix distutils options spelling.Georg Brandl2010-08-021-1/+1
* reverted distutils its 3.1 state. All new work is now happening in disutils2,...Tarek Ziadé2010-07-221-8/+5
* Merged revisions 77759,77761 via svnmerge fromTarek Ziadé2010-01-291-1/+2
* Merged revisions 77704,77752 via svnmerge fromTarek Ziadé2010-01-291-2/+2
* Merged revisions 76956 via svnmerge fromTarek Ziadé2009-12-211-3/+5
* Merged revisions 71413 via svnmerge fromTarek Ziadé2009-04-091-3/+8
* Issue #3160: the "bdist_wininst" distutils command didn't work.Antoine Pitrou2008-09-041-4/+9
* Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,...Georg Brandl2008-06-101-0/+6
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-0/+7
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-091-8/+20
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-1/+1
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-27/+12
* Simplify various spots where: str() is called on somethingWalter Dörwald2007-06-111-7/+2
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-2/+2
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-5/+5
* Make dist_files a triple, with the Python target version included,Martin v. Löwis2005-03-231-1/+5
* Fix registration of output file.Martin v. Löwis2005-03-221-1/+1
* Add the upload command. Make all dist commands register theirMartin v. Löwis2005-03-211-0/+2
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* Fix [1055540 ] bdist_wininst broken for pure Python distributionsMark Hammond2004-10-271-14/+15
* The get_installer_filename() method forgot to return the name itThomas Heller2004-08-171-0/+1
* Factored out a method to determine the final installer filename.Thomas Heller2004-07-231-9/+14
* bdist_wininst does now properly handle unicode strings or byte stringsThomas Heller2004-07-231-7/+18
* The binary layout of cfgdata has changed, so the magic number has toThomas Heller2004-07-191-1/+7
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+1
* Fix SF#983164.Thomas Heller2004-07-061-2/+26
* Use the right wininstXX.exe, depending onThomas Heller2004-02-201-2/+8
* Patch #892660 from Mark Hammond, for distutils bdist_wininst command.Thomas Heller2004-02-201-3/+29
* Fix for sf # 749210, wininst isn't build correctly after building zip.Thomas Heller2003-06-121-1/+1
* (This is hopefully the last large, funny checkin message forThomas Heller2002-11-221-400/+4
* get_python_version was not imported.Thomas Heller2002-11-221-0/+1