aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/bdist_wininst.py
Commit message (Collapse)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
| | | | | --HG-- extra : amend_source : 20ab7547c8478eb084767fe701e627bdd462ba16
* 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 ↵Jason R. Coombs2014-03-011-22/+0
| | | | right thing.
* Remove unused importJason R. Coombs2014-03-011-1/+0
|
* Remove get_installer_filename (copied from some version of Python now ↵Jason R. Coombs2014-03-011-15/+0
| | | | required to be supplied).
* 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
| | | | | | --HG-- branch : Setuptools-Distribute merge extra : source : 0c89fbb19c269ce1cb3bc3e9ece9864127768169
* Fix for http://bugs.python.org/setuptools/issue11 (backport from trunk)PJ Eby2008-08-211-2/+3
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4065951
* Fix uploaded ``bdist_wininst`` packages being described as suitable forPJ Eby2007-01-091-18/+21
| | | | | | | | | "any" version by Python 2.5, even if a ``--target-version`` was specified. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053319
* Argh.PJ Eby2007-01-091-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053311
* Don't double-upload .exe files under Python 2.5. :(PJ Eby2007-01-091-18/+18
| | | | | | | | (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053310
* Partial support for cross-platform generation of bdist_wininst .exe's.PJ Eby2006-12-291-0/+7
| | | | | | | | | | | Unfortunately, bdist_wininst doesn't fix up #! lines, so python.exe or pythonw.exe have to be on PATH for generated scripts to work. This could probably be fixed up with a post-install script, but that's a job for another day. (backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053186
* Work around a distutils bdist_wininst bug: if the user has specified anPJ Eby2006-12-291-0/+8
| | | | | | | | | --install-lib via a configuration file, the path is hardcoded into the .exe file in place of PLATLIB/ or PURELIB/. (Backport from trunk.) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4053184
* Fix bad importPJ Eby2006-09-211-1/+1
| | | | | | --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051966
* Fix bdist_wininst files not being uploaded by "upload"PJ Eby2006-09-211-0/+22
(backport from trunk) --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051964