aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/bdist_wininst.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate bdist_wininstHugo2020-04-211-0/+9
* Remove spurious executable permissionsMiro Hrončok2018-07-271-0/+0
* Fix quantity of blank lines.stepshal2016-10-181-1/+0
* Fix quantity of blank lines after code object.stepshal2016-07-131-0/+1
* Fixed PEP 8 compliancy of the setuptools.command packageAlex Grönholm2014-06-181-0/+1
* Correct indentation and clarify meaning by using namespacingJason R. Coombs2014-04-301-3/+3
* Update workaround to reference filed ticket.Jason R. Coombs2014-03-011-1/+5
* Remove patching of upload_names (dist_files) - Python 2.6 already does the ri...Jason R. Coombs2014-03-011-22/+0
* Remove unused importJason R. Coombs2014-03-011-1/+0
* Remove get_installer_filename (copied from some version of Python now require...Jason R. Coombs2014-03-011-15/+0
* Delint bdist_wininstJason R. Coombs2014-03-011-33/+5
* Copy changes from 1aae1efe5733 for setuptools/command/* (except easy_install.pyJason R. Coombs2013-05-031-13/+54
* Fix for http://bugs.python.org/setuptools/issue11 (backport from trunk)PJ Eby2008-08-211-2/+3
* Fix uploaded ``bdist_wininst`` packages being described as suitable forPJ Eby2007-01-091-18/+21
* Argh.PJ Eby2007-01-091-1/+1
* Don't double-upload .exe files under Python 2.5. :(PJ Eby2007-01-091-18/+18
* Partial support for cross-platform generation of bdist_wininst .exe's.PJ Eby2006-12-291-0/+7
* Work around a distutils bdist_wininst bug: if the user has specified anPJ Eby2006-12-291-0/+8
* Fix bad importPJ Eby2006-09-211-1/+1
* Fix bdist_wininst files not being uploaded by "upload"PJ Eby2006-09-211-0/+22