summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/bdist_wininst.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* [Bug #550364] Use sysconfig.get_python_version()Andrew M. Kuchling2002-11-141-1/+1
* Use dynamic linking for the SHGetSpecialFolderPath function, it is notThomas Heller2002-11-071-331/+331
* Must now give the basename - not including directories - of theThomas Heller2002-11-051-346/+358
* Recreated after source changes.Thomas Heller2002-10-161-319/+319
* Recreated after source changes.Thomas Heller2002-10-151-315/+315
* Revert the previous checkin - it didn't work anyway.Thomas Heller2002-10-151-4/+3
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-3/+4
* Recompiled the exe and updated bdist_wininst.py.Thomas Heller2002-07-291-334/+343
* import base64 at the top to avoid two different imports at other timesJeremy Hylton2002-06-041-2/+2
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-3/+4
* Set the warn_dir option to 0 before running the install command.Thomas Heller2002-04-091-0/+1